> > 1>Linking to lib file: boost_thread-vc90-mt-gd-1_44.lib
> > 1>Linking to lib file: libboost_date_time-vc90-mt-gd-1_44.lib

> Looks to me like you're mixing static and dynamic
> libraries there.   That might be the problem.


Yes, indeed. But i thought this is okay, because for boost::date_time
no dynamic library will be build by bjam - just the static once.
I will take a look if i create it dynamic, but at the moment bjam
is not creating the dynamic one and the auto_link is also just including
the static lib.

Greetings

M.Sc. Simon Adler