From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id SAA05471; Thu, 17 Oct 2002 18:26:55 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 SAA04872 for ; Thu, 17 Oct 2002 18:26:54 +0200 (MET DST) Received: from verdot.inria.fr (verdot.inria.fr [128.93.11.7]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g9HGQr513521 for ; Thu, 17 Oct 2002 18:26:53 +0200 (MET DST) Received: (from ddr@localhost) by verdot.inria.fr (8.9.3/8.9.3) id SAA05482 for caml-list@inria.fr; Thu, 17 Oct 2002 18:26:48 +0200 Date: Thu, 17 Oct 2002 18:26:48 +0200 From: Daniel de Rauglaudre To: caml-list@inria.fr Subject: Re: [Caml-list] [camlp4] compiling against Pcaml module Message-ID: <20021017182648.G32600@verdot.inria.fr> References: <20021017160837.GA29662@cs.unibo.it> <20021017182242.A30465@ouessant.trusted-logic.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021017182242.A30465@ouessant.trusted-logic.fr>; from Samuel.Lacas@trusted-logic.fr on Thu, Oct 17, 2002 at 06:22:42PM +0200 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, On Thu, Oct 17, 2002 at 06:22:42PM +0200, Samuel Lacas wrote: > As far as I can tell, "Pcaml" is defined (at least) in camlp4o.cma > (under the camlp4 architecture). Yes, but it is just for the toplevel: if you link with it, you get an error since it needs the module Toploop. For a standalone application, link with "camlp4.cma pa_o.cmo" as I say in my previous message. -- Daniel de RAUGLAUDRE daniel.de_rauglaudre@inria.fr http://cristal.inria.fr/~ddr/ ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners