
29 Mar
2001
29 Mar
'01
4:27 a.m.
| Is "_imp___timezone_dll" a Haskell DLL, a missing Mingw lib,
I think this is a problem with the version of gcc and the switches it expects; I've added -mwin32 and it seems to work. Try updating and
rebuilding.
...and add -mwin32 after -mno-cygwin in the *installed compiler's (4.08.2, presumably) driver script.
Sadly, no luck at all. I went through every file in the CVS distribution and the ghc4.08.2 driver and added -mwin32 after every -mno-cygwin.