在生成configure文件时,执行命令 autoreconf -iv时出现错误:autoreconf unable found
执行命令:
apt-get install autoreconf automake libtool
apt-get install libffi-dev
本文介绍了解决在生成configure文件过程中遇到的autoreconf无法找到的问题。通过安装autoreconf、automake、libtool及libffi-dev等依赖包来修复错误。
在生成configure文件时,执行命令 autoreconf -iv时出现错误:autoreconf unable found
执行命令:
apt-get install autoreconf automake libtool
apt-get install libffi-dev
5379
4955

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