Hi, Hopefully someone who reads this can help me. I wanted to compile a new kernel with generic scsi-support included in the kernel. I downloaded kenrel version 2.2.9 from www.de.kernel.org. I followed the instructions to unpack the archives in /usr/src. So i did a: make mrproper (don�t really know what this is for?) [root@localhost linux]# make xconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts kconfig.tk make[1]: Entering directory `/usr/src/linux/scripts' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o tkparse.c tkparse.c:37: stdio.h: Datei oder Verzeichnis nicht gefunden tkparse.c:38: stdlib.h: Datei oder Verzeichnis nicht gefunden tkparse.c:39: string.h: Datei oder Verzeichnis nicht gefunden make[1]: *** [tkparse.o] Error 1 make[1]: Leaving directory `/usr/src/linux/scripts' make: *** [xconfig] Error 2 [root@localhost linux]# make menuconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/linux/scripts/lxdialog' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="<curses.h>" -c lxdialog.c -o lxdialog.o In file included from lxdialog.c:22: dialog.h:22: sys/types.h: Datei oder Verzeichnis nicht gefunden dialog.h:23: fcntl.h: Datei oder Verzeichnis nicht gefunden dialog.h:24: unistd.h: Datei oder Verzeichnis nicht gefunden dialog.h:25: ctype.h: Datei oder Verzeichnis nicht gefunden dialog.h:26: stdlib.h: Datei oder Verzeichnis nicht gefunden dialog.h:27: string.h: Datei oder Verzeichnis nicht gefunden dialog.h:29: curses.h: Datei oder Verzeichnis nicht gefunden lxdialog.c:53: locale.h: Datei oder Verzeichnis nicht gefunden make[1]: *** [lxdialog.o] Error 1 make[1]: Leaving directory `/usr/src/linux/scripts/lxdialog' make: *** [menuconfig] Error 2 I think i�ve all the required packages installed on my machine1? [root@localhost linux]# rpm -qa | grep gcc pgcc-1.1.3-3mdk pgcc-c++-1.1.3-3mdk [root@localhost linux]# rpm -qa | grep tcl tcl-8.0.4-10mdk tclx-8.0.4-10mdk [root@localhost linux]# rpm -qa | grep tk gtk+-1.2.3-6mdk gtk+10-1.0.6-6mdk gtk-engines-0.5-16mdk gtkzip-0.5-1mdk netkit-base-0.11-11mdk tk-8.0.4-10mdk tkinter-1.5.1-11mdk tksysv-1.0-7mdk make config works just fine. Thanks for wasting your time for my problem! ;-))) Stefan Brenner
