
5 Oct
2006
5 Oct
'06
6:10 a.m.
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