$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2004-11-03 09:56:40
At 07:51 AM 11/3/2004, John Maddock wrote:
>I've added a section on auto-linking with MS-Windows compilers in the
>getting started docs, in the main branch only
The section you added is informative, but it doesn't directly address the
OP's actual problem:
> 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?
--Beman