|
我在用amd64 sid,ustc的源。内核2.6.14, 编译内核时只能用make menuconfig, 不能用make xconfig 或者make gconfig. 但是libqt3-mt-dev和libgtk2-dev都已经安装了。
具体显示如下:
dandan:/usr/src/linux# dpkg -l |grep libgtk
ii libgtk1.2 1.2.10-18 The GIMP Toolkit set of widgets for X
ii libgtk1.2-common 1.2.10-18 Common files for the GTK+ library
ii libgtk2.0-0 2.6.10-1 The GTK+ graphical user interface library
ii libgtk2.0-bin 2.6.10-1 The programs for the GTK+ graphical user int
ii libgtk2.0-common 2.6.10-1 Common files for the GTK+ graphical user int
ii libgtk2.0-dev 2.6.10-1 Development files for the GTK+ library
dandan:/usr/src/linux# dpkg -l|grep glib
ii libarts1-mpeglib 3.4.2-2 mpeglib plugin for aRts, supporting mp3 and
ii libdb1-compat 2.1.3-8 The Berkeley database routines [glibc 2.0/2.
ii libglib1.2 1.2.10-10 The GLib library of C routines
ii libglib2.0-0 2.8.3-1 The GLib library of C routines
ii libglib2.0-dev 2.8.3-1 Development files for the GLib library
ii mpeglib 3.4.2-2 mp3 and mpeg I audio and video library
dandan:/usr/src/linux# dpkg -l|grep glade
ii libglade2-0 2.5.1-2 library to load .glade files at runtime
dandan:/usr/src/linux# dpkg -l |grep libqt
ii libqt3-headers 3.3.5-1 Qt3 header files
ii libqt3-mt 3.3.5-1 Qt GUI Library (Threaded runtime version), V
ii libqt3-mt-dev 3.3.5-1 Qt development files (Threaded)
dandan:/usr/src/linux# make xconfig
HOSTLD scripts/kconfig/qconf
/usr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
make[1]: *** [scripts/kconfig/qconf] 错误 1
make: *** [xconfig] 错误 2
dandan:/usr/src/linux# make gconfig
*
* 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.
*
make[1]: *** [scripts/kconfig/.tmp_gtkcheck] 错误 1
make: *** [gconfig] 错误 2
各位指点一下吧。多谢了。 |
|