aclocal-1.13: command not found
时间:2019-06-17 13:05:33
收藏:0
阅读:388
原因:
将编译好的工程拷贝到系统版本不一样的系统中,再进行编译会出现此类问题。
解决方法:
yum install automake autoconf
yum install libtool
autoreconf -ivf
执行以上命令行,可以解决此类问题


原文:https://www.cnblogs.com/coolYuan/p/11038768.html
评论(0)