Hi prashanthravoor,
The linker fails to find boost_locale and boost_regex. Here is how I suggest to trouble-shoot it:
The pkg-config error is unrelated and can be ignored for now (this is something we need to fix on our side, but it should be benign).
The linker fails to find boost_locale and boost_regex. Here is how I suggest to trouble-shoot it:
locate boost_locale
On my system (Ubuntu) I get the following:/usr/lib/i386-linux-gnu/libboost_locale.a
/usr/lib/i386-linux-gnu/libboost_locale.so
Try this and see if you have the library installed properly.The pkg-config error is unrelated and can be ignored for now (this is something we need to fix on our side, but it should be benign).