Derek Elkins ([EMAIL PROTECTED]) wrote: > It looks like it's saying that it couldn't find the gcc that should be > at c:\ghc\ghc-6.2
I was searching a little bit in the lists' archives and found the following message: http://haskell.org/pipermail/glasgow-haskell-users/2003-October/005822.html which exactly describes the problem. Something is broken in 6.2 win32 build since 6.0.1 works in the same environment (MinGW/MSYS) and produces main.exe. I don't know why the MinGW/MSYS is not supported since it provides easy configure ; make ; make install mechanism. I've found few messages in the archives describing some quirks in an attempt to build ghc from the source with MinGW. So, I downgraded to 6.0.1 and will try to build one of the latest 6.3 snapshots. Sincerely, Gour -- Gour [EMAIL PROTECTED] Registered Linux User #278493 _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
