$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [1.42.0] Release candidates available
From: Daniel James (daniel_james_at_[hidden])
Date: 2010-02-02 11:18:24
On 2 February 2010 16:10, Boris Schaeling <boris_at_[hidden]> wrote:
>
> I tried then 'bjam -q define=NO_BZIP2 stage' and 'bjam -q
> define=NO_COMPRESSION stage' but this didn't work. I changed to
> libs/iostreams/build and tried another 'bjam -a define=NO_BZIP2 stage' but
> same problem.
I think you need to define an environment variable. Try 'NO_BZIP2=1 bjam -q'.
Daniel