From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 128DBBCAB for ; Thu, 9 Jun 2005 07:33:33 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j595XWtp005768 for ; Thu, 9 Jun 2005 07:33:32 +0200 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id HAA12987 for ; Thu, 9 Jun 2005 07:33:32 +0200 (MET DST) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j595XU4p005765 for ; Thu, 9 Jun 2005 07:33:31 +0200 Received: from Rosella (ppp35-43.lns1.syd2.internode.on.net [59.167.35.43]) by smtp3.adl2.internode.on.net (8.12.9/8.12.9) with ESMTP id j595XPHv074303 for ; Thu, 9 Jun 2005 15:03:25 +0930 (CST) Subject: Caml on intel-OSX From: John Skaller To: caml-list@inria.fr Content-Type: text/plain Date: Thu, 09 Jun 2005 15:33:26 +1000 Message-Id: <1118295206.7145.165.camel@rosella.wigram> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 42A7D4AC.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 42A7D4AA.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 binary:01 distro:01 ocaml:01 powerpc:01 bytecode:01 compiler:01 osx:01 gcc:01 osx:01 binary:01 bytecode:01 ocamlrun:01 glebe:01 sourceforge:01 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.2 X-Spam-Level: A friend of mine reports he can't build Ocaml on one of those new Mac machines running Intel processor. However, he also reports: > Luckily, I found a binary > distro of ocaml for powerpc os x and installed that (it runs in an emulation > layer). which is kind of funny.. he's running a bytecode version of the Felix compiler on an Intel OSX system under an emulator to generate C++ code which is compiled natively by gcc to produce an OSX/Intel binary .. :) Anyone know about existing or planned support for OSX/Intel? And a dumb question .. will a bytecode Ocaml program just run on any machine provided a single binary, ocamlrun, is installed and accessible? -- John Skaller, skaller at users.sf.net PO Box 401 Glebe, NSW 2037, Australia Ph:61-2-96600850 Download Felix here: http://felix.sf.net