[root@arm-centos libvirt-1.2.20]# make -j8
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/zlg/openSource/libvirt-1.2.20/build-aux/missing aclocal-1.15 -I m4
/home/zlg/openSource/libvirt-1.2.20/build-aux/missing: line 81: aclocal-1.15: command not found
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:
<
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<
<
<
make: *** [aclocal.m4] Error 127
[root@arm-centos libvirt-1.2.20]#
[root@arm-centos libvirt-1.2.20]#
[root@arm-centos libvirt-1.2.20]# autoreconf -ivf
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Can't exec "autopoint": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345.
autoreconf: failed to run autopoint: No such file or directory
autoreconf: autopoint is needed because this package uses Gettext
[root@arm-centos libvirt-1.2.20]#
[root@arm-centos libvirt-1.2.20]#
yum install gettext-devel
阅读(8497) | 评论(0) | 转发(0) |