Boost logo

Boost :

Subject: Re: [boost] [1.43.0] Release Candidate available
From: Roland Bock (rbock_at_[hidden])
Date: 2010-05-05 09:37:32


Beman Dawes wrote:
> The 1.43.0 release candidate files are available at http://boost.cowic.de/rc/

Works for me:

System: Ubuntu-8.10, 64bit, gcc-4.2.4, ICU-4.2, expat-2.0.1
Download: fine (tar.gz)
Build: fine (...updated 8344 targets...)

Build steps:
export EXPAT_LIBPATH=$MY_ROOT/binaries/expat/2.0.1/lib
export EXPAT_INCLUDE=$MY_ROOT/binaries/expat/2.0.1/include
./bootstrap.sh --with-icu=$MY_ROOT/binaries/icu/4.2
mkdir build
./bjam -q --build-dir=build --prefix=$MY_ROOT/binaries/boost/1.43
link=shared runtime-link=shared install

Regards,

Roland


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk