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 CAA17075; Thu, 6 Feb 2003 02:59:09 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 CAA17118 for ; Thu, 6 Feb 2003 02:59:08 +0100 (MET) Received: from plinky.bolt-action.com (node-d8e9cca3-sfo-onnet.worldcom.com [216.233.204.163]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h161x7P08071 for ; Thu, 6 Feb 2003 02:59:07 +0100 (MET) Received: from CHECKERATH (node-d8e9cca2-sfo-onnet.worldcom.com [216.233.204.162]) by plinky.bolt-action.com (8.11.6/8.9.3) with SMTP id h1637Ru21003 for ; Wed, 5 Feb 2003 19:07:28 -0800 Date: Wed, 5 Feb 2003 19:07:28 -0800 Message-Id: <200302060307.h1637Ru21003@plinky.bolt-action.com> From: Chris Hecker To: caml-list@inria.fr Subject: [Caml-list] interface printing without generating object code? Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk The -i command to the compilers is useful for generating mli files, but is there a way to only generate the interface, and not have to compile? "ocamlc -i foo.ml" tries to compile and link. "ocamlc -i -c foo.ml" tries to compile. I just want the interface printed and that's it. Thanks, Chris ------------------- 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