This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Host for Configure
- To: "W. C. Fan" <wcfan at sandia dot gov>
- Subject: Re: Host for Configure
- From: Eric Christopher <echristo at cygnus dot com>
- Date: Mon, 09 Oct 2000 14:26:53 -0700
- CC: gcc-bugs at gcc dot gnu dot org
- References: <39E2317E.D083B2DB@sandia.gov>
"W. C. Fan" wrote:
>
> Hi,
>
> I am trying to install gcc-2.95.2 on an laptop with a PII processor.
>
> I ran the configure program and it kept asking the "host" option which
> should be determined by the config.guess program.
>
> The command "uname -a" produce the following:
>
> Linux galatea 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 unknown
>
> Is there any problems with the config.guess program or I did something
> wrong ?
>
What does the output of config.guess do? Note that config.guess
requires a compiler to be installed on the system so you'll need that
(you'll need it to compile gcc anyhow).
-eric