运行autoreconf -i出现
Can't exec "aclocal": No such file or directory at /usr/bin/autoreconf line 174.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 174.
问题的解决方法。
# yum install automake libtool
autoreconf问题
最新推荐文章于 2026-05-09 05:42:01 发布
本文解决了在使用autoreconf-i命令时遇到的错误:无法执行aclocal,提示没有这样的文件或目录。通过安装automake和libtool包来解决此问题。

1474

被折叠的 条评论
为什么被折叠?



