LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 961|回复: 0

source navigator 编译 问题

[复制链接]
发表于 2007-8-5 08:57:16 | 显示全部楼层 |阅读模式
我 在 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。

请问 是 什么 原因 ,谢谢
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表