Opened 13 years ago
Last modified 12 years ago
#3366 new Bugs
ICU shared lib not found on fedora x86_64
Reported by: | 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.
- bjam should know to look in /usr/lib64 for all system libs
- Is this just a harmless warning, or will the build be incorrect?
Change History (2)
comment:1 by , 13 years ago
Milestone: | Boost 1.41.0 → Boost 1.42.0 |
---|
comment:2 by , 12 years ago
Owner: | set to |
---|
I'll work on this as part of configuration redux.