红联Linux门户
Linux帮助

原来在FC下的kdevelop 的proj重新在ubuntu下编译遇到的错误

发布时间:2007-10-15 00:49:04来源:红联作者:lfgoxwqu
linking bte1 (libtool)
../libtool: 404: /usr/bin/sed: not found
../libtool: 648: /usr/bin/sed: not found
: ignoring unknown tag
../libtool: 648: /usr/bin/sed: not found
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require -mode=MODE be specified.
../libtool: 6445: /usr/bin/sed: not found
: link: unable to infer tagged configuration
../libtool: 6445: /usr/bin/sed: not found
../libtool: 1: /usr/bin/sed: not found
make[2]: Nothing to be done for `all-am'.
../libtool: 1: /usr/bin/sed: not found
: link: specify a tag with `--tag'
make[2]: *** [bte1] 错误 1
make[2]: 由于错误目标“all”并未重新创建。
make[1]: *** [all-recursive] 错误 1
make: *** [all] 错误 2

解决方法:
whereis sed
发现 sed 所在的路径未 /bin
cd /usr/bin
sudo ln -s /bin/sed ./
即可.
文章评论

共有 0 条评论