$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Troyer (troyer_at_[hidden])
Date: 2004-12-05 13:40:02
On Nov 29, 2004, at 12:02 AM, Rene Rivera wrote:
> Matthias Troyer wrote:
>
>> As I remember there was an issue with the build system and problems
>> if one compiled library depended on another compiled library.
>
> You mean a problem with trying to make a LIB out of two other LIBs?
> That would not happen in this case. Each of, serialization and
> program_options, would compile the source for the facet independently.
If each one compiles the sources into the same namespace there will be
a problem with multiply defined symbols when both libraries are linked
together.
Matthias