$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (boost.regex_at_[hidden])
Date: 2003-08-29 06:16:47
Rene,
Last lot of comments for now (honest).
I notice on Linux that several copies of the libraries are installed:
libboost_whatever-suffix-version.so
libboost_whatever-suffix-version.so.version
etc.
Shouldn't the first of these be a symbolic link to the second? I'm not
completely up to speed with linux library versioning, but this is my
understanding of how it works, of course I don't know if this is possible in
a Jamfile...
John.