Re: Hello world fails on Win32

2004-01-01 Thread Gour
Simon Peyton-Jones ([EMAIL PROTECTED]) wrote: There's something very mysterious going on. GHC does not depend on you having any particular version of gcc etc; it all comes in the bundle. Yes, it looks mysterious. Are you absolutely certain that you made no change at all to the installed

Re: Hello world fails on Win32

2004-01-01 Thread Sigbjorn Finne
I don't have access to a Win9x system right now, but could you try compiling your example w/ 6.2 as follows: ghc -o main main.hs -pgmac:\\ghc\\ghc-6.2\\gcc.exe -B\C:\GHC\GHC-6.2\gcc-lib/\ (minus any line wrapping my e-mail client will no doubt introduce.) --sigbjorn - Original Message