Boost logo

Boost :

Subject: Re: [boost] [Boost-users] [release] Boost 1.70.0 Beta 1 Release Candidate 3
From: Peter Dimov (pdimov_at_[hidden])
Date: 2019-03-12 01:30:37


Tom Kent wrote:

> I still don't get the bzip2 and zlib binaries when using `stage`.

Hi Tom,

I tried to reproduce this, by downloading RC3 and then

D:\boost_1_70_0>set ZLIB_SOURCE=C:\projects\zlib-1.2.11

D:\boost_1_70_0>set BZIP2_SOURCE=C:\projects\bzip2-1.0.6

D:\boost_1_70_0>b2 -j8 --with-iostreams --build-type=complete
toolset=msvc-10.0 address-model=32 architecture=x86 stage

(following as closely as possible the lines in your gist and your previous
description of your build process.)

I do get bzip2 and zlib binaries in stage/lib:

D:\boost_1_70_0>dir /b stage\lib
boost_bzip2-vc100-mt-gd-x32-1_70.dll
boost_bzip2-vc100-mt-gd-x32-1_70.lib
boost_bzip2-vc100-mt-x32-1_70.dll
boost_bzip2-vc100-mt-x32-1_70.lib
boost_iostreams-vc100-mt-gd-x32-1_70.dll
boost_iostreams-vc100-mt-gd-x32-1_70.lib
boost_iostreams-vc100-mt-x32-1_70.dll
boost_iostreams-vc100-mt-x32-1_70.lib
boost_zlib-vc100-mt-gd-x32-1_70.dll
boost_zlib-vc100-mt-gd-x32-1_70.lib
boost_zlib-vc100-mt-x32-1_70.dll
boost_zlib-vc100-mt-x32-1_70.lib
libboost_bzip2-vc100-mt-gd-x32-1_70.lib
libboost_bzip2-vc100-mt-s-x32-1_70.lib
libboost_bzip2-vc100-mt-sgd-x32-1_70.lib
libboost_bzip2-vc100-mt-x32-1_70.lib
libboost_iostreams-vc100-mt-gd-x32-1_70.lib
libboost_iostreams-vc100-mt-s-x32-1_70.lib
libboost_iostreams-vc100-mt-sgd-x32-1_70.lib
libboost_iostreams-vc100-mt-x32-1_70.lib
libboost_zlib-vc100-mt-gd-x32-1_70.lib
libboost_zlib-vc100-mt-s-x32-1_70.lib
libboost_zlib-vc100-mt-sgd-x32-1_70.lib
libboost_zlib-vc100-mt-x32-1_70.lib


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk