$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Missing lib with Boost::Regex
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-08-27 04:47:37
> The command for generating the library you need is
>
> bjam --with-regex debug link=static threading=multi
Or even better
bjam --with-regex --build-type=complete
to get all the libraries built.
John.