This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Successful build of gcc-3.1 (ObjC) on Irix6.5


I successfully built and installed gcc-3.1 Objective C on an IndigoII and
an Indy, both running Irix6.5. Don't forget to increase systune ncargs,
the value stays increased even after a reboot.
If you want to use threads, you have to configure --enable-threads=posix
Threads do work, but you have to link EVERY Objective C file with
-lpthread (even the ones which do not thread)!
To run the testsuite, it would be necessary to pass -lpthread to the
compiler, is that possible?

$ config.guess
mips-sgi-irix6.5

$ gcc -v
Reading specs from /usr/local/gcc31/lib/gcc-lib/mips-sgi-irix6.5/3.1/specs
Configured with: ../gcc-3.1/configure --prefix=/usr/local/gcc31
--disable-multilib --enable-threads=posix
Thread model: posix
gcc version 3.1

I only installed C and Objective C

$ uname -a
IRIX HOSTNAME 6.5 07201610 IP22 mips

Carl Eugen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]