configure: error: Could not link against boost_thread povray

povray安装3.7的过程中,在debian 64位jessie版本下,出现如下问题:
configure: error: Could not link against boost_thread povray

有个解决方案:


./configure COMPILED_BY="name " LIBS="-lboost_system -lboost_thread"

这样问题解决了。
有人用其他办法解决

Ubuntu 16.10

./configure COMPILED_BY="name " LIBS="-lboost_system -lboost_thread" CXXFLAGS="-std=c++98"