Opened 12 years ago
Closed 11 years ago
#4561 closed Bugs (worksforme)
bjam don't build zlib
| Reported by: | Owned by: | Jonathan Turkanis | |
|---|---|---|---|
| Milestone: | Boost 1.44.0 | Component: | Building Boost |
| Version: | Boost 1.44.0 | Severity: | Showstopper |
| Keywords: | Cc: | rtelyuk@… |
Description
This command line allow build zlib in 1.43 version and early,
libboost_zlib-vc90-mt-s.lib libboost_zlib-vc90-mt-s-1_43.lib libboost_zlib-vc90-mt-sgd.lib libboost_zlib-vc90-mt-sgd-1_43.lib
but it's not work in 1.44
Line for the build:
bjam.exe --toolset=msvc-9.0 debug release threading=multi link=static runtime-link=static -sNO_COMPRESSION=0 -sNO_ZLIB=0 -sZLIB_SOURCE="../../../../../zlib123" stage
Change History (6)
comment:1 by , 12 years ago
| Type: | Library Submissions → Bugs |
|---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
| Milestone: | To Be Determined → Boost 1.44.0 |
|---|---|
| Owner: | set to |
| Severity: | Problem → Showstopper |
comment:4 by , 12 years ago
Solution:
Define in your project BOOST_ZLIB_BINARY=zdll.
See this thread: http://boost.2283326.n4.nabble.com/Building-Zlib-and-Iostreams-td2695701.html#a2695709
comment:6 by , 11 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This is also broken here. libboost_zlib is not build so libboost_iostream fails to build. Any suggestion for a quick patch?