aclocal-1.15 is missing on your system.

  • 2019 年 11 月 20 日
  • 筆記

编译出错

12345

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后,错误消失。