public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Hugh Sasse Staff Elec Eng <hgs@dmu.ac.uk>
To: Emil Block <blime@his.com>
Cc: gcc-help@gcc.gnu.org
Subject: Re: GCC 3.1.1 Build Problem
Date: Tue, 30 Jul 2002 08:08:00 -0000	[thread overview]
Message-ID: <Pine.GSO.4.44.0207301558140.9747-100000@neelix> (raw)
In-Reply-To: <3D46A80E.C07A3AC@his.com>

On Tue, 30 Jul 2002, Emil Block wrote:

>
> I am getting  the following error message during the build of GCC 3.1.1, and
> need some help identifying the problem. The configure results are attached.
>
> -isystem /usr/local/sparc-sun-solaris2.7/include  -m64"  "LD=/usr/ccs/bin/ld"

I think this is your problem. You need to build the latest binutils
first, this will give you gnu-as and gnu-ld.

Next time you configure DON'T use --with-gnu-as and --with-gnu-ld;
DO use
configure --with-as=/usr/local/bin/as  --with-ld=/usr/local/bin/ld

with the correct path to configure, gnu ld and gnu as.
If you don't do this then the Java build will
insist on finding /usr/ccs/bin/as and will fail because it won't
accept the right options.
>
>
> Emil Block

        HTH
        Hugh

  reply	other threads:[~2002-07-30 15:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-30  7:53 Emil Block
2002-07-30  8:08 ` Hugh Sasse Staff Elec Eng [this message]
     [not found] <Pine.GSO.4.44.0207301648050.9747-100000@neelix>
2002-07-31 14:59 ` Emil Block

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=Pine.GSO.4.44.0207301558140.9747-100000@neelix \
    --to=hgs@dmu.ac.uk \
    --cc=blime@his.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).