Boost logo

Boost Users :

Subject: [Boost-users] missing libboost_zlib-vc140-mt-x64-1_66.lib
From: Sebastian Pfützner (s.pfuetzner_at_[hidden])
Date: 2018-03-06 09:51:11


Hello,

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

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:

http://www.boost.org/doc/libs/1_66_0/doc/html/bbv2/reference.html#bbv2.reference.tools

Same result. I also tried to use a pre-built zlib binary. Same result.
What should I do?

here is the output of b2:

     - 32-bit : yes (cached)
     - arm : no (cached)
     - mips1 : no (cached)
     - power : no (cached)
     - sparc : no (cached)
     - x86 : yes (cached)
     - symlinks supported : no (cached)
     - junctions supported : yes (cached)
     - hardlinks supported : yes (cached)
     - C++11 mutex : yes (cached)
     - Boost.Config Feature Check: cxx11_auto_declarations : yes (cached)
     - Boost.Config Feature Check: cxx11_constexpr : yes (cached)
     - Boost.Config Feature Check: cxx11_defaulted_functions : yes (cached)
     - Boost.Config Feature Check: cxx11_final : yes (cached)
     - Boost.Config Feature Check: cxx11_hdr_mutex : yes (cached)
     - Boost.Config Feature Check: cxx11_hdr_regex : yes (cached)
     - Boost.Config Feature Check: cxx11_hdr_tuple : yes (cached)
     - Boost.Config Feature Check: cxx11_lambdas : yes (cached)
     - Boost.Config Feature Check: cxx11_noexcept : yes (cached)
     - Boost.Config Feature Check: cxx11_nullptr : yes (cached)
     - Boost.Config Feature Check: cxx11_rvalue_references : yes (cached)
     - Boost.Config Feature Check: cxx11_template_aliases : yes (cached)
     - Boost.Config Feature Check: cxx11_thread_local : yes (cached)
     - Boost.Config Feature Check: cxx11_variadic_templates : yes (cached)
     - has_icu builds : no (cached)
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
     - zlib : yes (cached)
     - bzip2 : no (cached)
     - lzma : no (cached)
     - iconv (libc) : no (cached)
     - iconv (separate) : no (cached)
     - icu : no (cached)
     - icu (lib64) : no (cached)
     - native-atomic-int32-supported : yes (cached)
     - message-compiler : yes (cached)
     - native-syslog-supported : no (cached)
     - pthread-supports-robust-mutexes : no (cached)
     - compiler-supports-visibility : no (cached)
     - compiler-supports-ssse3 : yes (cached)
     - compiler-supports-avx2 : yes (cached)
     - gcc visibility : no (cached)
     - long double support : yes (cached)
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
     - libbacktrace builds : no (cached)
     - addr2line builds : no (cached)
     - WinDbg builds : yes (cached)
     - WinDbgCached builds : yes (cached)
     - zlib : yes (cached)
     - bzip2 : no (cached)
     - lzma : no (cached)

Component configuration:

     - atomic : building
     - chrono : building
     - container : building
     - context : building
     - coroutine : building
     - date_time : building
     - exception : building
     - fiber : building
     - filesystem : building
     - graph : building
     - graph_parallel : building
     - iostreams : building
     - locale : building
     - log : building
     - math : building
     - mpi : building
     - program_options : building
     - python : building
     - random : building
     - regex : building
     - serialization : building
     - signals : building
     - stacktrace : building
     - system : building
     - test : building
     - thread : building
     - timer : building
     - type_erasure : building
     - wave : building


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net