码迷,mamicode.com
首页 > 其他好文 > 详细

Cunit编译安装

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

标签:err   --   mpi   examples   auto   toc   strong   not   make   

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编译安装

标签:err   --   mpi   examples   auto   toc   strong   not   make   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!