Hi all; How to run a ' make xconfig ' ?
I have installed the base of Debian 2.0.34 and tcl8.0, tcl8.0-dev, tk8.0, tk8.0-dev. When I do a ' make xconfig ' it runs untill finally comes to an error ( see attached log file ) What packages do I need for the proper 'make xconfig ' to run ? I have tried ' make config ' and ' make menuconfig ' both runs fine. Thanks in advance. Alan Tam
rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts kconfig.tk make[1]: Entering directory `/usr/src/kernel-source-2.0.34/scripts' make -C /usr/src/kernel-source-2.0.34/drivers/sound mkscript make[2]: Entering directory `/usr/src/kernel-source-2.0.34/drivers/sound' Compiling Sound Driver v 3.5.5-beta1 for Linux rm -f configure gcc -I/usr/src/kernel-source-2.0.34/include -o configure configure.c ./configure script > Config.in cat lowlevel/Config.tmpl >> Config.in ./configure fixedlocal > local.h ./configure fixeddefines > .defines make[2]: Leaving directory `/usr/src/kernel-source-2.0.34/drivers/sound' ./tkparse < ../arch/i386/config.in > kconfig.tmp cat header.tk >> ./kconfig.tk cat kconfig.tmp >> kconfig.tk rm -f kconfig.tmp echo "set defaults \"arch/i386/defconfig\"" >> kconfig.tk cat tail.tk >> kconfig.tk chmod 755 kconfig.tk make[1]: Leaving directory `/usr/src/kernel-source-2.0.34/scripts' wish -f scripts/kconfig.tk Application initialization failed: no display name and no $DISPLAY environment variable Error in startup script: invalid command name "button" while executing "button .ref" (file "scripts/kconfig.tk" line 26) make: *** [xconfig] Error 1