6 Mar
2018
6 Mar
'18
9:22 p.m.
AMDG On 03/06/2018 02:51 AM, Sebastian Pfützner via Boost-users wrote:
I tried to build boost iostreams with zlib support with the following command on Windows:
b2 -j 10 --build-dir=build\x64 --stagedir=stage\x64 --toolset=msvc -sZLIB_SOURCE=L:\vc14\zlib\zlib-1.2.8 runtime-link=shared link=static threading=multi address-model=64 debug release stage
This is supposed to work. If you add --debug-configuration, what does it say about zlib?
But if I try to link my program using iostreams with zlib filter it complains about the missing file libboost_zlib-vc140-mt-x64-1_66.lib, and I see it was not built. I also tried editing the project-config.jam as described in the docs:
In Christ, Steven Watanabe