automake --add-missing时错误提示“ltmain.sh' not found”

xiaoxiao2021-02-28  55

automake --add-missing时错误提示“ltmain.sh' not found”

        在linux下编译c/c++程序出错:

$ automake --add-missing .... ....ltmain.sh' not found ....        解决方案(libtoolize配置即可):

$libtoolize --automake --copy --debug --force

转载请注明原文地址: https://www.6miu.com/read-53806.html

最新回复(0)