public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Rupert Wood" <me@rupey.net>
To: "'Gillespie, Richard'" <Richard.Gillespie@marconi.com>
Cc: <gcc-help@gcc.gnu.org>
Subject: RE: Problems installing gcc
Date: Fri, 18 Jan 2002 06:56:00 -0000	[thread overview]
Message-ID: <616BE6A276E3714788D2AC35C40CD18D11FE5E@whale.softwire.co.uk> (raw)
In-Reply-To: <616BE6A276E3714788D2AC35C40CD18D30F991@whale.softwire.co.uk>

Richard Gillespie wrote:

> I have downloaded the 3.0.3 package from sunfreeware.  I have used
> pgkadd to install the distribution.   I now have a /usr/local
> directory with 7 subdirectories. I am having trouble understanding
> the GNU installation instructions, I cannot find the "configure"
> file anywhere in the distribution.  How do I configure this package?

You don't; sunfreeware produce binary distributions. A binary
distribution will already have been configured and installed. Unless you
want to change configuration options or install path then you can use it
as-is, otherwise you'll have to download a source distribution of GCC
and configure, bootstrap and install.

You just need to add the main directories to the relevant path
environments, i.e. 

    /usr/local/bin      to     PATH
    /usr/local/lib      to     LD_LIBRARY_PATH
    /usr/local/man      to     MAN_PATH

etc. and you should be ready to go.

> GNU also recommends using their make utility, but it also must be
> compiled so what comes first, the "chicken or the egg"?

You need an existing compiler to build either; both the GCC and gmake
source distributions are designed to be compiled with virually any
compiler. Hence you can build gmake without GCC.

Rup.

       reply	other threads:[~2002-01-18 14:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <616BE6A276E3714788D2AC35C40CD18D30F991@whale.softwire.co.uk>
2002-01-18  6:56 ` Rupert Wood [this message]
2016-04-15 16:27 Problems installing GCC Hassan Haddouchi
2016-04-15 16:29 ` Jonathan Wakely
  -- strict thread matches above, loose matches on Subject: below --
2002-01-18  6:37 Problems installing gcc Gillespie, Richard
     [not found] <616BE6A276E3714788D2AC35C40CD18D30F987@whale.softwire.co.uk>
2002-01-18  6:24 ` Rupert Wood
2002-01-18  6:21 Kamyar Mehrnia
2001-03-09 12:40 tprinceusa

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=616BE6A276E3714788D2AC35C40CD18D11FE5E@whale.softwire.co.uk \
    --to=me@rupey.net \
    --cc=Richard.Gillespie@marconi.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).