lingxz 发表于 2003-7-16 10:15:50

编译内核2.6.0-test出错,请高手帮忙!

我执行make xconfig后报错:
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make: *** Error 1
make: *** Error 2
难道一定要装QT?以前我的2.4.18就不用,怎么解决?

cjacker 发表于 2003-7-16 10:38:56

Re: 编译内核2.6.0-test出错,请高手帮忙!

我执行make xconfig后报错:
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make: *** Error 1
make: *** Error 2
难道一定要装QT?以前我的2.4.18就不用,怎么解决?
2.5版本以后的内核不再使用tcl/tk的图形界面,改用qt作为图形界面的内核配置程序,所以,如果编译内核的时候使用make xconfig,必须安装qt.
如果没有qt,可以使用make config或者make menuconfig,make config是命令行的,make menuconfig使用的curses库。或者用老的配置,可以直接导过来,使用make oldconfig

lingxz 发表于 2003-7-16 10:45:29

噢!真是令我失望啊。那么QT库如何安装,有没有参考文章?谢谢大哥

Dragonfly 发表于 2003-7-16 10:57:42

why not use make menuconfig. i always use it and i like it. i never use xconfig.

lingxz 发表于 2003-7-16 11:36:53

我以前不装gtk+ 和 QT可以编译的,现在要编译内核怎么搞得那么复杂?

lingxz 发表于 2003-7-16 12:17:21

menuconfig就是看起来不爽!

Dragonfly 发表于 2003-7-16 21:57:06

why, u like pp?

simple, usable, robust, is the best.

Dragonfly 发表于 2003-7-16 23:32:05

u mean x under xfree 4.3 or x under kernel 2.6?
页: [1]
查看完整版本: 编译内核2.6.0-test出错,请高手帮忙!