./configure--with-boost no such file or directory

試著忘記壹切 提交于 2019-12-08 04:48:38

问题


When I used ./configure the terminal returned:

checking for Boost headers version >= 1.41.0... no configure: error: cannot find Boost headers version >= 1.41.0

So i used the command "./configure-with-boost=/usr/include" also but it only returns

No such file or directory

I have the latest version of Boost headers extracted to /usr/include


回答1:


--with-boost=... is a command line options that must be separated with at least one whitespace from the name of the executable and the rest of arguments, i.e.

./configure --with-boost=/usr/include



回答2:


I have solved the problem it was just some developmental libraries were missing and it was giving the boost error instead to cover for this.



来源:https://stackoverflow.com/questions/26573618/configure-with-boost-no-such-file-or-directory

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