aclocal-1.15 is missing on your system.

2019-11-26 15:54:45 浏览数 (1)

本文由腾讯云 社区自动同步,原文地址 http://blogtest.stackoverflow.club/aclocal-command-not-found/

编译出错

代码语言:txt复制
WARNING: 'aclocal-1.15' 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:
         <http://www.gnu.org/software/automake>

解决方案

无法通过yum install 下载对应的程序

在提示给出的网址中下载automake软件包,依次 ./configure make make install后,错误消失。

0 人点赞