Michael Lake wrote:
Trying to compile a kernel on Debian. make menuconfig works fine but I wanted an X version. There is xconfig and gconfig. xconfig needs qt libs but I'd prefer gconfig. gconfig needs something that I'm missing.
-- kernel-source-2.6.5$ make gconfig /bin/sh: line 1: pkg-config: command not found * * Unable to find the GTK+ installation. Please make sure that * the GTK+ 2.0 development package is correctly installed... * You need gtk+-2.0, glib-2.0 and libglade-2.0.
$ sudo apt-get install libgtk2.0-0 libgtk2.0-0 is already the newest version.
$ sudo apt-get install libglib2.0-0 libglib2.0-0 is already the newest version.
$ sudo apt-get install libglade2-0 libglade2-0 is already the newest version.
If I try make xconfig I get this...
kernel-source-2.6.5$ sudo apt-get install libqt3c102-mt libqt3c102-mt is already the newest version.
Ummmm.... ???? What package do I need?
Mike Lake Caver, Linux enthusiast and interested in anything technical.
-- Michael Lake Chemistry, Materials & Forensic Science, UTS Ph: 9514 1725 Fx: 9514 1460
-- UTS CRICOS Provider Code: 00099F DISCLAIMER: This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
