> ghc -o main main.hs > > but this gave back the following message: > > gcc: installation problem, cannot exec `C:/PROGRAM FILES/GLASGOW HASKELL > COMPILER/GHC-5.02/gcc-lib/as.exe': No such file or directory > > I'm sure its probably quite simple to fix, but I'm no expert and I can't see > what to do.
You're not doing anything wrong, but I think I am: the version of gcc packaged with GHC won't work on Win'98; this is a well-known problem, but I think I've failed to fix it in the distribution. I award myself forty lashes, and assuming I can still work the computer afterwards, I'll fix it and upload a new InstallShield shortly. Your best bet is probably to wait for this. -- http://sc3d.org/rrt/ | Travail broadens the behind _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
