Bad interface file error with GHC RC2

Simon Marlow simonmar at microsoft.com
Thu Oct 5 06:10:31 EDT 2006


Krasimir Angelov wrote:
> I am using something like this:
> 
> c:\ghc\ghc-6.5.20061001\bin\runghc Setup.lhs ....
> 
> for building. So an old binary shouldn't matter. With -v
> option I saw that:
> 
>  -package comlib
> 
> is passed. Is it possible to have .tar.gz bundle compiled with an old
> Cabal? I suppose that runghc is always using ghc from its own
> directory instead of those in the path.

Runghc looks in the PATH, so it's probably picking up the wrong ghc
here.

Cheers,
	Simon


More information about the Glasgow-haskell-users mailing list