Boost logo

Boost :

From: Jody Hagins (jody-boost-011304_at_[hidden])
Date: 2004-12-15 12:29:14


On Wed, 15 Dec 2004 17:13:44 +0000
Jonathan Wakely <cow_at_[hidden]> wrote

> Another, related option, is a boost-config script that allows you to
> specify which libs you want, and which versions, e.g.
> boost-config thread regex signals --libs
> might output:
> -L/usr/lib/ -lboost_regex -lboost_thread -lboost_signals
>
> and
> boost-config regex --libs --toolset=gcc --build=mt
> might output:
> -L/usr/lib/ -lboost_regex-gcc-mt-1_32
>

An option that also emits all the compilation flags that were used to
compile the library would be nice too, to make sure compiles are done
the same way...


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