
30 Jul
2003
30 Jul
'03
12:26 p.m.
Any ideas on how to get hat to compile? Is it possible that hmake isn't working correctly because I compiled it with v6.0 of ghc and then went back to an older version of the frameworks?
If there is any dynamic linking going on with respect to the ghc runtime system, then yes, rolling back the frameworks may cause a problem. However I don't really know whether to expect any dynamic linking on your platform.
I suspect that there is, there's a note in the readme that code compiled with ghc will only run on machines with Haskell.framework installed, so I'm guessing there is. Ahh well... goes back and recompiles hmake. Thanks a lot Tom Davie