Boost logo

Boost-Build :

From: Matt England (mengland_at_[hidden])
Date: 2006-08-27 22:08:49


At 8/27/2006 05:46 PM, Rene Rivera wrote:
>Next time please include the relevant piece of code in emails.

Will do.

>for LIB in ${BOOST_LIBS}; do
> echo "Building library ${LIB}..."
># bjam -sTOOLS=gcc -sBUILD="multi" --with-${LIB} \
># --layout="system" stage 2>&1 || \
># fail "error: could not build boost library ${LIB}"
> bjam -sTOOLS=gcc -sBUILD="multi" --with-${LIB} --layout="system" \
> --prefix=`pwd`/../../${INSTALL_DIR} install 2>&1 || \
> fail "error: could not install boost library ${LIB}"
>done
>
>??

Yep, that's it.

>If you don't want the maximal set of libs built I suggest you remove some
>of the options to get what you want. For example "-sBUILD=release
><runtime-link>dynamic <threading>multi".

Thanks for the tip. Are there docs for this stuff? (Someone else at
Cleversafe read these before me, and I'm limping my way around.)

-Matt


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk