Boost logo

Boost-Build :

Subject: Re: [Boost-build] Building iostreams with zlib with MSVC
From: KTC (ktc_at_[hidden])
Date: 2012-01-24 18:03:33


On 24/01/2012 13:09, James Gregory wrote:
> I previously built iostreams successfully with no error messages, but
> now I want to build it with zlib support. So I downloaded a zlib
> binary distribution from the zlib homepage, and tried building
> iostreams with:
>
> b2.exe -s ZLIB_INCLUDE=C:\Users\james\dev\cpplib\zlib\include -s
> ZLIB_LIBPATH=C:\Users\james\dev\cpplib\zlib\lib --with-iostreams stage
>
> ....
>
> Can anyone point me in the right direction?
>
> Thanks,
>
> James

It seems you have to specify "-sZLIB_BINARY=zdll" as well.

KTC


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk