This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building g++ 3.0 under AIX
- To: gcc at gcc dot gnu dot org
- Subject: Re: Building g++ 3.0 under AIX
- From: Hidvegi <hzoli at austin dot ibm dot com>
- Date: Mon, 19 Feb 2001 16:06:49 -0600 (CST)
> The problem seems to be in building libstdc++-v3.
> My procedure was to :
> build and install latest-snapshot binutils.
I've tried that and it did not work, something is wrong with nm and
maybe with ar as well. Make sure you only use as from binutils.
> The error is coming from the assembler, I've attached the output from
> make bootstrap.
gcc emits crnot which is rejected by gas in power mode, because the
old Power assembler does not support this. You can hand-patch gas to
accept crnot, or fix gcc to use the right crnor format. With that
libstdc++ builds fine.
Zoli