LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   make xconfig errors (https://www.linuxquestions.org/questions/linux-general-1/make-xconfig-errors-278825/)

dred 01-17-2005 08:39 AM

make xconfig errors
 
i downloaded the latest stable 2.4.28 kernel source, one i ttry to make xconfig , i got some errors
-----------------------------------------------
[root@localhost linux-2.4.28]# 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-2.4.28/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
echo "set defaults \"arch/i386/defconfig\"" >> kconfig.tk
echo "set ARCH \"i386\"" >> kconfig.tk
cat tail.tk >> kconfig.tk
chmod 755 kconfig.tk
make[1]: Leaving directory `/usr/src/linux-2.4.28/scripts'
wish -f scripts/kconfig.tk
make: wish: Command not found
make: *** [xconfig] Error 127
---------------------------------------------------
can any onetell me where is the erros, i have manrake 9.2

masand 01-17-2005 09:10 AM

hi there

u do not have the required packages to run "make xconfig"

in mandrake
try

urpmi wish

regards


All times are GMT -5. The time now is 03:49 AM.