问题:无法打开文件“libboost_thread-vc90-mt-sgd-1_43.lib”
如题,运用boost库程序生成时错误:
如题,运用boost库程序生成时错误:
LINK : fatal error LNK1104: 无法打开文件“libboost_thread-vc90-mt-sgd-1_43.lib”
解决方法:
C/C++ code
bjam stage --toolset=msvc-9.0 --stagedir="G:\ChenVCLib\Lib\boost_1_43_0" link=shared runtime-link=shared threading=multi debug release bjam stage --toolset=msvc-9.0 --stagedir="G:\ChenVCLib\Lib\boost_1_43_0" link=static runtime-link=static threading=multi debug release