This is the mail archive of the gcc-help@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]

GCC 3.0.4 on AIX 5.1


Hi,

I am trying to compile GCC 3.0.4 on AIX 5.1 (64 bit installation). First i
configured with the following options

	--enable-threads=posix --enable-languages=c,c++ --prefix=/home/gcc

I used AIX assembler and linker. While make bootstrap i got the following
error while compiling in
powerpc-ibm-aix5.1.0.0/ppc64 directory

	ld : discontinued XCONFF64 file format

Also while buiding stdlibc++-v3, i got error

	Unrecognised storage class 0 for *ABS* symbol .... (This is repeated for
lot of symbols)
----------------------------------------------------------------------------

Later i changed to GNU assembler and linker. This time I did'nt use
bootstrap, just make
Here i the error

	libgcc_s_pthread not found
----------------------------------------------------------------------------


I was able to get gcc binary by giving --disable-multilib option
But although i specified enable-thread=posix, the gcc binary is created with
only
Thread Model = single.
----------------------------------------------------------------------------


Please help me out to get a gcc binary with posix thread support...

Regards
Jubin


DISCLAIMER: This email is bound by the terms and conditions described at 
http://www.subexgroup.com/mail-disclaimer.htm



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