Linux make 报错

作者:admin 发布:2018-04-13 浏览:1745次
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/me/src/sipp/sipp/missing aclocal-1.14 
/home/me/src/sipp/sipp/missing: line 81: aclocal-1.14: command not found
WARNING: '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:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [aclocal.m4] Error 127
  yum install autoconf automake libtool
  yum install libffi-dev

再执行 

autoreconf -ivf




标签: make

Comments (0)