When I try to do make xconfig I get the following messages:
rm -f include/asm
( cd include ; ln -
sf asm-i386asm)
make -c scripts kconfig.tk
make [1]: Entering directory
´/usr/src/linux/scripts´
gcc - Wall - Wstrict-prototypes-02-fomit-frame-pointer
-c -o tkparse.o tkparse.c
tkparse.c:37:stdio.h:
No such file or directory
tkparse.c:38:stdlib.h:
No such file or directory
tkparse.c:39:string.h:
No such file or directory
make [1]: *** [tkparse.o]
error 1
make [1]: leaving directory
´/usr/src/linux/scripts´
make: *** [xconfig]
error 2
what´s going wrong? Do I need some library?
Thank you very much.
Luis Pablo Gasparotto