The actual ghc-4.08.2 for Windows (the one with 16.375 kB  [I have already 4 
differnt versions]) calls gcc with "-mwin32" wich leads to:
"cc1.exe: Invalid option `win32´ ". I changed line 2194 of ghc/ghc-4.08.2 from
"$c_flags .= " -mno-cygwin -mwin32" if ( $TargetPlatform =~ /-mingw32$/ );" to
"$c_flags .= " -mno-cygwin" if ( $TargetPlatform =~ /-mingw32$/ );". Now the 
compiler seems to work.

But profiling still doesn't work. (It didn't for any version of ghc-4.08. I 
allways got an error
"Dr. Watson
....
Windows NT error code = 87"

It is a german WinNT.
Any ideas?
When will ghc-5.00 be available for WinNT?
Does it support profiling?

Bye,
Andreas
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to