Click to See Complete Forum and Search --> : NO MAKE COMMAND? What's up with that?
cheapbastard
03-28-2001, 06:40 PM
I am in the beginning steps of the KERNEL-HOWTO and when I try to run 'make xconfig', I get the error 'bash: make: command not found'
I am running RedHat 7, with kernel v.2.2.16, attempting to recompile with v.2.4.0
How do I get that command? Is there an alternative? :confused:
Derango
03-28-2001, 06:44 PM
run a search on www.rpmfind.net (http://www.rpmfind.net) for make and see what you come up with.
cheapbastard
03-28-2001, 06:50 PM
Thanks, I've got it. :D
Tyr-7BE
03-28-2001, 07:59 PM
If you don't have make, you might not have the standard C/C++ headers to make the kernel as well...I believe you'll need glibc and libc++...can anyone verify this?
X_console
03-28-2001, 10:27 PM
I would suggest installing the entire development files in your Linux CD. It's the only way to be safe especially since a lot of software isn't in C code but in Perl and Python as well.