aarch64上编译libffi-3.2.1报错
configure.ac:450: error: possibly undefined macro: LT_SYS_SYMBOL_USCORE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
解决:sudo apt-get install libltdl-dev
参考:
http://www.hzhcontrols.com/new-1312993.html
https://github.com/libffi/libffi/issues/210
Aarch64上编译libffi-3.2.1的Autoconf错误及解决方案,
文章描述了在aarch64架构上尝试编译libffi-3.2.1时遇到configure.ac错误,原因可能是LT_SYS_SYMBOL_USCORE宏未定义。解决方法是安装libltdl-dev包。参考链接提供了进一步的信息。
566

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



