$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-01-24 06:00:08
> I have a Boost.Build v1 project that uses Boost targets via, e.g.
> <dll>@boost/libs/date_time/build/boost_date_time in the sources. Unless
I'm sure to
> add <define>BOOST_ALL_NO_LIB everywhere, I get this link error:
>
> vc-Link
c:\build\bin\fluid\store\store.dll\vc7.1\debug\threading-multi\store.dll
c:\build\bin\fluid\store\store.dll\vc7.1\debug\threading-multi\store.lib
> LINK : fatal error LNK1104: cannot open file
'libboost_date_time-vc71-mt-gd-1_31.lib'
>
> Any clues for me?
No, I've never used the @ feature, normally bjam will add the path to the
lib or dll to your lib search path so that the linker does find auto-linked
libs, what does the command line look like?
John.