Subject: Re: [Boost-users] [bjam] Building Regex with static runtime linking
From: John Maddock (john_at_[hidden])
Date: 2009-06-10 04:46:53


> John, why is icucore target (and other icu targets), have <link>shared in
> requirements? There's a number of ways to fix the direct issue above,
> but I need to know what was the original intention.

Ah, good point: the libraries that ICU supply are DLL's, you can't use them
with the static msvc runtime as far as I know unless the OP has done a
custom build of ICU?

John.