22 May
2017
22 May
'17
4:52 p.m.
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