$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Boost naming conventions
From: Ven Tadipatri (ven.tadipatri_at_[hidden])
Date: 2011-01-07 15:31:31
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
Thanks,
Ven