Can anyone tell what's going on here ?

I found out that it was CPP generating #line directives on top of its output. I am probably using a newer version of GCC than the one with which GHC was compiled, and it doesn't pass enough flags to the preprocessor (i guess it should pass -P). Is there an easy way to pass extra flags to the preprocessor ? I can't just use -F pgmF cpp, there's probably more to it, right ?

cheers,
Remko
_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to