Opened 12 years ago

Closed 11 years ago

#4561 closed Bugs (worksforme)

bjam don't build zlib

Reported by: rtelyuk@… 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 anonymous, 12 years ago

Type: Library SubmissionsBugs

in reply to:  description comment:2 by anonymous, 12 years ago

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

comment:3 by anonymous, 12 years ago

Milestone: To Be DeterminedBoost 1.44.0
Owner: set to Jonathan Turkanis
Severity: ProblemShowstopper

comment:4 by afasdiofs@…, 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:5 by Marshall Clow, 11 years ago

Can we close this bug, then?

comment:6 by René Rivera, 11 years ago

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.