This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: g++ 3.2.x on powerpc/AIX 5.1 build problem
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "Val Nets" <val_nets at hotmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 16 Apr 2003 15:10:43 -0400
- Subject: Re: g++ 3.2.x on powerpc/AIX 5.1 build problem
You should not need to say --with-as= or --with-ld=. The GNU
Binutils variants should not be in your path. Configure may have found
GNU ar or GNU nm, which would cause some symbols to not be exported. You
must ensure that GNU Binutils tools are not used.
David