Kernel won't compile... am I doing something dumb?

2001-01-22 Thread Ken D'Ambrosio
I don't usually have problems, but this one just seems silly: # make bzImage gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/split-include scripts/split-include.c In file included from /usr/include/errno.h:36, from scripts/split-include.c:26:

Re: Kernel won't compile... am I doing something dumb?

2001-01-22 Thread Rich Payne
is /usr/include/linux a sym link to /usr/src/linux/include/linux ? same goes for asm --rdp On Mon, 22 Jan 2001, Ken D'Ambrosio wrote: I don't usually have problems, but this one just seems silly: # make bzImage gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o

Re: Kernel won't compile... am I doing something dumb?

2001-01-22 Thread Ken D'Ambrosio
On Mon, 22 Jan 2001, Rich Payne wrote: is /usr/include/linux a sym link to /usr/src/linux/include/linux ? same goes for asm Thankyouthankyouthankyouthankyou [etc.]. Now for the next logical question: how in blazes did that become *un*done? Or... is this something new? Or is RH 6.2 just

Re: Kernel won't compile... am I doing something dumb?

2001-01-22 Thread Benjamin Scott
On Mon, 22 Jan 2001, Ken D'Ambrosio wrote: Thankyouthankyouthankyouthankyou [etc.]. Now for the next logical question: how in blazes did that become *un*done? IIRC, in some (older) releases of the kernel, the Makefile actually *created* those symlinks for you. (This was changed when the