This is the mail archive of the
gcc@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 at gcc dot gnu dot org
- Date: Tue, 03 Dec 2002 12:39:10 -0500
- Subject: Re: Cannot link hello world with g++ 3.1 under AIX 4.3.3
>>>>> George Rogers writes:
George> I am not able to get a successful link of a "Hello world" program under g++
George> 3.1
George> on AIX 4.3.3. The same program works fine under HPUX 11.00 and Solaris 2.7
George> (g++ 3.1) and a similar C (not C++) program works fine under AIX 4.3.3.
George> (I am also able to build gcc/g++ 3.1 using gcc 3.1 under AIX 4.3.3). Can
George> anyone
George> give me advice on how to fix this problem?
Please read the installation documentation.
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)."
David