From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" To: law@cygnus.com Cc: kkaempf@progis.de, egcs@cygnus.com Subject: Re: egcs-971105, sparc-unknown-linux-gnulibc1, another bootstrap failure Date: Tue, 11 Nov 1997 10:52:00 -0000 Message-id: <199711111846.KAA25694@dm.cobaltmicro.com> References: <11985.879270831@hurl.cygnus.com> X-SW-Source: 1997-11/msg00415.html Date: Tue, 11 Nov 1997 10:53:51 -0700 From: Jeffrey A Law 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