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

 

相关文章:

  • 2022-12-23
  • 2021-04-01
  • 2021-12-23
  • 2021-08-19
  • 2021-09-03
  • 2022-12-23
猜你喜欢
  • 2021-07-30
  • 2021-12-06
  • 2021-12-12
  • 2021-09-27
  • 2021-06-07
  • 2021-06-18
  • 2022-12-23
相关资源
相似解决方案