$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Problem linking iostream with zlib support under Windows
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-01-06 12:21:53
On Tuesday 05 January 2010 10:25:54 k h wrote:
> The following example uses boost::iostreams with zlib support. It works and
> compiles fine under Linux (once the toolset is changed to gcc and the
> __declspecs removed). This is with BOOST_BUILD_PATH, ZLIB_SOURCE, NO_BZIP2
> set, and starting with a boost distribution that has just bjam (and nothing
> else) compiled.
>
> It does not work under Windows however. Starting with an unpacked boost
> distribution, it will compile compile zlib only to fail to find it almost
> immediately afterwards when linking the dll.
What is the exact error? I have limited access to windows, so cannot immediately
try.
- Volodya