This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-971105, sparc-unknown-linux-gnulibc1, another bootstrap failure


   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]