caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* OCaml for 64 bit machines
@ 2006-08-09 12:11 Shivkumar Chandrasekaran
  2006-08-09 12:36 ` [Caml-list] " Shivkumar Chandrasekaran
  2006-08-17 11:46 ` Xavier Leroy
  0 siblings, 2 replies; 4+ messages in thread
From: Shivkumar Chandrasekaran @ 2006-08-09 12:11 UTC (permalink / raw)
  To: caml-list

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?

Thanks,

--shiv--


PS: I believe there is no support for 64 bit PPC machines. Is that still
true?



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] OCaml for 64 bit machines
  2006-08-09 12:11 OCaml for 64 bit machines Shivkumar Chandrasekaran
@ 2006-08-09 12:36 ` Shivkumar Chandrasekaran
  2006-08-17 11:46 ` Xavier Leroy
  1 sibling, 0 replies; 4+ messages in thread
From: Shivkumar Chandrasekaran @ 2006-08-09 12:36 UTC (permalink / raw)
  To: caml-list

Sorry to reply to myself. I should clarify of course, that I meant 64
bit machines running a 64 bit OS.

On Wed, 2006-08-09 at 05:11 -0700, Shivkumar Chandrasekaran wrote:
> 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?
> 
> Thanks,
> 
> --shiv--
> 
> 
> PS: I believe there is no support for 64 bit PPC machines. Is that still
> true?
> 
> 
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] OCaml for 64 bit machines
  2006-08-09 12:11 OCaml for 64 bit machines Shivkumar Chandrasekaran
  2006-08-09 12:36 ` [Caml-list] " Shivkumar Chandrasekaran
@ 2006-08-17 11:46 ` Xavier Leroy
  2006-08-18  0:41   ` Jacques Garrigue
  1 sibling, 1 reply; 4+ messages in thread
From: Xavier Leroy @ 2006-08-17 11:46 UTC (permalink / raw)
  To: shiv; +Cc: caml-list

> 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] OCaml for 64 bit machines
  2006-08-17 11:46 ` Xavier Leroy
@ 2006-08-18  0:41   ` Jacques Garrigue
  0 siblings, 0 replies; 4+ messages in thread
From: Jacques Garrigue @ 2006-08-18  0:41 UTC (permalink / raw)
  To: Xavier.Leroy; +Cc: caml-list

From: Xavier Leroy <Xavier.Leroy@inria.fr>

> 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.

I just tried it now on a PowerMac G5, configuring with -cc "gcc -m64",
but I cannot link with ocamlopt.
Here is the error message:

ld64 failed: relocations in read-only segments not supported. _caml_startup__frametable in /tmp/camlstartup6ac9d3.o reference to atom #29
collect2: ld returned 1 exit status

I get this trying to build ocamlc.opt, or any other program.
This is using MacOSX 10.4 / Darwin Kernel Version 8.7.0: Fri May 26
15:20:53 PDT 2006.

Jacques Garrigue


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-08-18  0:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-09 12:11 OCaml for 64 bit machines Shivkumar Chandrasekaran
2006-08-09 12:36 ` [Caml-list] " Shivkumar Chandrasekaran
2006-08-17 11:46 ` Xavier Leroy
2006-08-18  0:41   ` Jacques Garrigue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).