$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Alo Sarv (alo.sarv_at_[hidden])
Date: 2005-07-18 18:26:19
On 7/18/05, Alo Sarv <alo.sarv_at_[hidden]> wrote:
> Compiled with:
> g++ -I c:\boostcvs\include\boost-1_33 -L c:\boostcvs\lib test-path.cpp
> -o test-path -lboost_filesystem-mgw-d
> Tested against: Boost 1.32 release, CVS HEAD
After some more searching, I found that it's actually dll builds that
break on mingw - static builds work fine - all dll tests on
file_system library seem to be skipped on mingw as well ... why?
Alo