|
|
我 在 FC5下 编译 source navigator (sourcenav-5.2b2)
gcc 4.1.0.
出现 如下 问题 :
checking if 64bit support is requested... no
checking if 64bit Sparc VIS support is requested... no
checking system version (for dynamic loading)... ./configure: line 6046: syntax error near unexpected token `)'
./configure: line 6046: ` OSF*)'
configure: error: ./configure failed for unix
configure: error: ./configure failed for tcl
。
然后 make一下 。信息 如下 :
for dir in tcl tk itcl tix libgui db snavigator ; do \
if test -d $dir ; then \
echo "$dir: make all" ;\
if (cd $dir; make all) ; then true ; else exit 1 ; fi ; \
else \
exit 1; \
fi \
done;
tcl: make all
make[1]: Entering directory `/home/ly/Desktop/snbuild/sourcenav-5.2b2/tcl'
make[2]: Entering directory `/home/ly/Desktop/snbuild/sourcenav-5.2b2/tcl/unix'
make[2]: *** 没有规则可以创建目标“all”。 停止。
make[2]: Leaving directory `/home/ly/Desktop/snbuild/sourcenav-5.2b2/tcl/unix'
make[1]: *** [all] 错误 2
make[1]: Leaving directory `/home/ly/Desktop/snbuild/sourcenav-5.2b2/tcl'
make: *** [all] 错误 1。
请问 是 什么 原因 ,谢谢 |
|