摘要: 原因: 将编译好的工程拷贝到系统版本不一样的系统中,再进行编译会出现此类问题。 解决方法: yum install automake autoconf yum install libtool autoreconf -ivf 执行以上命令行,可以解决此类问题 阅读全文
posted @ 2019-06-17 11:26 insistYuan 阅读(3320) 评论(0) 推荐(0) 编辑