LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slack9-simple kernel compile question? (https://www.linuxquestions.org/questions/slackware-14/slack9-simple-kernel-compile-question-65937/)

BearClaw 06-16-2003 10:44 AM

Slack9-simple kernel compile question?
 
Hello, everyone. This is my first post on this forum(found it yesterday), and it's kinda got me bumfuzzled(grin).

When I start to compile my 2.4.20 kernel, using the guide from this site, I add the needed info to /etc/lilo.conf, #pico Makefile , uncomment line 74.

Then I enter: #make menuconfig ; here is the message I get:
"make: *** No rule to make target 'menuconfig'. Stop."

Did I forget to do something? What am I supposed to do to get it to work?


Any and all help is appreciated, BC :)

jvannucci 06-16-2003 10:57 AM

Are you issuing 'make' from the /usr/src/linux-2.4.20 directory?

emence 06-16-2003 11:04 AM

have you also tried using the make xconfig to see if it gives you a similar error??

BearClaw 06-16-2003 11:12 AM

I just did #cd /usr/src/linux.

Do I need to do #cd /usr/src/linux-2.4.20 ? It's beginning to make more sense now.

Thanks, BC

jvannucci 06-16-2003 11:36 AM

Depends on if /usr/src/linux is a link, and what it points to. But to be safe, yes:

# cd /usr/src/linux-2.4.20
# make menuconfig


All times are GMT -5. The time now is 03:46 PM.