[root@qiry include]# make xconfig make: *** No rule to make target `xconfig'. Stop. “make config”、“make menuconfig”、“make oldconfig”。 都不可以用,什么原因啊
by redandblack007 - 内核/嵌入技术 - 2006-02-23 12:27:29 阅读(779) 回复(2)
Application initialization failed: no display name and no $DISPLAY environment v ariable Error in startup script: invalid command name "button" while executing "button .ref" (file "scripts/kconfig.tk" line 51) make: *** [xconfig] Error 1
为什么我的redhat 9 linux 中没有make config、make menuconfig、make xconfig,谁能告诉我怎么弄出来的,输入 make config、make menuconfig、make xconfig这三个命令的时候提示没有这样的rule 谢谢了
提示can't find fonts!!! 怎么办!!怎么才能用make xconfig!!不要告诉我用,make menuconfig ,我知道怎么用make menuconfig. 我是想知道,怎么才能用make xconfig ,怎么改它的配置|???
系统:debian, # uname -a Linux debian 2.6.8-2-386 #1 Tue Aug 16 12:46:35 UTC 2005 i686 GNU/Linux ------------------------------------ debian:/usr/src/linux-2.6.16# 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 ins...
我的/usr/src下面没有linux文件夹。而且/src下面也是空的。无法使用make menucofig/xconfig命令。到底make menuconfig命令和/usr/src/linux有什么关系?请高手告之。谢谢
我在/usr/src/linux-2.4目录下运行make xconfig, 没有启动图形配置界面,提示如下错误: Application initialization failed: no display name and no $DISPLAY environment variable, Error in startup script: invalid command name "button" while executing "button.ref"(file"script/kconfig.tk" line 51) make: ***[xconfig] error 1 这是怎么回事,请教一下各位,多谢了!
最近下了4张FC3的安装盘,安装后发现/usr/src/redhat的目录全是空的,于是有下了kernel-2.6.9-1.667.src.rpm kernel-utils-2.4-13.1.39.src.rpm来安装,装完后发现/usr/src/redhat/SOURCES下没有makefile,也不能使用make menuconfig或make xconfig了,请问在那里能找到这些东东?
[root@test /]#cd /usr/src/linux2.6.0 [root@test linux-2.6.0]#make xconfig make[1]: `scripts/fixdep' is up to date. * * 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[1]: *** [scripts/kconfig/.tmp_qtcheck] Error 1 make: *** [xconfig] Error 2 [root@test linux-2....