
11 Sep
2009
11 Sep
'09
2:30 p.m.
AMDG Stephan Menzel wrote:
boost_system-vc80-mt-1_40.lib
I got
boost_system-mt.lib
On linux I could restore some of the decorators using --layout=tagged like this:
bjam --layout=tagged variant=release,debug threading=multi cxxflags="myflags" link=shared stage
But on windows it's still only the short version. I suppose you have your reasons for that even though I can't see them. Anyway, I tried to adjust my build system and it's OK so far but in MSVC I see boost still trying to link against the decorated version on the filename.
For msvc, you should use --layout=versioned In Christ, Steven Watanabe