Boost logo

Boost :

Subject: Re: [boost] [Filesystem] problems with g++ -std=c++0x
From: Artyom (artyomtnk_at_[hidden])
Date: 2010-08-25 15:53:25


> Other boost libraries seem to work fine, other functions
> within Boost.Filesystem work fine, too.
> When I rebuild boost with -std=c++0x, then the linking
> problem is gone, but I experience crashes in the
> boost::thread constructor :-(
>
>
> Any ideas?
>

Boost is not ABI stable library, any changes in
flags or even in constants may make library ABI
uncompatible, so you need to compile
all Boost you use with same flags especially
such important as -std=c++0x

Artyom

      


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