
24 Jul
2009
24 Jul
'09
8:39 a.m.
On 24/07/2009 13:19, Christian Maeder wrote:
Simon Marlow wrote:
SDM: I'd guess your gmp.h is dropping definitions for some inline functions into the code.
gmp for ghc was taking from the ghc-sources, but maybe my gcc uses /usr/local/include/gmp.h nevertheless (because that's a system path).
+tcfail126.hs:11:0: + Failed to load interface for `Control.Monad.Trans': + it was found in multiple packages: mtl-1.1.0.2 ghc-mtl-1.1.0.2
SDM: I don't have a ghc-mtl library. Where does that come from?
I see "ghc-mtl" for the first time, too.
It's probably in your user package DB, installed as a dependency of something else. The testsuite should be ignoring your user package DB; I'll fix that. Cheers, Simon