Boost logo

Boost Users :

Subject: Re: [Boost-users] [interprocess] ARM atomic operations problem.
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2010-04-14 13:17:38


On 14/04/2010 14:35, Ivan Dundek wrote:
> I know, that if I will use gcc 4 and above, it will works. But is there
> any workaround or fix, how to compile boost::interprocess on gcc 3.3.2?
> Thank you for your advices.
> Dundee.

If you only need those classes, maybe there is an unneeded dependency on
atomic operations in those classes, so you could just try to break that
dependency or implement some dummy atomic functions with assertions
(just to notice if they are somehow called). The hard alternative is to
implemente those atomic operations for ARM ;-)

Best,

Ion


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net