Compile with -static if that behaviour bothers you.

As is, there's no way to set RTS options from the
command-line when you're using it in DLL form.

--sigbjorn

Meurig Sage <[EMAIL PROTECTED]> writes: 
> 
> >Hi,
> >
> >fix is available from
> >
> >  http://www.dcs.gla.ac.uk/~sof/ghc-win32.html
> >
> >--sigbjorn
> >
> 
> The fix doesn't quite work.
> Eg
> 
> running
> $ghc-4.03 -o main main.hs
> $./main a b +RTS -H20M
> ["a","b","+RTS","-H20M"]
> 
> where main.hs is
> 
> module Main where
> import System
> main = do
>  as <- getArgs
>  print as
> 
> 

Reply via email to