AMDG On 03/12/2018 07:58 AM, Sebastian Pfützner via Boost-users wrote:
Am 09.03.2018 um 16:30 schrieb Steven Watanabe via Boost-users:
It looks like the auto-linking code for zlib was written assuming that you are building zlib from source. You can add -DBOOST_IOSTREAMS_NO_LIB, but then you also need to link to boost_iostreams explicitly.
Thanks for your time, I could finally solve the problem. Do you think, this behavior should be reported? Is this: https://svn.boost.org/trac10/newticket still the right place for bug reports for boost iostream?
Yes. I looked at the code again, and it seems you can get auto-linking to work with -DBOOST_ZLIB_BINARY=<libraryname> This doesn't seem to be documented, though, which is a bug. In Christ, Steven Watanabe