$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Daeschler (daveregs_at_[hidden])
Date: 2007-04-11 08:25:50
Hi Douglas,
> bjam "-sTOOLS=gcc" install
I believe this line should read bjam "-sTOOLS=mingw" install
> ...skipped <@boost!lib>libboost_wserialization-gcc-d.so for lack of
> <@boost!lib>libboost_wserialization-gcc-d-1_33_1.so.1.33.1...
I think this is caused boost detecting the lack of some wstring support
in MINGW.
I have built boost under mingw and get the same error with
wserialization. The error just means you do not have support for wide
character archives. Not really a showstopper in most cases. If you
want wstring support, boost recommends using stlport with mingw.
Hope this helps,
- Dave