This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Cannot link hello world with g++ 3.1 under AIX 4.3.3
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: George Rogers <grogers at solution-soft dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 03 Dec 2002 12:49:04 -0500
- Subject: Re: Cannot link hello world with g++ 3.1 under AIX 4.3.3
- Refereces: <4.3.2.7.2.20021203063532.00b5ab10@mail.solution-soft.com>
> I am not able to get a successful link of a "Hello world" program under
> g++ 3.1 on AIX 4.3.3.
As stated in the target-specific installation notes for GCC,
libstdc++ requires an AIX Assembler bug fix:
http://gcc.gnu.org/install/specific.html#*-ibm-aix*
"Building libstdc++.a requires a fix for an AIX Assembler bug APAR IY26685
(AIX 4.3) or APAR IY25528 (AIX 5.1)."
This question appears regularly on the GCC mailinglist and GCC Help
mailinglist.
http://gcc.gnu.org/ml/gcc/2002-11/msg01003.html
David