清泛IT社区
标题:
required file `./ltmain.sh' not found
[打印本页]
作者:
zqp2013
时间:
2015-01-20 15:45
标题:
required file `./ltmain.sh' not found
本帖最后由 zqp2013 于 2015-1-27 15:23 编辑
在linux下编译c/c++程序出错:
$ automake --add-missing
....
configure.in:18: required file `build/ltmain.sh' not found
....
解决方案(libtoolize配置即可):
$libtoolize --version
-libtoolize (GNU libtool) 1.4.2
.....
(
确认已经安装
libtoolize
)
运行
libtoolize工具
# --copy copy files rather than symlinking them
# --debug enable verbose shell tracing
# --force replace existing files
$libtoolize --automake --copy --debug --force
(不要--debug参数即可不输出满屏的debug信息)
欢迎光临 清泛IT社区 (https://bbs.tsingfun.com/)
Powered by Discuz! X3.3