$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] std::string corrupt after including boost
From: Simon Adler (Simon.Adler_at_[hidden])
Date: 2010-10-29 03:44:57
> > 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