Boost logo

Boost-Build :

From: John Maddock (john_at_[hidden])
Date: 2004-01-25 07:51:24


> > 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?

Dave, it looks like you are linking to the dll versions of the libraries,
but are not defining either BOOST_DATE_TIME_DYN_LINK or BOOST_ALL_DYN_LINK
when building your source - without one or the other of these then the
source won't know to mangle symbols with __declspec(dllimport), or to
auto-link to the dll rather than static lib versions. Same argument applies
to the other boost libs you are using.

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