Welcome 微信登录
编程资源 图片资源库 蚂蚁家优选 PDF转换器

首页 / 操作系统 / Linux / Ubuntu 11.10编译内核:make xconfig错误

问题:root@www.linuxidc.com:~/桌面/linux-2.6.30.4# make xconfig
  CHECK   qt                                                                                                               
*                                                                                                                                              
* Unable to find the QT3 installation. Please make sure that                                                                                   
* the QT3 development package is correctly installed and                                                                                       
* either install pkg-config or set the QTDIR environment                                                                                       
* variable to the correct location.                                                                                                            
*                                                                                                                                              
make[1]: *** 没有规则可以创建“scripts/kconfig/qconf.o”需要的目标“scripts/kconfig/.tmp_qtcheck”。 停止。                                
make: *** [xconfig] 错误 2 解决办法:要先安装libqt3-compat-headers:执行 sudo apt-get install libqt3-compat-headerssudo apt-get install kernel-package
sudo apt-get install build-essential