|
From: Florian K. <br...@ac...> - 2011-03-24 19:55:40
|
Hi Bart, I'm using GCC 4.2.1 and some of the DRD test cases that are written in C++ fail during make check. The reason is that g++ 4.2.1 does not support __sync_add_and_fetch and friends (the C compiler does). So we need to enhance the configury and test for the C++ compiler as well. Attached is a patch, that fixes the problem. Cheers, Florian |