$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Regex] Has build location changed between 1.34.1 and 1.64.0 ?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2017-05-22 16:52:04
AMDG
On 05/22/2017 04:25 AM, Kerry, Richard via Boost-users wrote:
>
> To build 1.64.0 I've followed the current instructions. I ran "b2 regex", which built a dll, which is not what I want. I then ran "b2 regex link=static", which build the static lib I wanted. However, the lib is left in a folder a long way down from the bin.v2 folder, which is where I expected it to be. It's in bin.v2\libs\regex\build\msvc-12\debug\link-static\threading-multi.
It should be --with-regex. b2 regex builds the regex library,
but doesn't try to install in.
In Christ,
Steven Watanabe