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 8060BBB81 for ; Wed, 22 Feb 2006 19:18:26 +0100 (CET) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k1MIIPtB023087 for ; Wed, 22 Feb 2006 19:18:26 +0100 Received: by zproxy.gmail.com with SMTP id 13so1485669nzp for ; Wed, 22 Feb 2006 10:18:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=btR3TaObQjc+pKiOQLptjwSNgQ26jrM1LxFWlTGHzatPvcE8cXylfi0EYX4UEYt1mK4IHIPnr9ByD7R7udnXzsXtKwSbej46qtHXP6I+iD2bFbJvJKCF8vDGS0MhCNDOI4LEVhcPGy4B8rkXtDsU7WEyVy6e/SW+djdd5HSLoLA= Received: by 10.36.57.5 with SMTP id f5mr1332505nza; Wed, 22 Feb 2006 10:18:25 -0800 (PST) Received: by 10.36.79.4 with HTTP; Wed, 22 Feb 2006 10:18:25 -0800 (PST) Message-ID: Date: Wed, 22 Feb 2006 10:18:25 -0800 From: "Corey O'Connor" To: "j h woodyatt" Subject: Re: [Caml-list] ocaml on OS X intel platform Cc: caml-list@yquem.inria.fr In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060222091303.1D408BBE1@yquem.inria.fr> X-Miltered: at nez-perce with ID 43FCAAF1.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 ocaml:01 woodyatt:01 jhw:01 cmx:01 cmxa:01 cmx:01 cmxa:01 binary:01 binary:01 corey:98 wrote:01 native:02 naive:03 expressing:05 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=RCVD_BY_IP autolearn=disabled version=3.0.3 On 2/22/06, j h woodyatt wrote: > > What would be really cool here is the possibility of "universal" > native code on Mac OS X. I wonder if the .cmx and .cmxa file formats > can do that? (I'm just expressing a na=EFve hope.) There may be no need to do anything special to .cmx .cmxa files. I believe the command lipo can be used to combine a PPC and X86 binary, once created, into a universal binary. -- -Corey O'Connor