$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Alisdair Meredith (yg-boost-users_at_[hidden])
Date: 2003-03-21 10:29:50
Russell Hind wrote:
> I had the same problem with C++Builder 6 when first using the filesystem
> library. The default builds for filesystem are single threaded. If
> your application is multi-threaded, then you need to re-build the
> filesystem library with multi-threading
I have put a quick comment to this effect on the boost Wiki (in the
Common Build Problems section)
I'm not sure this is the correct place for all platform-dependant
problems, but is the best I could spot for now.
---
AlisdairM