
24 Sep
2009
24 Sep
'09
3:17 a.m.
Emil Dotchevski wrote:
I'm trying to use <link>static and <runtime-link>static with my own code, which depends on boost filesystem, and I have the problem that the linker is passed libboost_filesystem-vc80-mt-sgd-1_41.lib while the debug\link-static\runtime-link-static folder has libboost_filesystem-vc80-sgd-1_41.lib.
(I've built bjam from the latest trunk sources and I'm using the latest trunk revision of boost build.)
HALP! :)
I guess you didn't specify threading=multi while building Boost?