aclocal-1.13: command not found

原因:

  将编译好的工程拷贝到系统版本不一样的系统中,再进行编译会出现此类问题。

解决方法:

  yum install automake autoconf

  yum install libtool

  autoreconf -ivf

  执行以上命令行,可以解决此类问题

 

posted @ 2019-06-17 11:26  insistYuan  阅读(3291)  评论(0编辑  收藏  举报