$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] How to link boost to icu
From: Neela Shrestha (neela.11810_at_[hidden])
Date: 2012-11-16 06:47:07
Hi,
I have boost libraries in /usr/local/boost_1_49_0. I compiled and installed
the library with icu using.
./b2 -sICU_PATH=/usr as the icu libraries are in /usr/lib (but in read only
mode)
When I run the program, it shows
undefined reference to `icu_48::Locale::~Locale()'
How can I provide link to icu?