$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-05-28 13:44:40
k.m.buckley_at_[hidden] wrote:
> exercise creates and add them to a list to be linked to any
> examples I wish to compile statically - or is there a fix in the
> Boost develeopment pipeline that I could apply to my current setup ?
Use bjam --build-type=complete to ensure that all the possible library
variants are built.
HTH, John.