$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] need help using boost bzip2 filter on Windows (or zlib filter)
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-10-22 09:17:22
ChristinaDRS wrote:
>
> I actually installed Boost with the BoostPro package. Maybe that doesnt allow
> me to build those libraries? I did not have those environment variables set
> at the time however.
Is libboost_bzip2-vc90-mt-gd-1_39.lib present in whatever directory you have installed to?
If not, then:
- BoostPro packages do not include those libs, and
- setting any environment variables will not help.
You probably need to get sources, and build it.
- Volodya