Re: "Make" error: "No rule to make target..."

2002-01-08 Thread Ethan Michaels
p) is /usr/src/linux-2.4 -> linux-2.4.7-10. That seems to work. Ethan >From: rpjday <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: "Make" error: "No rule to make target..." >Date: Tue, 8 Jan 2002 14:29:27

RE:"Make" error: "No rule to make target..."

2002-01-08 Thread Gregg Morris
Ethan, Red Hat's current kernel is 2.4.9-13. Sources and binaries on their website. I don't know why they seem to be a few versions behind kernel.org... Regards, Gregg > "Ethan" == Ethan Michaels <[EMAIL PROTECTED]> writes: > RH 7.2. Gateway E-3400/1000. Using 2.4.7-10 kernel. (By t

Re: "Make" error: "No rule to make target..."

2002-01-08 Thread Statux
make sure /usr/include/linux and /usr/include/asm are pointing correctly, and make sure /usr/src/linux is pointing to the correct tree. Remember to do all your work via the softlink. On Tue, 8 Jan 2002, Ethan Michaels wrote: > Trying to use make. > > make mrproper works OK apparantly > > mak

Re: "Make" error: "No rule to make target..."

2002-01-08 Thread Mike Burger
Do you have autoconf installed? On Tue, 8 Jan 2002, Ethan Michaels wrote: > Trying to use make. > > make mrproper works OK apparantly > > make menuconfig returns error: > quote: > make: *** No rule to make target 'include/linux/autoconf.h', needed by > 'include/linux/version.h'. Stop. > /quot

Re: "Make" error: "No rule to make target..."

2002-01-08 Thread rpjday
On Tue, 8 Jan 2002, Ethan Michaels wrote: > Trying to use make. > > make mrproper works OK apparantly > > make menuconfig returns error: > quote: > make: *** No rule to make target 'include/linux/autoconf.h', needed by > 'include/linux/version.h'. Stop. > /quote that's because, when you run "

RE: "Make" error: "No rule to make target..."

2002-01-08 Thread Brad Bonkoski
Title: RE: "Make" error: "No rule to make target..." > -Original Message- > From: Ethan Michaels [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 08, 2002 12:21 PM > To: [EMAIL PROTECTED] > Subject: "Make" error: "No rule to mak