Opened 13 years ago

Last modified 12 years ago

#3366 new Bugs

ICU shared lib not found on fedora x86_64

Reported by: Neal Becker <ndbecker2@…> Owned by: Vladimir Prus
Milestone: Boost 1.42.0 Component: Building Boost
Version: Boost Release Branch Severity: Problem
Keywords: Cc:

Description

On linux fedora F11 x86_64 I get this warning:

bjam -sICU_PATH=/usr -sEXPAT_INCLUDE=/usr -sEXPAT_LIBPATH=/usr/lib64 --

layout=tagged threading=single,multi stage

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.

  1. bjam should know to look in /usr/lib64 for all system libs
  2. Is this just a harmless warning, or will the build be incorrect?

Change History (2)

comment:1 by Vladimir Prus, 13 years ago

Milestone: Boost 1.41.0Boost 1.42.0

I'll work on this as part of configuration redux.

comment:2 by Marshall Clow, 12 years ago

Owner: set to Vladimir Prus
Note: See TracTickets for help on using tickets.