From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=AWL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id EC8E3BB84 for ; Fri, 28 Nov 2008 17:08:36 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.33,683,1220220000"; d="scan'208";a="17744032" Received: from discorde.inria.fr ([192.93.2.38]) by mail2-smtp-roc.national.inria.fr with ESMTP; 28 Nov 2008 17:08:36 +0100 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id mASG8acw006258 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Fri, 28 Nov 2008 17:08:36 +0100 X-IronPort-AV: E=Sophos;i="4.33,683,1220220000"; d="scan'208";a="17744031" Received: from peray.inria.fr (HELO ausone.inria.fr) ([128.93.8.98]) by mail2-relais-roc.national.inria.fr with ESMTP; 28 Nov 2008 17:08:36 +0100 Received: by ausone.inria.fr (Postfix, from userid 501) id 95DCB2BA8434; Fri, 28 Nov 2008 17:07:39 +0100 (CET) Content-Type: text/plain; charset=UTF-8 Cc: Damien Doligez , caml users Subject: Re: [Caml-list] OCaml 3.11.0 release candidate From: Nicolas Pouillard To: Andres Varon References: <77D0D110-16C4-4EAF-A371-B782568860B0@inria.fr> In-Reply-To: Date: Fri, 28 Nov 2008 17:07:39 +0100 Message-Id: <1227888435-sup-106@ausone.inria.fr> User-Agent: Sup/git X-Miltered: at discorde with ID 49301784.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 damien:01 ocaml:01 ocaml-:01 camlp:01 dynlink:01 camlp:01 cmo:01 cmx:01 speedup:01 compilation:01 cmx:01 -help:01 doligez:01 distrib:01 Excerpts from Andres Varon's message of Fri Nov 28 16:50:14 +0100 2008: > Hello, > > On Nov 25, 2008, at 12:09 PM, Damien Doligez wrote: > > > Dear OCaml users, > > > > We are closing in on version 3.11.0. A Release Candidate is now > > available. > > If there are no show-stoppers in this RC, then 3.11.0 will be > > officially > > released next week. > > > > The release candidate is available here: > > < http://caml.inria.fr/pub/distrib/ocaml-3.11/ > > > (look for 3.11.0+rc1) > > I have a question about the behavior of camlp4orf (and family) in > 3.11.0. Now with the availability of native dynlink, it seems like > camlp4orf and camlp4orf.opt can load external modules inside the core. > If one looks at their respective help: > > .(cmo|cma) Load this module inside the Camlp4 core > .cmx Load this module inside the Camlp4 core > > This is a feature I've been looking for to speedup compilation times. > However, if I try the native version, here is what I get: > > samson:src andres$ camlp4orf.opt poyExtension.cmx > Error: don't know what to do with poyExtension.cmx > Use option -help for usage > > Is the usage different for the camlp4*.opt preprocessors? You should try with .cmxs files. -- Nicolas Pouillard aka Ertai