public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Bud Davis <bdavis9659@sbcglobal.net>
To: gcc-help@gcc.gnu.org, John.Shin@AMEDD.ARMY.MIL
Subject: Re: Problem building g77 configured with gnu as and ld
Date: Thu, 04 Jan 2007 04:50:00 -0000	[thread overview]
Message-ID: <953970.21845.qm@web81201.mail.mud.yahoo.com> (raw)

suggestions:

make sure you are using gnu make.  what i usually do
is 'alias make gmake' in my .cshrc file.

you shouldn't need gmp and mpfr.  g77 and c don't need
them.

i would suggest you build the simplest first, then
build with the gnu assembler and linker.  gcc / g77
should make with the SGI C compiler or gcc:

../bin/configure --prefix=~testgcc/bin
--enable-languages =c,f77

should make a workable compiler; which is not what you
want but it will make the problem space a little
smaller to start with.

during the 3.4.6 time SGI was an actively supported
platform; what you are attempting should work.  g77
changed very little between 3.2 and 3.4; so you might
try an older source release and see if it 'magically'
builds easier....the older one may work fine.

HTH,
bud davis

             reply	other threads:[~2007-01-04  4:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-04  4:50 Bud Davis [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-01-03 22:53 Shin, John Y CONTRACTOR WRAIR-Wash DC

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=953970.21845.qm@web81201.mail.mud.yahoo.com \
    --to=bdavis9659@sbcglobal.net \
    --cc=John.Shin@AMEDD.ARMY.MIL \
    --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).