> Andrew Betts <[EMAIL PROTECTED]> writes: 
> 
> I'm having trouble compiling HaskellDirect - is there a Linux binary?
> or alternatively what's wrong here:
...
> /usr/local/bin/ghc -syslib
> exts -Rghc-timing -H16m -W -recomp  -cpp 
> -DBEGIN_NOT_HASKELL_98='{-' -DEND_N
> OT_HASKELL_98='-}' -DBEGIN_HASKELL_98='-}' -DEND_HASKELL_98='{-'  -c
> GetOpt.lhs -o GetOpt.o -osuf o
> 
> GetOpt.lhs:73:
>     Utils.hi:22 Interface-file parse error;current input =
> 
> GetOpt.lhs:73: Could not find valid interface file 'Utils'
> 

Hi,

no binaries available, I'm afraid - but compiling from source
shouldn't be too painful.

>From the above, you appear to be either picking up an interface
file that was either produced with a different version of ghc or
it is just ill-formed. What's the version info of the ghc build
you're using?

--sigbjorn

Reply via email to