This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Problem Building Stage 3 / AIX 5.1, Visual Age C 5.0.2
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: "cjs 2895" <cjs2895 at hotmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 24 Oct 2002 17:53:48 -0400
- Subject: Re: Problem Building Stage 3 / AIX 5.1, Visual Age C 5.0.2
- References: <F147PiZxOASWTgZu6WY00000792@hotmail.com>
I would recommend that you use the default AIX assembler, linker,
and nm, ar, etc. instead of the GNU Assembler, GNU Linker, and GNU
Binutils. This is mentioned in the platform-specific installation notes.
Configure will not be invoked between each build stage. Configure
is run manually before the compiler is built and the building process runs
configure for the various target libraries, but that is not Stage 3. If
you are referring to configure to build libraries, you can speed this up
by using GNU Bash shell instead of /bin/sh.
make SHELL=/usr/local/bin/bash CONFIG_SHELL=/usr/local/bin/bash ...
David