I just downloaded & installed kernel-headers-2.2.15-0.8mdk.i586.rpm and kernel-source-2.2.15-0.8mdk.i586.rpm, so that I can compile the 2.2.15 (pre-release) kernel, but it's bombing out for me when I do a "make xconfig". Doing a "make menuconfig" works fine, though. Here's what I get when trying to do a "make xconfig": ----------------------------------------------------------------------------- [tom@lor linux-2.2.15]$ make xconfig rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts kconfig.tk make[1]: Entering directory `/home/tom/downloads/kernel/tmp/linux-2.2.15/scripts' gcc -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations -c -o tkparse.o tkparse.c gcc -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations -c -o tkcond.o tkcond.c gcc -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations -c -o tkgen.o tkgen.c gcc -o tkparse tkparse.o tkcond.o tkgen.o cat header.tk >> ./kconfig.tk ./tkparse < ../arch/i386/config.in >> kconfig.tk drivers/char/Config.in: 124: can't handle dep_tristate condition make[1]: *** [kconfig.tk] Error 1 make[1]: Leaving directory `/home/tom/downloads/kernel/tmp/linux-2.2.15/scripts'make: *** [xconfig] Error 2 ----------------------------------------------------------------------------- Does anyone know what's going on here? Do I need some other package installed? Thanks, Tom
