Porting GHC-5 to Mac OS X/Darwin
Simon Peyton-Jones
simonpj@microsoft.com
Fri, 4 May 2001 07:51:22 -0700
John
In general, cvs-ghc@haskell.org is the right place for GHC developers to
hang out.
If you send just to me, I may miss it.
It's great to have your help with porting! But check who else is doing
the same
thing. I know at least one person, maybe 2, are working on a MacOSX
port.
Simon Marlow will tell you who they are.
Simon
| -----Original Message-----
| From: John H=F6rnkvist [mailto:john@toastedmarshmallow.com]=20
| Sent: 04 May 2001 15:41
| To: Simon Peyton-Jones
| Subject: Porting GHC-5 to Mac OS X/Darwin
|=20
|=20
|=20
| I'm working on a registered port of GHC 5.00 to Mac OS X.=20
| (Using gcc 3.x=20
| on Mac OS X, since Apple's gcc 2.95.2 gets confused by the C=20
| syntax in=20
| some places.)
|=20
| My current issue is the mangler; I'm rewriting the AIX mangler to the=20
| Apple assembly, but to speed up the testing, I'd need a way=20
| to rerun the=20
| mangler, and only the mangler as I debug it. Would you happen=20
| to know of=20
| any Makefile flags or other tricks that would allow this?
|=20
| Regards,
| John Hornkvist
|=20
|=20