This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: config.guess @ Linux
- To: Thomas Kunert <kunert at physik dot tu-dresden dot de>
- Subject: Re: config.guess @ Linux
- From: Bruce Korb <bkorb at sco dot COM>
- Date: Thu, 06 Apr 2000 09:41:32 -0700
- CC: gcc at gcc dot gnu dot org, autoconf at gnu dot org
- Organization: Santa Cruz Operations
- References: <38ECA53A.56D0F62@physik.tu-dresden.de>
Thomas Kunert wrote:
>
> Hi,
>
> config.guess refuses to guess the system type on some of my machines
> here. All of them are i?86-unknown-linux-gnu. That configuration seems
> to be missing in the script. It's not a big deal, I tell it the
> configuration manually. But what do I have config.guess for, then?
>
> Regards,
> Thomas
Time once again for my favorite rant:
The problem is two fold. First, your C compiler is not
properly installed. When it is not, config.guess runs
the loader program requesting help. It parses the help
output and determines which of many systems it may be
running on. However, it specifically refuses to recognize
the strings that identify ix86-Linux, though it does
detect other Linux platforms. The fix is trivial. I
supplied it over a year ago. Autoconf folk have refused
to apply. It is not a GCC problem. :-(