For parallel Haskell you need the GPH mailing list, not Glasgow-haskell-users. You can find details of that list at http://www.cee.hw.ac.uk/~dsg/gph/ Meanwhile, you're suffering from a compiler version shift: the new compiler can't read the old compiler's Foo.hi files. Just rm *.hi and try again. But I am pretty certain that there is no Parallel Haskell version of 5.04 Simon | -----Original Message----- | From: XSet [mailto:xset@mail.ru] | Sent: 17 September 2002 08:09 | To: glasgow-haskell-users@haskell.org | Subject: Problem to compile -parallel | | Hi! | | I try to see how parallel Haskell works with GHC-5.04 under Windows98. | I have installed PVM, and compile simple fibonachi example. | But when I compile using command line | | ghc -parallel -id:\ghc\imports\lang -id:\ghc\imports\concurrent -id:\ghc\imports\base - | fno-hi-version-check -o | main main.hs | | I get messages: | mismatched interface file versions: expected 5040mp, found 5040 | | Please. Tell me what I should do with interface files? Download other versions ? | | Thank you | Real XSet | | | | | _______________________________________________ | Glasgow-haskell-users mailing list | Glasgow-haskell-users@haskell.org | http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
participants (1)
-
Simon Peyton-Jones