Boost logo

Boost :

From: Takeshi Mouri (takeshi.mouri.net_at_[hidden])
Date: 2006-12-31 00:43:06


Brian wrote:
> I have a latest cygwin installation (1-5-23-2) with the latest boost
> package (1.33.1-2). With the following test case...
>
> #include <boost/filesystem/operations.hpp>
>
> int main(int argc, char** argv)
> {
> boost::filesystem::path path1("/etc"); // ok
> boost::filesystem::path path2("/tmp"); // boom!
> }
>
> ...I'm seeing a crash when the second path object is created...

I also tested it on the following environment:
- cygwin 1.5.23-2
- gcc-g++ 3.4.4-3
- boost 1.33.1-2
The result was a crash.

But it worked correctly if it links with the library built by bjam.
I think that it is a cause that the version of gcc-g++ package
used to build boost and the present version are different.

Regards,
Takeshi Mouri


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk