RE: GHC 5.02.1 on Mac OS X

2001-12-03 Thread Simon Peyton-Jones

Sebastien Carlier [[EMAIL PROTECTED]] was at one time working on
a MacOSX port, but I don't know how far he got.   There was one
other person too, but I can't lay my hands on appropriate email.

Simon

| -Original Message-
| From: Ashley Yakeley [mailto:[EMAIL PROTECTED]] 
| Sent: 02 December 2001 22:50
| To: Nicolas Oury; GHC List
| Subject: Re: GHC 5.02.1 on Mac OS X
| 
| 
| At 2001-12-02 14:39, Nicolas Oury wrote:
| 
| do you know if there is a port of gh 5.02.1 on MacOSX?
| 
| The latest I know of is GHC 5.00.2. And even that is incomplete, it 
| doesn't seem to include a createAdjustor for 'foreign export dynamic' 
| functions (if you happen to need that, as I do).
| 
| -- 
| Ashley Yakeley, Seattle WA
| 
| 
| ___
| Glasgow-haskell-users mailing list 
| [EMAIL PROTECTED] 
| http://www.haskell.org/mailman/listinfo/glasgow-| haskell-users
| 

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



RE: GHC 5.02.1 on Mac OS X

2001-12-03 Thread Nicolas Oury


Hi there,
 We may be doing some work on Mac OS X here over summer
 (that's *southern* hemisphere summer!)
More generaly, how hard these  kinds of ports are. (How much code must you
rewrite?)
Best regards,
Nicolas Oury


___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



Re: GHC 5.02.1 on Mac OS X

2001-12-03 Thread Manuel M. T. Chakravarty

Sébastien Carlier [EMAIL PROTECTED] wrote,

 Simon Peyton-Jones wrote:
 
  Sebastien Carlier [[EMAIL PROTECTED]] was at one time working on
  a MacOSX port, but I don't know how far he got.
 
 I worked on the unregisterised (via-C) build of GHC.  My patches solved
 most of the incompatibilities with Apple's version of GCC, and the 
 problems
 with the memory layout of OS X, but was indeed incomplete (no
 implementation of createAdjustor).
 Recently my patches stopped working so I couldn't package a 5.02
 release. (executables crash after a while, this is probably GC-related).
 I am currently studying the PowerPC instruction set (I need to write a
 native code generator for my own project), and I also had a look into
 GHC's Stix, but I don't know when I'll be able to start (time is the
 biggest problem).

Are your patches (I mean the old ones) public?  Did you
already check them into CVS?  If others want to continue on
the port, it would be easier to start from your patches
instead of starting all over again, I guess.

Cheers,
Manuel

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



RE: GHC 5.02.1 on Mac OS X

2001-12-03 Thread Manuel M. T. Chakravarty

Nicolas Oury [EMAIL PROTECTED] wrote,

  We may be doing some work on Mac OS X here over summer
  (that's *southern* hemisphere summer!)
 More generaly, how hard these  kinds of ports are. (How much code must you
 rewrite?)

It's not so much a question of how much code, but how
complicated that code is.  Some of it is pretty low-level,
but there are usually also a couple of people around who are
happy to answer questions.

Manuel

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



Re: GHC 5.02.1 on Mac OS X

2001-12-03 Thread Sébastien Carlier


 Are your patches (I mean the old ones) public?

Yes, of course.  They were on the download page of ghc's web site,
but since the release of GHC 5.02.1 they are no longer there.

 Did you already check them into CVS?

The harmless and clean ones, yes.  I'll take the time to clean up
and commit the rest to the repository before the end of the week.
I can also mail you my patched in the meantime.

 If others want to continue on the port, it would be easier to start
 from your patches instead of starting all over again, I guess.

Yes.  I'll also try to write a few notes about the problems they
will encounter.

--
Sebastien


___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



Re: GHC 5.02.1 on Mac OS X

2001-12-03 Thread Manuel M. T. Chakravarty

Sébastien Carlier [EMAIL PROTECTED] wrote,

  Did you already check them into CVS?
 
 The harmless and clean ones, yes.  I'll take the time to clean up
 and commit the rest to the repository before the end of the week.
 I can also mail you my patched in the meantime.

We won't start on this before middle of December.

  If others want to continue on the port, it would be easier to start
  from your patches instead of starting all over again, I guess.
 
 Yes.  I'll also try to write a few notes about the problems they
 will encounter.

That would be great.

Thanks,
Manuel

___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



GHC 5.02.1 on Mac OS X

2001-12-02 Thread Nicolas Oury

Hi everybody,
do you know if there is a port of gh 5.02.1 on MacOSX?
How difficult is it to do a port? Just compiling the source or modifying
code of the RTS and the code generation?
Is this support planned to be kept in the future?
Best regards,
Nicolas Oury


___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users



Re: GHC 5.02.1 on Mac OS X

2001-12-02 Thread Ashley Yakeley

At 2001-12-02 14:39, Nicolas Oury wrote:

do you know if there is a port of gh 5.02.1 on MacOSX?

The latest I know of is GHC 5.00.2. And even that is incomplete, it 
doesn't seem to include a createAdjustor for 'foreign export dynamic' 
functions (if you happen to need that, as I do).

-- 
Ashley Yakeley, Seattle WA


___
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users