$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Pavel (jrp_at_[hidden])
Date: 2007-12-08 05:36:39
> Libraries with a "lib" prefix are the static libraries, and those
> without
> are the shared libraries. So either:
>
> * Define BOOST_ALL_DYN_LINK when compiling to force the header to look
> for
> the shared libraries or:
> * Build program_options with "bjam link=static stage"
>
Thanks. Bjam with --build-type=complete also seems to do the trick.