On 04-Oct-11 14:39, Kristian G. Kvilekval wrote: > > While compiling on amd64 I got the following > error. > > /usr/include/c++/3.3/x86_64-linux/bits/atomicity.h:40: error: > inconsistent > operand constraints in an `asm' > > >From this bug report is appears to be fixed, > but I'm still getting it. Is there a work around? > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=248207
This is an amd64 specific gcc-3.3 bug AFAIK. You can use gcc-3.4 to avoid this. Regards Andreas Jochens

