Boost logo

Boost-Build :

Subject: Re: [Boost-build] Boost naming conventions
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-01-07 17:35:34


AMDG

On 1/7/2011 12:31 PM, Ven Tadipatri wrote:
> I'm trying to build boost 1.45 with bjam but the stage directory
> doesn't seem to use the same naming convention as the previous version
> of bjam (3.1.18). I expected it to output files, for example
> libboost-filesystem-mt-d.a for multithreaded debug, etc. Instead the
> files are simply libboost-filesystem.a , etc. How can I distinguish
> between the release, debug, multithreaded versions?
> Here is the bjam command line I'm using:
> tools/build/v2/engine/src/bin.linuxx86_64/bjam address-model=64
> cxxflags=-fPIC stage -d2

The default was changed to build only a single version
of the libraries with no mangling. To get the old naming
use --layout=tagged.

In Christ,
Steven Watanabe


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