Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1366632
  • 博文数量: 244
  • 博客积分: 3321
  • 博客等级: 中校
  • 技术积分: 2704
  • 用 户 组: 普通用户
  • 注册时间: 2009-04-26 08:17
个人简介

微信公众号:杰夫弹弹看

文章分类

全部博文(244)

文章存档

2018年(4)

2017年(32)

2016年(25)

2015年(28)

2014年(27)

2013年(34)

2012年(25)

2011年(30)

2010年(39)

分类: 虚拟化

2017-05-25 13:36:04

在 CentOS 7.2 上编译最新的 QEMU 2.9.0 版本的时候,发现除了常规的

yum install gcc gcc-c++  zlib-devel glibc-devel automake autoconf


依赖包,还会报另外一个错误

configure.ac:14: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.


这个错误可以安装如下的包来解决:

yum install libtool

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