- 论坛徽章:
- 0
|
我用make menuconfig也不行,我的系统是FC4,make,gcc等版本皆高于Documentation/Changes中要求的版本,我也不知道是什么原因,大家给个意见,跪谢.
[root@localhost ~]# cd /usr/src
[root@localhost src]# ls
linux linux-2.6.16
[root@localhost src]# cd linux
[root@localhost linux]# make mrproper
CLEAN scripts/basic
CLEAN scripts/kconfig
[root@localhost linux]# make xconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/split-include
HOSTCC scripts/basic/docproc
CHECK qt
*
* Unable to find the QT installation. Please make sure that
* the QT development package is correctly installed and
* either install pkg-config or set the QTDIR environment
* variable to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] 错误 1
make: *** [xconfig] 错误 2 |
|