Boost C++ Libraries: Ticket #3366: ICU shared lib not found on fedora x86_64 https://svn.boost.org/trac10/ticket/3366 <p> On linux fedora F11 x86_64 I get this warning: </p> <blockquote> <p> bjam -sICU_PATH=/usr -sEXPAT_INCLUDE=/usr -sEXPAT_LIBPATH=/usr/lib64 -- </p> </blockquote> <p> layout=tagged threading=single,multi stage </p> <p> warning: ICU shared common library not found in path. hint: If the regex library fails to link then try again with the environment variable ICU_LINK set to contain the linker options required to link to ICU. Defaulting to look for libicuuc ... LINUX warning: ICU shared data library not found in path. hint: If the regex library fails to link then try again with the environment variable ICU_LINK set to contain the linker options required to link to ICU. </p> <ol><li>bjam should know to look in /usr/lib64 for all system libs </li><li>Is this just a harmless warning, or will the build be incorrect? </li></ol> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3366 Trac 1.4.3 Vladimir Prus Tue, 10 Nov 2009 07:07:33 GMT milestone changed https://svn.boost.org/trac10/ticket/3366#comment:1 https://svn.boost.org/trac10/ticket/3366#comment:1 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.41.0</span> → <span class="trac-field-new">Boost 1.42.0</span> </li> </ul> <p> I'll work on this as part of configuration redux. </p> Ticket Marshall Clow Mon, 07 Jun 2010 14:14:48 GMT owner set https://svn.boost.org/trac10/ticket/3366#comment:2 https://svn.boost.org/trac10/ticket/3366#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> </ul> Ticket