$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-11-05 06:13:41
> > boost-thread correctly looks for
> >boost_thread-bcb-mt-d-1_32.lib, but date_time, filesystem and regex all
> >look for
> >
> > libboost_XXXXXX-bcb-mt-d-1_32.lib, not
> > boost_XXXXXX-bcb-mt-d-1_32.lib
>
> Isn't this still a problem?
No, the linking against static libs by default was intentional, and
discussed a while back, I should add a rationale though.
John.