Boost logo

Boost-Build :

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


I defined two new variants:

variant debug-ssl : debug : <define>UNICOMM_SSL ;
variant release-ssl : release : <define>UNICOMM_SSL ;

There is a problem when the debug-ssl compiled, but everything is fine
for release-ssl.

Linker says:

LINK : fatal error LNK1104: cannot open file
'libboost_thread-vc80-mt-gd-1_45.lib'

It's quite right, because of there is
'/boost_1_45_0/bin.v2/libs/thread/build/msvc-8.0/debug-ssl/link-static/threading-multi/libboost_thread-vc80-mt-g-1_45.lib'.
It only differs in one letter 'd'.

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