Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread David Anderson
THANK YOU so much, Erik. You are now my new hero. :) Worked like a charm! Thanks again. -- On Thu, 1 Mar 2001 01:27:17Erik Mouw wrote: >On Wed, Feb 28, 2001 at 09:32:09AM -0500, David Anderson wrote: >> *CC [EMAIL PROTECTED]* on reply. >> >> ln -s linux-2.4 linux >> >> That helps a

Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread Erik Mouw
On Wed, Feb 28, 2001 at 09:32:09AM -0500, David Anderson wrote: > *CC [EMAIL PROTECTED]* on reply. > > ln -s linux-2.4 linux > > That helps a bit. Here's what I get now when doing 'make bzImage': > > In file included from /usr/src/linux/include/linux/string.h:21, > from

Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread David Anderson
*CC [EMAIL PROTECTED]* on reply. ln -s linux-2.4 linux That helps a bit. Here's what I get now when doing 'make bzImage': In file included from /usr/src/linux/include/linux/string.h:21, from /usr/src/linux/include/linux/fs.h:23, from /usr/src/linux/include/linux/capability.h:17, from

Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread David Woodhouse
[EMAIL PROTECTED] said: > /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory Your glibc include files are broken. Rather than having their own copy of the /usr/include/linux/ directory, they have a symlink into /usr/src/linux/include/linux. The correct fix is to put the

Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread Xavier Ordoquy
simply in /usr/src do ln -s linux-2.4 linux --- Xavier Ordoquy, Aurora-linux, http://www.aurora-linux.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread Mr. James W. Laferriere
Hello David , do a 'ln -s linux-2.4 linux' in directory /usr/src . Hth , JimL On Wed, 28 Feb 2001, David Anderson wrote: > Please CC [EMAIL PROTECTED] on your replies - I'm not on the mailing list. > > Slackware 7.1 > cd /usr/src > tar -xvyf linux-2.4.2.tar.bz2 > mv linux

Can't compilete 2.4.2 kernel

2001-02-28 Thread David Anderson
Please CC [EMAIL PROTECTED] on your replies - I'm not on the mailing list. Slackware 7.1 cd /usr/src tar -xvyf linux-2.4.2.tar.bz2 mv linux linux-2.4 cd linux-2.4 make mrproper make menuconfig - {selection options, etc.} make dep make clean make bzImage Get this with bzImage: gcc -Wall

Can't compilete 2.4.2 kernel

2001-02-28 Thread David Anderson
Please CC [EMAIL PROTECTED] on your replies - I'm not on the mailing list. Slackware 7.1 cd /usr/src tar -xvyf linux-2.4.2.tar.bz2 mv linux linux-2.4 cd linux-2.4 make mrproper make menuconfig - {selection options, etc.} make dep make clean make bzImage Get this with bzImage: gcc -Wall

Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread Mr. James W. Laferriere
Hello David , do a 'ln -s linux-2.4 linux' in directory /usr/src . Hth , JimL On Wed, 28 Feb 2001, David Anderson wrote: Please CC [EMAIL PROTECTED] on your replies - I'm not on the mailing list. Slackware 7.1 cd /usr/src tar -xvyf linux-2.4.2.tar.bz2 mv linux linux-2.4

Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread Xavier Ordoquy
simply in /usr/src do ln -s linux-2.4 linux --- Xavier Ordoquy, Aurora-linux, http://www.aurora-linux.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread David Woodhouse
[EMAIL PROTECTED] said: /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory Your glibc include files are broken. Rather than having their own copy of the /usr/include/linux/ directory, they have a symlink into /usr/src/linux/include/linux. The correct fix is to put the

Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread David Anderson
*CC [EMAIL PROTECTED]* on reply. ln -s linux-2.4 linux That helps a bit. Here's what I get now when doing 'make bzImage': In file included from /usr/src/linux/include/linux/string.h:21, from /usr/src/linux/include/linux/fs.h:23, from /usr/src/linux/include/linux/capability.h:17, from

Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread Erik Mouw
On Wed, Feb 28, 2001 at 09:32:09AM -0500, David Anderson wrote: *CC [EMAIL PROTECTED]* on reply. ln -s linux-2.4 linux That helps a bit. Here's what I get now when doing 'make bzImage': In file included from /usr/src/linux/include/linux/string.h:21, from

Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread David Anderson
THANK YOU so much, Erik. You are now my new hero. :) Worked like a charm! Thanks again. -- On Thu, 1 Mar 2001 01:27:17Erik Mouw wrote: On Wed, Feb 28, 2001 at 09:32:09AM -0500, David Anderson wrote: *CC [EMAIL PROTECTED]* on reply. ln -s linux-2.4 linux That helps a bit. Here's