RE: Run-time options in ghc on Linux

2003-01-06 Thread Simon Marlow
> Ok, > $ cat >null.hs > module Main(main) where > main = return () > $ ghc null.hs -o null > $ ./null +RTS -? > $ Is your GHCRTS environment variable set to anything? Cheers, Simon ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED

RE: Run-time options in ghc on Linux

2003-01-02 Thread Garner, Robin
Title: RE: Run-time options in ghc on Linux Ok, $ cat >null.hs module Main(main) where main = return () $ ghc null.hs -o null $ ./null +RTS -? $ Cheers, -Original Message- From: Simon Marlow [mailto:[EMAIL PROTECTED]] Sent: Friday, 20 December 2002 20:53 To: Garner, Ro

RE: Run-time options in ghc on Linux

2002-12-20 Thread Simon Marlow
> The +RTS options don't seem to be working for me on Linux > (Redhat 7.2, ghc 5.04 and 5.04.1 installed via the .rpms). > > One of my programs will happily consume all available memory, > even though I have +RTS -M64M, and another program fails with > > Stack space overflow: current size 10