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?