9 Mar
2018
9 Mar
'18
9:03 a.m.
Am 07.03.2018 um 16:07 schrieb Steven Watanabe via Boost-users:
Look at bin.v2/configure.log. It should show a failure either to include zlib.h or to link to the library.
Yes, it was the ".lib" of the library name. If I remove it, it finds zlib again. But now I'm back at square one. My program does not build because boost wants to link against libboost_zlib-vc140-mt-x64-1_66.lib. Do I need to define something to get boost to use my prebuild zlib?