centos编译出现:类似情况:
$tar -xvf libpcap-1.0.
$cd libpcap-1.0.
$./configure
$make
$sudo make install
5.'aclocal-1.14' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<;
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<;
</>
</>
解决Ubuntun 12.04编译Mesa10.3 WARNING: 'aclocal-1.14' is missing on your system
执行如下命令:
test@test:/usr/local/src/Mesa-10.3.5$sudo autoreconf -ivf 就是这一句解决了问题
注意:这条语句是在源文件目录(Mesa-10.3.5)下执行,否则会找不到文件。
今天执行:autoreconf -fvi的时候出现如下错误:
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --output=aclocal.m4t
Can't exec "aclocal": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 326.
网上搜了一下,中文答案多不靠谱,英文还好,有一篇可以解决:
`aclocal' is part of automake package, try to install it first.
所以,下载了automake之后,编译、安装,在执行就正常了
本文发布于:2024-02-01 05:08:30,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170673531034102.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |