aclocal: error: aclocal: file '/usr/local/share/aclocal/wxwin.m4' does not exist
Posted xiyuan2016
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了aclocal: error: aclocal: file '/usr/local/share/aclocal/wxwin.m4' does not exist相关的知识,希望对你有一定的参考价值。
1. 查找wxwin.m4文件
mdfind -name wxwin.m4
2. 删除/usr/local/share/aclocal/wxwin.m4,建立软连接
cd /usr/local/share/aclocal/
rm wxwin.m4
ln -s /usr/local/*/**/***l/wxwin.m4 wxwin.m4
以上是关于aclocal: error: aclocal: file '/usr/local/share/aclocal/wxwin.m4' does not exist的主要内容,如果未能解决你的问题,请参考以下文章
autotools:autoreconf 找不到宏,但 aclocal 可以
Can‘t exec “aclocal“: 没有那个文件或目录 at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
zabbix安装收获-WARNING: 'aclocal-1.14' is missing on your system