This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Cannot link hello world with g++ 3.1 under AIX 4.3.3


> 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


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