This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with '-static' in 3.0 release on AIX
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: Problem with '-static' in 3.0 release on AIX
- From: Matt_Conway at i2 dot com
- Date: Thu, 21 Jun 2001 11:34:13 -0400
- Cc: gcc at gcc dot gnu dot org
On 06/20/2001 12:47:30 PM David Edelsohn wrote:
> Personally, I strongly recommend against using the GNUPro
> toolchain or the FSF releases of GAS and GLD to configure and build GCC
Ok, I'll switch back to AIX's assembler - I thought one needed it for the
entire compiler and not just libstdc++.
> I explicitly create a link from .../build/gcc/as to the GNU
> Assembler when I build libstdc++-v3. I do not use "make bootstrap". GCC
> will use "as" in the -Bxxx/ directory if it finds an executable.
>
Seeing as how a pause is needed between making the compiler and libstdc++
(for symlinking as), what makefile targets do you use to make _just_ the
compiler (and other needed libs I assume) and then libstdc++ ? I'll let
you know how it goes once I rebuild.
Matt