Click to See Complete Forum and Search --> : looking for Red Hatters


PRSteve27
04-10-2001, 11:21 AM
ironhd has been quite helpful with my posts regarding "make" in bash, but I'm looking for someone with some Red Hat specific info.

My first problem was that make didn't work at all, so I installed the make rpm and now I get:

grep: /usr/src/linux/include/linux/version.h: No such file or directory
grep: /usr/src/linux/includ/linux/autoconf.h: No such file or directory
Makefile:44: /Makefile: No such file or directory
make: *** No rule to make target '/Mkaefile'. Stop.

Anyone have any thoughts on this? I've looked for a linux include rpm (linuxinc and various permutations thereof) but can't seem to find any on the CDs. What am I doing wrong, or what do I need to find?

pbharris
04-10-2001, 12:30 PM
hello,
looks like you are trying to compile a kernel, anyway the errors you have look like they can be solved with links to the right files (this worked on all redhat 6.x ditros).
try ln -s /usr/include/<path>file.h /usr/src/<path>file.h

also do you run make mrproper first?