> Ok,=20 > $ cat >null.hs=20 > module Main(main) where=20 > main =3D return ()=20 > $ ghc null.hs -o null=20 > $ ./null +RTS -?=20 > $=20 Is your GHCRTS environment variable set to anything? Cheers, Simon