I'm rather new to Linux but I have compiled a kernel a few times already.
This time I can't get past the configuration step. The output from xconfig
is below. The only thing I have changed is installing the
netatalk-1.4b2+asun2.0a18.2-oa1.i386.rpm package and configuring some of
its files. I hope someone can tell what is broken and that the following
is not too long to include. Thanks.


[root@ozenfant 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'
make -C /usr/src/linux/drivers/sound mkscript
make[2]: Entering directory `/usr/src/linux/drivers/sound'
Compiling Sound Driver v 3.5.5-beta1 for Linux
rm -f configure
gcc -I/usr/src/linux/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/linux/drivers/sound'

gcc -I/usr/src/linux/include -O2 -fomit-frame-pointer -g -Wall -c -o
tkparse.o tkparse.c
tkparse.c: In function `do_source':
tkparse.c:582: warning: `old_file' might be used uninitialized in this
function
gcc -I/usr/src/linux/include -O2 -fomit-frame-pointer -g -Wall -c -o
tkcond.o tkcond.c
gcc -I/usr/src/linux/include -O2 -fomit-frame-pointer -g -Wall -c -o
tkgen.o tkgen.c
tkgen.c: In function `dump_tk_script':
tkgen.c:674: warning: `menulabel' might be used uninitialized in this
function
gcc -I/usr/src/linux/include -o tkparse tkparse.o tkcond.o tkgen.o
./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/linux/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
[root@ozenfant linux]# 




--
Ron Golan
[EMAIL PROTECTED]



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to