Browse thread
OCaml for 64 bit machines
-
Shivkumar Chandrasekaran
- Shivkumar Chandrasekaran
-
Xavier Leroy
- Jacques Garrigue
[
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-18 (00:41) |
From: | Jacques Garrigue <garrigue@m...> |
Subject: | Re: [Caml-list] OCaml for 64 bit machines |
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