AW: -parallel and error"failed to load interface for ..."

2002-11-04 Thread Khamenia, Valery
> Valery: You unfortunately cannot just use -parallel with the > normal GHC compiler. You need to download one which is actually meant > to be used in parallel (namely GPH). You can find information about it here: > http://www.cee.hw.ac.uk/~dsg/gph/ aha, the flavor is clear, but this link le

Re: -parallel and error"failed to load interface for ..."

2002-11-04 Thread Hal Daume III
Hi all. Valery: You unfortunately cannot just use -parallel with the normal GHC compiler. You need to download one which is actually meant to be used in parallel (namely GPH). You can find information about it here: http://www.cee.hw.ac.uk/~dsg/gph/ GHC Folk: I think a better error message

-parallel and error"failed to load interface for ..."

2002-11-04 Thread Khamenia, Valery
Hi ghc world, why option -parallel leads to error while without this option everything was compiled OK? Custom Tool: ghc Command : D:\pkg\ghc\ghc-5.04.1\bin\ghc.exe -parallel -package concurrent "Examples.hs" -o a.exe Directory : "C:\tmp\Haskell\try" Exa