Hi,
Some time ago I persuaded my employer to buy me a new Intel-based Mac.
While it runs fast, it doesn't compile many open-source programs,
including
ghc. On perusing the list archives, I found one or two people
working on a
port. What's the status?
Right now I'm writing Haskell code us
lly hayes
From Rodney D Price <[EMAIL PROTECTED]> on 27 Jun 2006:
Hi,
Some time ago I persuaded my employer to buy me a new Intel-based
Mac.
While it runs fast, it doesn't compile many open-source programs,
including
ghc. On perusing the list archives, I found one or two peop
I've been reading the STM papers on Simon PJ's website, but I find that
the GHC I'm using (6.5) changes a few things from the paper's
descriptions.
For instance, "atomic" becomes "atomically" and "catch" becomes
"catchSTM".
I can't, however, find "throw", and the type signature of "check" has
Sorry.
Simon
| -Original Message-
| From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
| On Behalf Of S Koray Can
| Sent: 13 July 2006 03:13
| To: glasgow-haskell-users@haskell.org
| Subject: Re: STM check operation
|
| Rodney D Price wrote:
| > I've been reading the STM papers on Simon
Simon,
I would like to help, but my time is limited and my knowledge of GHC
internals is nearly non-existent. I am, however, very interested in
seeing GHC run on Mac Intel. I particularly want to see the full STM
mechanism, including "check", running on the Mac. Are there small
pieces of this
Here's what worked for me:
bunzip2 ghc-6.6-i386-apple-darwin.tar.bz2
tar -xvf ghc-6.6-i386-apple-darwin.tar
cd ghc-6.6
./configure
sudo make show-install-setup
sudo make install
ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.6
I'm on a MacBook Pro running OS X 10.4.8.
Mathew,
Would you be willing to send me a cvs diff as well?
Thanks,
-Rod
On Oct 26, 2006, at 2:08 PM, Mathew Mills wrote:
I just succeeded in building HOC from CVS HEAD against ghc-6.6 on
x86 Mac OS X last night. I didn't encounter that specific problem,
though. I can send you a cvs di