Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-02-28 11:39:54


From: <schalk_cronje_at_[hidden]>
>>>
> $prefix/include/boost/1.27.0/boost/.../*.hpp
> $prefix/lib/boost/1.27.0/*.(a,so)
> $prefix/share/boost/1.27.0/tools/build/*.jam

I prefer this kind of approach. On Linux (Mandrake or RedHat) I would rather
use $prefix/include/boost-1.27.0/boost with a symbolic link from
$prefix/include/boost to the default boost version. The same applies to the
compiled libraries.
<<<

Please keep in mind that boost headers usually #include other boost headers
using absolute paths (since Metrowerks is reported to have problems with
relative includes) and you need 1.26 headers to include 1.26 headers and not
the latest version.


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