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"