[project @ 2002-02-14 17:17:08 by sof]
COMPILING_RTS wasn't being fed to the C compiler. It is arguably a bug/feature deficiency of GHC not to do the Right Thing for invocations such as these: ghc -c -DFOO foo.c i.e., pass -DFOO to the C compiler -- currently, you have to be explicit about this, -optc-DFOO
Please register or sign in to comment