Boost logo

Boost-Build :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-12-09 08:31:56


John Maddock wrote:
>
>>LINK : fatal error LNK1104: cannot open file
>>'boost_serialization-vc71-mt-gd-1_32.lib'
>
>
> One possibility: does the library actually export it's symbols; if a dll
> doesn't export anything VC will not produce a .lib file when linking the
> dll.
>

or it might be that your Jamfile has a dependency on the target
'boost_serialization' (which creates library-file called
boost_serialization.lib) and that because of the auto_link your linker
is looking for the library-file called:
'boost_serialization-v71-mt-gd-1_32.lib'

Nevertheless I'm not really familiar with windows so I might be
mistaking but I had a similar problem.

toon

 


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