10 Oct
2008
10 Oct
'08
4:06 p.m.
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.