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: "Val Nets" <val_nets at hotmail dot com>
- To: "David Edelsohn" <dje at watson dot ibm dot com>
- Cc: <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 17 Apr 2003 13:15:48 -0400
- Subject: Re: g++ 3.2.x on powerpc/AIX 5.1 build problem
- References: <200304161910.PAA31592@makai.watson.ibm.com>
It worked (actually, gcc tried to use the binaries from the
platform-specific dir,
if they are present. And they were there, so I removed them).
Thank you very much!
Val.
----- Original Message -----
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>
Sent: Wednesday, April 16, 2003 3:10 PM
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
>
>