Compiling gcc-3.4.3 on ibm AIX-4.3.3.0 --make: *** [all-target-libstdc++-v3] Error 2 --help

Loren James Rittle rittle@latour.waar.labs.mot.com
Tue May 31 15:13:00 GMT 2005


OK, it appears that you already removed the --with-gnu-as option.

Reading the install guide, section for AIX, I see:

	The native @command{as} and @command{ld} are recommended for
	bootstrapping on AIX 4 and required for bootstrapping on AIX
	5L@.  The GNU Assembler reports that it supports WEAK symbols
	on AIX 4, which causes GCC to try to utilize weak symbol
	functionality although it is not supported.  The GNU Assembler
	and Linker do not support AIX 5L sufficiently to bootstrap
	GCC@.  The native AIX tools do interoperate with GCC@.

> I am trying to install GCC-3.4.3 on ibm aix-4.3.3.0 
>   /home/bredddy/gcc-3.4.3/configure --enable-languages=c,c++ [...] \
>                                                      --with-as=/usr/bin/as \
>                                                      --with-ld=/usr/bin/ld \
[...error text removed...]



More information about the Libstdc++ mailing list