From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 9F843BCAB for ; Thu, 9 Jun 2005 10:23:21 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j598NLh6012314 for ; Thu, 9 Jun 2005 10:23:21 +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 KAA14364 for ; Thu, 9 Jun 2005 10:23:20 +0200 (MET DST) Received: from nala.ctima.uma.es (nala.ctima.uma.es [150.214.57.23]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j598NKsX013756 for ; Thu, 9 Jun 2005 10:23:20 +0200 Received: from nala.ctima.uma.es (localhost [127.0.0.1]) by localhost.ctima.uma.es (Postfix) with ESMTP id 0971A64DB for ; Thu, 9 Jun 2005 10:23:20 +0200 (CEST) Received: from [150.214.57.193] (matap05.matap.uma.es [150.214.57.193])by nala.ctima.uma.es (Postfix) with ESMTP id E04DC64D4for ; Thu, 9 Jun 2005 10:23:19 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v730) In-Reply-To: <1118295206.7145.165.camel@rosella.wigram> References: <1118295206.7145.165.camel@rosella.wigram> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?Agust=EDn_Valverde?= Subject: Re: [Caml-list] Caml on intel-OSX Date: Thu, 9 Jun 2005 10:23:19 +0200 To: caml-list@inria.fr X-Mailer: Apple Mail (2.730) X-imss-version: 2.025 X-imss-result: Passed X-imss-approveListMatch: *@*.uma.es X-Miltered: at nez-perce with ID 42A7FC79.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 42A7FC78.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; agust:01 valverde:01 valverde:01 ctima:01 caml-list:01 agust:01 ocaml:01 binary:01 distro:01 ocaml:01 powerpc:01 bytecode:01 compiler:01 osx:01 gcc: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: Hi Perhaps, Steven Jobs can answer you :-) http://www.apple.com/=20 quicktime/qtv/wwdc05/ Here is the news about the transition of apple to intel chips. =20 http://www.macworld.com/news/2005/06/06/powerpcintel/index.php Agust=EDn > 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 =20= >> 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?