This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Compiling gcc-3.4.3 on ibm AIX-4.3.3.0 --make: *** [all-target-libstdc++-v3] Error 2 --help
- From: Loren James Rittle <rittle at latour dot waar dot labs dot mot dot com>
- To: bhasker_ami at yahoo dot co dot in
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 31 May 2005 10:13:37 -0500 (CDT)
- Subject: Re: Compiling gcc-3.4.3 on ibm AIX-4.3.3.0 --make: *** [all-target-libstdc++-v3] Error 2 --help
- References: <20050528091200.61175.qmail@web8403.mail.in.yahoo.com>
- Reply-to: rittle at labs dot mot dot com
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...]