首页 > 其他 > 详细

Cunit编译安装

时间:2017-03-07 22:29:37      阅读:320      评论:0      收藏:0      [点我收藏+]

1.  Examples/Makefile.am:26: to ‘configure.ac‘ and run ‘autoconf‘ again. configure.ac:211: error: required file ‘config.h.in‘ not found

解决方法:

autoreconf --install  //That will call autoheader for you which is a prereq for automake...

 

2.  cunit error: required file ‘./compile‘ not found

解决方法:

automake --add-missing

3. 安装libtool

  apt-get install libtool

 

Cunit编译安装

原文:http://www.cnblogs.com/MrZhang1/p/6516957.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!