13 Dec
2017
13 Dec
'17
10:03 a.m.
Yes, I am auto-linking. We build the Boost libraries with a batch file that runs essentially the following (it builds 64-bit and dynamically linked versions too, which I've left out for brevity) bjam address-model=32 runtime-link=static toolset=msvc-14.1 -j%NUMBER_OF_PROCESSORS% --stagedir=./stage/x86 --without-python I used the following command (run from a VS2017 developer command prompt) with the test case: cl /EHsc /MTd /I"C:\ThirdPartySDK\boost_1_66_0_rc1" BoostLinkerError.cpp -link /LIBPATH:"C:\ThirdPartySDK\boost_1_66_0_rc1\stage\x86\lib" Cheers -- Sent from: http://boost.2283326.n4.nabble.com/Boost-Dev-f2600599.html