linker_yxj 发表于 2004-1-25 22:20:09

运行make xconfig,make gconfig出错.

#cd /usr/src/linux2.6.0
#make xconfig
make: `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: *** Error 1
make: *** Error 2

# make gconfig
make: `scripts/fixdep' is up to date.
*
* Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and libglade-2.0.
*
make: *** Error 1
make: *** Error 2

怎么办?

imagic 发表于 2004-1-25 22:48:49

用make menuconfig试一下。

linker_yxj 发表于 2004-1-26 03:24:04

安装了qt-devel-3.1.1-6,执行make xconfig成功。
RH9下编译2.6。make后
。。。。。
。。。。。
CC net/ipv4/netfilter/ipt_multiport.o
CC net/ipv4/netfilter/ipt_owner.o
CC net/ipv4/netfilter/ipt_tos.o
make: *** No rule to make target `net/ipv4/netfilter/ipt_ecn.c', needed by `net/ipv4/netfilter/ipt_ecn.o'. Stop.
make: *** Error 2
make: *** Error 2
make: *** Error 2

Linuxjia 发表于 2004-1-26 13:54:32

去下载完整包,make前mrproper

killxp 发表于 2004-1-28 22:35:02

menuconfig 不挺好,干吗这么折腾?

linker_yxj 发表于 2004-1-29 21:13:23

谢谢killxp的指点,我用make menuconfig,可还出现同样的错误。
页: [1]
查看完整版本: 运行make xconfig,make gconfig出错.