Boost logo

Boost-Build :

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.

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk