From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id OAA12060 for caml-redistribution; Fri, 26 Mar 1999 14:11:36 +0100 (MET) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id UAA05036 for ; Thu, 25 Mar 1999 20:42:51 +0100 (MET) Received: from mail1.digital.com (mail1.digital.com [204.123.2.50]) by nez-perce.inria.fr (8.8.7/8.8.7) with ESMTP id UAA21625 for ; Thu, 25 Mar 1999 20:42:46 +0100 (MET) From: doligez@pa.dec.com Received: from neuf.pa.dec.com (neuf.pa.dec.com [16.4.80.69]) by mail1.digital.com (8.9.2/8.9.2/WV2.0e) with SMTP id LAA04831; Thu, 25 Mar 1999 11:42:43 -0800 (PST) Received: by neuf.pa.dec.com; id AA14253; Thu, 25 Mar 1999 11:42:43 -0800 Message-Id: <199903251942.AA14253@neuf.pa.dec.com> To: "David McClain" Cc: "Liste CAML" Subject: Re: Power/PC Code? In-Reply-To: Message of Wed, 24 Mar 1999 21:27:58 -0700 from "David McClain" <006601be7677$ddd8eec0$210148bf@dylan> Date: Thu, 25 Mar 1999 11:42:42 -0800 X-Mts: smtp Sender: weis >From: "David McClain" >I have some users on Power/PC Macintosh computers. I downloaded the OCAML >2.02 for Mac the other day, but was a bit disappointed to find that the >OCAMLOPT is absent. Is there any native code compiler for OCAML on Power/PC? There is, but only for machines running under some version of Unix. For a Macintosh, that means MkLinux, Linux/PPC, or Rhapsody. There will be a port to MacOS X Server as soon as I get my hands on a machine running it. In the meantime, the Rhapsody configuration might work for MacOS X. As for MacOS, there is not much demand for highly optimized MPW tools, so we didn't spend the week of work needed to interface ocamlopt with the MPW assembler. -- Damien