How do I troubleshoot boost library/header inclusion via autoconf/automake?

我的未来我决定 提交于 2019-12-01 01:04:55

It does not compile because it the library are not properly set... The script does not configure correctly the -lboost_libraryname option.

$(BOOST_PROGRAM_OPTIONS_LIB) -> $(BOOST_PROGRAM_OPTIONS_LIBS) in tyour makefil.am your_program_LDFLAGS

The ax_boost_***.m4 script in the the following repository worked fine with me:

Not an answer to your question, but have you considered to switch from the GNU toolchain to cmake ? I did that some time before and now I know perfectly well that I'll never be using that autohell again.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!