Derek Elkins ([EMAIL PROTECTED]) wrote: > Are you sure it's not producing an a.out. You didn't give the > commandline you used to invoke the compiler. You can use -o to > explicitly name the executable file.
ghc -o main main.hs which produces main.hi & main.o, but no linking and executable main.exe. The same line, produces executable on Linux. I noticed this problem when trying to compile darcs and saw that its configure script fails when trying to compile "Hello world" test program. Any idea? 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
