Problem to compile -parallel

Simon Peyton-Jones simonpj@microsoft.com
Tue, 17 Sep 2002 08:29:00 +0100


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. =20

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
|=20
| Hi!
|=20
| 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
|=20
| ghc -parallel -id:\ghc\imports\lang -id:\ghc\imports\concurrent
-id:\ghc\imports\base -
| fno-hi-version-check -o
| main main.hs
|=20
| I get messages:
| mismatched interface file versions: expected 5040mp, found 5040
|=20
| Please. Tell me what I should do with interface files? Download other
versions ?
|=20
| Thank you
| Real XSet
|=20
|=20
|=20
|=20
| _______________________________________________
| Glasgow-haskell-users mailing list
| Glasgow-haskell-users@haskell.org
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users