$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Regex] Cannot build Regex without ICU
From: Rob Desbois (rob.desbois_at_[hidden])
Date: 2015-02-26 11:48:20
On 26 February 2015 at 15:44, Steven Watanabe <watanabesj_at_[hidden]> wrote:
> On 02/26/2015 08:33 AM, Rob Desbois wrote:
> > I want to build the Boost libs without ICU support in Regex, but have
> been
> > unable to prevent it from being linked in.
>
> You need to pass --disable-icu to b2.
> It looks like the bootstrap script doesn't
> record --without-icu in a way that the
> regex build understands.
>
Many thanks Steven, that worked perfectly.