Boost logo

Boost :

Subject: Re: [boost] linker error in 1.66 rc1 (regression from 1.65.1)
From: Mark Incley (mark.incley_at_[hidden])
Date: 2017-12-13 10:03:08


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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk