Boost logo

Boost-Build :

Subject: Re: [Boost-build] Linker can't find library file
From: Dmitry Timoshenko (dimentiy2k_at_[hidden])
Date: 2011-04-12 17:11:13


>
> Please add
>
> <define>BOOST_ALL_NO_LINK
>
> to your project requirements, to disable autolinking. The autolinking is
> supposed to help when you built Boost separately, and then use it in your
> own projects, outside Boost.Build. The 'd' letter is added when the
> variant is 'debug', and therefore is not added when the variant is 'debug-ssl'.
>
> - Volodya

You wanted to say BOOST_ALL_NO_LIB?

I did it, but the error still occurs:

msvc.link.dll
D:\work\libs\1stlibs\unicomm\out\stuff\boost-build\msvc-8.0\debug-ssl\threading-multi\unicomm-vc80-ssl-debug-1_00.dll
LINK : fatal error LNK1104: cannot open file
'libboost_date_time-vc80-mt-gd-1_45.lib'

If needed I can also provide test project produces the error.

Thank you.


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