$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] building with iostreams and a non-standard zlib location
From: Asbjørn (lordcrc_at_[hidden])
Date: 2013-03-08 22:34:28
On 08.03.2013 05:18, James Amundson wrote:
> I need to specify that libz is in /unusual/location/lib,
> but I don't see how to do that.
Not sure about other platforms, but on Windows I use
b2 --with-iostreams -sZLIB_SOURCE=c:\zlibpath\
I also add -sBZIP2_SOURCE=c:\bzip2path\ since I want bzip2 support.
- Asbjørn