首页 > 技术文章 > Cunit编译安装

MrZhang1 2017-03-07 21:34 原文

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

 

推荐阅读