liuyazhi991 发表于 2005-3-11 09:07:29

configure 的问题 谢谢指点

我想编译skyeye的时候 用 CC=gcc-3.3 CFLAGS=-O2 ./configure --target=arm-elf --prefix=/usr/local
然后 出现了
checking compiler warning flags...-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized
checking for cygwin... no
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 /home/liu/skyeye/gdb failed, exiting.

请问是什么员原因 ?我用的 debian +kde2.6.8kernel    :?::cry:

liuyazhi991 发表于 2005-3-11 09:11:50

我用 的 skyeye版本 0.8.7

watercloud 发表于 2005-3-11 10:21:15

configure: error: Could not find a term library
----------------------------------------------------------
                         系统库不全。

oyangjian 发表于 2005-3-11 10:22:13

./configure --target=arm-elf --prefix=/usr/local
这个命令没有问题 我在我机器上刚才试了一下,

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

而且这里面的一些库根本就不需要
页: [1]
查看完整版本: configure 的问题 谢谢指点