
15 Dec
2004
15 Dec
'04
5:29 p.m.
On Wed, 15 Dec 2004 17:13:44 +0000 Jonathan Wakely <cow@compsoc.man.ac.uk> 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...