From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id B9BA3BB83 for ; Fri, 18 Aug 2006 02:41:54 +0200 (CEST) Received: from kurims.kurims.kyoto-u.ac.jp (kurims.kurims.kyoto-u.ac.jp [130.54.16.1]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k7I0fh8k025406 for ; Fri, 18 Aug 2006 02:41:54 +0200 Received: from localhost (suiren [130.54.16.25]) by kurims.kurims.kyoto-u.ac.jp (8.13.7/8.13.7) with ESMTP id k7I0fTu4029949; Fri, 18 Aug 2006 09:41:30 +0900 (JST) Date: Fri, 18 Aug 2006 09:41:27 +0900 (JST) Message-Id: <20060818.094127.34482267.garrigue@math.nagoya-u.ac.jp> To: Xavier.Leroy@inria.fr Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] OCaml for 64 bit machines From: Jacques Garrigue In-Reply-To: <44E456FF.7050601@inria.fr> References: <1155125505.20398.4.camel@sled.site> <44E456FF.7050601@inria.fr> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; ocaml:01 cvs:01 configuring:01 gcc:01 ocamlopt:01 read-only:01 frametable:01 ocamlc:01 2006.:98 macosx:01 macosx:01 caml-list:01 kernel:01 supported:01 caml:02 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 From: Xavier Leroy > 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