------- Additional Comments From henri dot gomez at gmail dot com 2005-05-27 14:13 ------- Subject: Re: libstdc++ build failed on AIX 5.2
27 May 2005 14:06:36 -0000, pinskia at gcc dot gnu dot org <[EMAIL PROTECTED]>: > > ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-27 > 14:06 ------- > What as is this: "/QOpenSys/usr/bin/as"? The AIX assembler. Used the binutils 2.16 assembler (gnu as) next time ;( > Make sure that you have all the required patches. I'd like to, did there is an AIX GCC guru around ? > Still this cannot be a GCC bug, please double check all the required patches > to as as documened on > http://gcc.gnu.org/install/ The native as and 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. If I understand it well, I should use AIX AS and AIX LD to build GCC ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21778