在安装skyeye时出现下面提示的错误,请大家看看。。。

OOo,TeX,KO,ABI,GIMP,Picasa,ProE,QCAD,Inkscape,Kicad,Eagle
回复
头像
cocobat
帖子: 59
注册时间: 2005-06-25 11:21
联系:

在安装skyeye时出现下面提示的错误,请大家看看。。。

#1

帖子 cocobat » 2005-10-21 9:39

在安装skyeye时:
./config --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 /usr/src/skyeye/gdb failed, exiting.

请大家指点指点,不知道怎么了。
谋先
帖子: 12
注册时间: 2008-07-05 11:12

#2

帖子 谋先 » 2008-07-05 11:17

这个有可能是因为你的系统上没有安装gcc或g++,
你现用如下命令检测一下是否有gcc和g++:
gcc -v

g++ -v
如果没有就用如下命令安装:
sudo apt-get install gcc

sudo apt-get install g++
回复