$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Linker error with boost_1_36_0
From: John Maddock (john_at_[hidden])
Date: 2008-10-10 12:06:41
Steven Watanabe wrote:
>> You can either
>> a) build the static library using bjam ... link=static or
>> b) Use the dynamic libs: compile with -DBOOST_ALL_DYN_LINK
Or better, when building with bjam, make sure you specify
the --build-type=complete option so that all the variants are built.
HTH, John.