|
最近装上了debian,的确很好用。但默认的内核在我的电脑上运行起来风扇声音很大,想重新编译一个。但是,在编译过程中无法使用图象化的make config,信息如下:
tsyj:/usr/src/linux# make xconfig
scripts/kconfig/qconf arch/i386/Kconfig
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
qconf: cannot connect to X server :0.0
make[1]: *** [xconfig] 错误 1
make: *** [xconfig] 错误 2
tsyj:/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
tsyj:/usr/src/linux#
事实上我已经安装了Qt和gtk+2.0的开发包,有请高人指点。 |
|