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 JAA04318; Mon, 10 Feb 2003 09:59:04 +0100 (MET) 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 JAA03588 for ; Mon, 10 Feb 2003 09:59:03 +0100 (MET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h1A8x0f25036; Mon, 10 Feb 2003 09:59:00 +0100 (MET) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id JAA04404; Mon, 10 Feb 2003 09:59:00 +0100 (MET) Date: Mon, 10 Feb 2003 09:59:00 +0100 From: Xavier Leroy To: Chris Hecker Cc: Emmanuel Renieris , caml-list@inria.fr Subject: Re: [Caml-list] interface printing without generating object code? Message-ID: <20030210095900.B3314@pauillac.inria.fr> References: <200302060307.h1637Ru21003@plinky.bolt-action.com> <200302060307.h1637Ru21003@plinky.bolt-action.com> <20030207214854.GA6313@cs.brown.edu> <4.3.2.7.2.20030207180803.03087ef8@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <4.3.2.7.2.20030207180803.03087ef8@localhost>; from checker@d6.com on Fri, Feb 07, 2003 at 06:09:56PM -0800 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > >What do you want that's not > > ocamlc -i -c foo.ml -o /dev/null > > I tried that (well, the windows version with NUL) and it didn't work. It > still generated both a cmi and a cmo. Yes, the -o option is ignored when just compiling (ocamlc -c). It affects only linking and library construction. > I want no output except stdout. That's reasonable, and I'm willing to implement this. I believe no one currently relies on the fact that ocamlc -i also compiles and generates .cmi and .cmo files; if not, drop me a line. - Xavier Leroy ------------------- 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