Actually the problem is another ...
it is the first time that this happen to me with boost.
------ Build started: Project: bumblebee_grabber, Configuration: Release
Win32 ------
Linking...
Starting pass 1
Processed /DEFAULTLIB:msvcprt
Processed /DEFAULTLIB:libboost_date_time-vc71-mt-1_33_1.lib
Processed /DEFAULTLIB:uuid.lib
Processed /DEFAULTLIB:libboost_thread-vc71-mt-1_33_1.lib
Processed /DEFAULTLIB:MSVCRT
Processed /DEFAULTLIB:OLDNAMES
main.obj : error LNK2005: "void __cdecl
boost::interprocess::fill_system_message(int,class
std::basic_string
The linker complains about not founding
libboost_date_time-vc71-mt-s-1_33_1.lib
by far, I don't have a clue about what option to pass to bjam in order to build such configuration
I have data_time library in al fashion exept the required one ..
Does anybody has some advice?