$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] something about icu
From: John Maddock (john_at_[hidden])
Date: 2008-12-17 05:15:41
OvermindDL1 wrote:
>> Uncertain, but when I built ICU-4.0 a couple of the library names are
>> different then what the boost bjam build wants (this is with boost
>> 1.36, 1.37, and trunk). A simple copy and rename gets boost working
>> though, just a bit odd.
I didn't build ICU, just downloaded the binary package, the supplied library
names were:
icudt.lib
icuin.lib
icuio.lib
icule.lib
iculx.lib
icutu.lub
icuuc.lib
Which match what the build script looks for.
Confused yours, John.