Cunit编译安装

Posted mrzhang1

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cunit编译安装相关的知识,希望对你有一定的参考价值。

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编译安装的主要内容,如果未能解决你的问题,请参考以下文章