New Patches & Binary for MacOS X

Simon Marlow simonmar@microsoft.com
Thu, 18 Apr 2002 13:36:44 +0100


> At 2002-04-15 12:29, Wolfgang Thaller wrote:
>=20
> >The binary package for MacOS X is now available at
> >http://www.kfunigraz.ac.at/imawww/haskell/GHC.dmg
>=20
> It fails to build TypedObject.hs.
>=20
> $ /usr/local/bin/ghc -fvia-C -pgmccc -pgmacc -package lang -package=20
> concurrent -fglasgow-exts -fallow-undecidable-instances -package-name=20
> javavm -c TypedObject.hs -o TypedObject.o +RTS -K20m
> stack overflow: use +RTS -K<size> to increase it

We had a problem with the typechecker looping that was fixed in CVS just
prior to the 20020410 snapshot - perhaps the MacOS binary snapshot
doesn't include this fix?

Cheers,
	Simon