$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [1.40.0] Release candidates available
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2009-08-26 10:39:40
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?