This patch doesn't build. Did you test it? On 15/01/2011 13:06, Marco Silva wrote: > -#ifdef __linux__ > -#define _GNU_SOURCE > +#ifdef defined(__linux__) || defined(__GLIBC__) > +#define _GNU_SOURCE 1 results in: rts/Linker.c:16:15: error: extra tokens at end of #ifdef directive Cheers, Simon