gcc 2.95 build success, with minor problem

Jeffrey A Law law@cygnus.com
Sun Aug 1 08:24:00 GMT 1999


  In message <37A39F98.537E02D5@texas.net>you write:
  > Successful build on i586-pc-linux-gnu
  > 
  > But, I had to specify the host type: 
  > 
  > 	../gcc-2.95/configure --host=i586-pc-linux-gnu 
  > 
  > Without doing so, configure reports..
  > 
  > 	"config.guess failed to determine the host type"
  > 
  > Note that egcs-1.1.2 has the same problem today, but it did not
  > have this problem a couple of months ago when I first installed it.
If config.guess can not determine your host type, then something is very
very wrong.  You should investigate why config.guess did not work on your
system (it's just a big ugly shell script, so it's not terrible to debug).

Lots of things can go wrong if config.guess does not properly determine what
kind of host you have.  So it is in your best interest to investigate and get
this problem fixed.

jeff



More information about the Gcc mailing list