public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: David Edelsohn <dje@watson.ibm.com>
To: "cjs 2895" <cjs2895@hotmail.com>
Cc: gcc-help@gcc.gnu.org
Subject: Re: Problem Building Stage 3 / AIX 5.1, Visual Age C 5.0.2
Date: Thu, 24 Oct 2002 14:53:00 -0000	[thread overview]
Message-ID: <200210242153.RAA26302@makai.watson.ibm.com> (raw)
In-Reply-To: <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

      reply	other threads:[~2002-10-24 21:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-16 15:17 cjs 2895
2002-10-24 14:53 ` David Edelsohn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200210242153.RAA26302@makai.watson.ibm.com \
    --to=dje@watson.ibm.com \
    --cc=cjs2895@hotmail.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).