On 19/01/2011 01:25, Marco TĂșlio Gontijo e Silva wrote:
Hi Simon.

Excerpts from Simon Marlow's message of Ter Jan 18 07:24:00 -0200 2011:
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

Sorry about that, I had to mannualy adapt the patch in the Debian package, and
I copied this line wrongly.

New (tested) patch.

Thanks, I'll push.

Cheers,
        Simon

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to