[root@agathe linux]# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entre dans le répertoire `/usr/src/linux-2.4.2/scripts'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o
tkparse.cgcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o
tkcond.o tkcond.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -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
statement not in menu
make[1]: *** [kconfig.tk] Erreur 1
make[1]: Quitte le répertoire `/usr/src/linux-2.4.2/scripts'
make: *** [xconfig] Erreur 2
make menuconfig works well.
--
Some people manage by the book, even they don't know who wrote the book, or
even what book
-- Murphy's Laws on Technology n°10