Subject: Re: [Boost-build] Linkage error within custom build variant
From: Dmitry Timoshenko (dimentiy2k_at_[hidden])
Date: 2011-09-20 16:49:28


I just want to say that linker wants

   libboost_filesystem-vc80-mt-g-1_46_1.lib

while compile 'debug-ssl' variant, but there is only

   libboost_filesystem-vc80-mt-gd-1_46_1.lib

g - link against debug runtime
d - debug compiling

what should I do to make linker do the right choice?

The first variant as I think is not completely valid, due to
it's compiled as release, but linked against the debug runtime.

Please, could any kind soul to shed some light on this?

Thank you.