$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: George Sakkis (gsakkis_at_[hidden])
Date: 2005-09-30 22:14:50
Hi all,
I'd like to create a single version for each boost library instead of eight, so I run:
bjam -sTOOLS=gcc -sBUILD="release <runtime-link>dynamic <threading>multi" install
Although it doesn't build the debug single-threaded versions, it still creates both the dynamic and
the static ones. Does the static version have to be built always ?
TIA,
George