$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2005-01-19 19:27:06
At 04:46 AM 1/19/2005, Paul wrote:
 >I'm having killer problems with the filesystem library.
 >
 >I'm compiling it with bjam "-sTOOLS=mingw", which seems to work just
 >fine.  All the tests pass etc.
 >
 >Then I wrote this simple program:...
I'm guessing BOOST_POSIX is getting defined, so you need to define 
BOOST_WINDOWS if you want the Windows rather POSIX behavior. See 
http://www.boost.org/libs/filesystem/doc/index.htm#Cgywin for discussion.
There have been past reports of problems with Cygwin; perhaps mingw has 
similar issues.
Please let me know what you find out.
Thanks,
--Beman