This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-971105, sparc-unknown-linux-gnulibc1, another bootstrap failure
- To: law at cygnus dot com
- Subject: Re: egcs-971105, sparc-unknown-linux-gnulibc1, another bootstrap failure
- From: "David S. Miller" <davem at dm dot cobaltmicro dot com>
- Date: Tue, 11 Nov 1997 10:46:14 -0800
- CC: kkaempf at progis dot de, egcs at cygnus dot com
- References: <11985.879270831@hurl.cygnus.com>
Date: Tue, 11 Nov 1997 10:53:51 -0700
From: Jeffrey A Law <law@cygnus.com>
I think your system include files are not properly installed; this
is causing autoconf to get confused. Note the No such file or
directory problems in your config.log:
This is a known bug in the redhat-4.x installations on sparc-linux.
If you don't tell it "install everything" it fails to make two
critical symlinks for header files, create these:
/usr/include/linux --> /usr/src/linux/include/linux
/usr/include/asm --> /usr/src/linux/include/asm (or asm-sparc)
And you should be ok.
Later,
David S. Miller
davem@dm.cobaltmicro.com