$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [iostreams] building zlib from source
From: Alexander Arhipenko (arhipjan_at_[hidden])
Date: 2009-11-09 06:41:06
On Mon, Nov 9, 2009 at 12:29 PM, Vladimir Prus
<vladimir_at_[hidden]> wrote:
>
> If I end up implementing this, the interface will be:
>
> 1. If you specify -sZLIB_SOURCE when building boost for the first time,
> the value will be stored in file named 'cached-config.jam' in the root,
> and you will not be required to specify this again.
> 2. Specifying 'path-constant' like above will work in either site-config.jam,
> or user-config.jam or project-config.jam.
>
> Does this sound good?
>
> - Volodya
>
This sounds perfect.
Thank you