This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

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


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...]


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