yunfanxu 发表于 2006-11-21 22:04:28

请教fedora core6内核编译时出现的问题???

哪位帮忙,解决一下这个问题:
fedora core6内核编译时:
cd /usr/src/kernels/2.6.18-1.2798.fc6-i586       //请问这是内核目录吗?
# make xconfig
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: *** 没有规则可以创建“scripts/kconfig/qconf.o”需要的目标“scripts/kconfig/.tmp_qtcheck”。 停止。
make: *** 错误 2
#

总是这样,这是什么原因啊?谢谢

gugong 发表于 2006-11-21 22:17:18

Re: 请教fedora core6内核编译时出现的问题??

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.

cnhnln 发表于 2006-11-30 15:13:53

需要安装QT的开发包。可能是qt-dev之类的名字

dingyatao 发表于 2007-1-9 14:03:13

我编译ntfs时出现如下错误:请问是什么原因,怎么解决呀?

# make modules
scripts/kconfig/conf -s arch/i386/Kconfig
CHK   include/linux/version.h
CHK   include/linux/utsrelease.h
make: *** 没有规则可以创建“fs/nls/nls_base.o”需要的目标“fs/nls/nls_base.c”。 停止。
make: *** 错误 2
make: *** 错误 2
页: [1]
查看完整版本: 请教fedora core6内核编译时出现的问题???