Hi, fix is available from http://www.dcs.gla.ac.uk/~sof/ghc-win32.html --sigbjorn Andreas Marth <[EMAIL PROTECTED]> writes: > > Hi, > some after testing I discovered that the reason for why my program > didn't anything after compiling it with ghc-4.03 was, that it gets an > empty list from getArgs. > > I am running GHC under NT. > At least the small program below did return [] no metter what > arguments > I passed. > > import System (getArgs) > > main=do { ps<-getArgs; > putStr (show ps)} > > > I thing this can also be the reason for the "bus error" from Robin Lee > Powell. > > I hope You can fix this bug as fast as the otherone. >
RE: getArgs delivers only emty Lists
Sigbjorn Finne (Intl Vendor) Fri, 11 Jun 1999 19:19:00 +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
- RE: getArgs delivers only emty Lists Sigbjorn Finne (Intl Vendor)
