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 > >
RE: getArgs delivers only emty Lists
Sigbjorn Finne (Intl Vendor) Mon, 21 Jun 1999 10:54:52 +0200 (MET DST)
- getArgs delivers only emty Lists Andreas Marth
- RE: getArgs delivers only emty Lists Sigbjorn Finne (Intl Vendor)
- Re: getArgs delivers only emty Lists Meurig Sage
- Sigbjorn Finne (Intl Vendor)
