checking for boostlib >= 1.34... configure: error: We could not detect the boost libraries (version 1.34 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
復(fù)制代碼
編譯安裝完boost,如下:
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
/Data/software/boost_1_43_0
The following directory should be added to linker library paths:
google了挺長(zhǎng)時(shí)間,也沒有解決。
不知道各位能不能給點(diǎn)兒幫助,謝謝了。作者: bluesea666 時(shí)間: 2010-06-07 11:23
學(xué)習(xí).
幫頂.作者: beyond_touch 時(shí)間: 2010-06-07 11:41
If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option.作者: LordYu·lee 時(shí)間: 2010-06-07 20:14 回復(fù) 3#beyond_touch