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 -pgma"c:\\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 ----- From: "Gour" <[EMAIL PROTECTED]> To: "glasgow-haskell-bugs" <[EMAIL PROTECTED]> Sent: Thursday, January 01, 2004 10:49 Subject: Re: Hello world fails on Win32 > 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. > <sniiiip> _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
