$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Lothar May (l-may_at_[hidden])
Date: 2007-12-09 07:36:35
Hi Peter,
Peter Dimov schrieb:
> It strikes me that you're using the -mt version of libboost_filesystem, but
> at the same time seem to be compiling test.cpp in single-threaded mode by
> not passing -pthread. Could the two exception handling runtimes be different
> enough to not recognize each other's exceptions?
Thanks for the hint - but the application I initially had the problem
with does provide the "-pthread". With the test app, it makes no
difference at all (the binaries are identical, whether I use the switch
or not).
Regards,
Lothar