linuxgateway 发表于 2004-8-18 11:24:01

与高手过招!

我的机器是redhat 9.0安全安装,如下安装Skyeye-0.8.0时提示:

# ./configure --target=arm-elf --prefix=/usr/local --without-gtk-prefix --without-gtk-exec-prefix --disable-gtktest

。。。。

checking for tgetent in -lncurses... (cached) no
checking for tgetent in -lHcurses... no
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... (cached) no
checking for tgetent in -lcurses... (cached) no
checking for tgetent in -lterminfo... no
configure: error: Could not find a term library
Configure in /tmp/skyeye/gdb failed, exiting.

#

Skyeye运行时需要什么环境?请指教!谢过。

walimis 发表于 2004-8-18 11:56:46

安装ncurses-devel包,你用
rpm -qa|grep ncurses
看看,你装了没有。

linuxgateway 发表于 2004-8-18 13:33:27

我是完全安装redhat 9.0, 4.8GB

# rpm -qa | grep ncurses
ncurses-5.3-4
ncurses-devel-5.3-4
#

这是查询结果!

chyyuu 发表于 2004-8-25 23:04:21

那应该没有问题,用root用户,试试
./configure --target=arm-elf
页: [1]
查看完整版本: 与高手过招!