Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3665212
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

分类: LINUX

2020-04-16 19:29:39

[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



阅读(8358) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~