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 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)
