Browse thread
OCaml for 64 bit machines
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-08-17 (11:46) |
From: | Xavier Leroy <Xavier.Leroy@i...> |
Subject: | Re: [Caml-list] OCaml for 64 bit machines |
> I know that OCaml is supported on 64 bit AMD/Intel machines running > Linux (at least). Are there any plans to support OCaml on the new 64 bit > Intel Apple machines running Mac OS X? I would expect the port to be straigthforward, but I'll need to get access to such a machine to see whether the application binary interface differs between Linux/AMD64 and MacOSX/AMD64. So, the answer to your question is: MacOSX/AMD64 will be supported at some point, but I can't say when. > PS: I believe there is no support for 64 bit PPC machines. Is that still > true? I did a MacOSX/PPC64 port a few months ago. That will be released as part of 3.10, or you can give it a try now using the CVS trunk sources. - Xavier Leroy