$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: mmarcus7 (blazer_at_[hidden])
Date: 2005-06-13 12:12:50
When I build boost using BBv2 from CVS on darwin, I find that
libraries (shared or static) are built with a strange suffix. For
example, filesystem becomes:
boost_filesystem-mt-d-1_33.dylib.1.33.0
for shared linking, or
boost_filesystem-mt-d-1_33.a.1.33.0
for link=static. I don't know why the apparently spurious version
number suffix is being appended.