I'm having some make xconfig (& menuconfig, of course) problems.
I have a working RH5.1 system and an extra, bare 4.1G HD onto which I
installed RH 5.2; I'm dual booting while I configure the second
correctly. The problem is that I have kernel 2.1.125 running on the
working system, and want to put it onto the second one. I am getting
strange errors when I try to compile a kernel. Ran through the changes
file and have all of the necessary programs. I can't figure out what I
missed. I think that I have looked at the problem long enough to not be
able to "see" it anymore. I searched dejanews, but found nothing.
        Error messages follow, first is for the 2.1.125 kernel, and the second
is for the 2.0.36. Any help would be appreciated. TIA.

**************************

rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o
scripts/split-include scripts/split-include.c
scripts/split-include.c:22: sys/stat.h: No such file or directory
scripts/split-include.c:23: sys/types.h: No such file or directory
scripts/split-include.c:25: ctype.h: No such file or directory
scripts/split-include.c:26: errno.h: No such file or directory
scripts/split-include.c:27: fcntl.h: No such file or directory
scripts/split-include.c:28: stdio.h: No such file or directory
scripts/split-include.c:29: stdlib.h: No such file or directory
scripts/split-include.c:30: string.h: No such file or directory
scripts/split-include.c:31: unistd.h: No such file or directory
make: *** [scripts/split-include] Error 1     

***************************************************

rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.0.36/scripts'
gcc -I/usr/src/linux-2.0.36/include -O2 -fomit-frame-pointer -g -Wall -c
-o tkparse.o tkparse.c
tkparse.c:21: stdlib.h: No such file or directory
tkparse.c:22: stdio.h: No such file or directory
tkparse.c:23: string.h: No such file or directory
make[1]: *** [tkparse.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.0.36/scripts'
make: *** [xconfig] Error 2    

*****************************************************

-- 
________________________________________
Jonathan Pennington
-Student Anthropologist/Geologist
-Linux User and Advocate
-Bart Simpson Sympathizer

Email at jwp(at)awod.com
_______________________________________

Reply via email to