-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm trying to recompile a kernel but keep getting this error trying to use make xconfig:
storm:/usr/src/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/kernel-source-2.2.18pre21/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/kernel-source-2.2.18pre21/scripts' wish -f scripts/kconfig.tk Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized to connect to Server Application initialization failed: couldn't connect to display ":0" Error in startup script: invalid command name "button" while executing "button .ref" (file "scripts/kconfig.tk" line 51) make: *** [xconfig] Error 1 I've installed and uninstalled every version of tcl and tk to include: tcl8.0, tk8.0, tcl8.2, tk8.2, task-tcltk-dev and all the corresponding dev packages as well as itcl3.1-dev, iwidgets3.1-dev, itk3.1-dev, and python-tk. Am I missing a package here or is this a permissions problem with the xserver? I'm not interested in doing this with ncurses and make menuconfig because I'm trying to write documentation on how to do this with the easiest method (which is supposed to be make xconfig, ironic, eh?;-) ) for newbie types. I've actually done it with make xconfig before, using (I believe) the tk4.2 packages but those seem to be unavailable (unless I'm missing something in my sources.list). Can someone point me in the right direction? Please cc me as I can't handle the volume of debian-user right now and keep up with everything else I'm trying to do. If it goes against your principles to pass information off list please respond to the list alone and I'll check the archives. My humble thanks in advance, jesse - -- Docs by & for Debian newbies http://newbiedoc.sourceforge.net pgp key at: http://personal.mco.bellsouth.net/~jgoerz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjrcVTwACgkQUraCO4ktIFdUOACdHhskMOyMwaO/teJ2sP2e5tVI N5YAn1h9RGwgAJe2cNP6hDbGO0ma7JG1 =RkfD -----END PGP SIGNATURE-----