原因:

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

解决方法:

  yum install automake autoconf

  yum install libtool

  autoreconf -ivf

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

aclocal-1.13: command not found

aclocal-1.13: command not found

 

相关文章:

  • 2021-07-17
  • 2021-11-17
  • 2021-07-22
  • 2021-07-22
  • 2021-12-23
  • 2021-09-30
  • 2021-06-23
猜你喜欢
  • 2022-12-23
  • 2021-09-12
  • 2021-08-19
  • 2022-12-23
  • 2021-09-05
相关资源
相似解决方案