在Ubuntu18.04编译libnetconf的过程中,出现如下错误提示:
解决办法:
1.在工程根目录下运行如下命令
autoreconf --force --install
./configure
make
2.如果上述方法不管用,那么尝试make maintainer-clean,然后转到步骤1。
3.如果仍然无法解决问题,请运行make maintainer-clean,然后删除项目根目录中的每个生成的文件。 包括aclocal.m4,任何m4目录,任何autom4te.cache目录,configure,Makefile.in,config.h,config.h.in,config.status,libtool,ltmain.sh等,然后转到步骤1。
问题原因:
libtool
and aclocal.m4
are both files that are generated by your build system. If they are out of sync (generated by different versions of the build tools), the