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 CAA20726; Mon, 3 Feb 2003 02:34:50 +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 CAA19832 for ; Mon, 3 Feb 2003 02:34:49 +0100 (MET) Received: from d12lmsgate-3.de.ibm.com (d12lmsgate-3.de.ibm.com [194.196.100.236]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h131YmP18357 for ; Mon, 3 Feb 2003 02:34:48 +0100 (MET) Received: from d12relay02.de.ibm.com (d12relay02.de.ibm.com [9.165.215.23]) by d12lmsgate-3.de.ibm.com (8.12.3/8.12.3) with ESMTP id h131Yl4k014124 for ; Mon, 3 Feb 2003 02:34:47 +0100 Received: from d10ml001.telaviv.ibm.com (d10ml001.telaviv.ibm.com [9.148.216.55]) by d12relay02.de.ibm.com (8.12.3/NCO/VER6.4) with ESMTP id h131Yl3m221804 for ; Mon, 3 Feb 2003 02:34:47 +0100 In-Reply-To: <20030203012423.GA3729@clipper.ens.fr> To: Nicolas George X-Mailer: Lotus Notes Release 6.0 September 26, 2002 Message-ID: From: "Ohad Rodeh" Subject: Re: [Caml-list] malfunctioning -o command-line argument? Date: Sun, 2 Feb 2003 17:32:56 -0800 X-MIMETrack: Serialize by Router on D10ML001/10/M/IBM(Release 5.0.9a |January 7, 2002) at 03/02/2003 03:34:47 MIME-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Alright then, can we make this a feature request? Ohad. -----------------------------------------------------------------------= ------------ Ohad Rodeh tel: +972-3-6401641 IBM Haifa, storage research |---------+---------------------------------> | | Nicolas George | | | | | | Sent by: | | | owner-caml-list@pauill| | | ac.inria.fr | | | | | | | | | 02/02/03 17:24 | |---------+---------------------------------> >--------------------------------------------------------------------= -----------------------------------------------------------------------= -------| | = = | | To: caml-list@inria.fr = = | | cc: = = | | Subject: Re: [Caml-list] malfunctioning -o command-line argu= ment? = | >--------------------------------------------------------------------= -----------------------------------------------------------------------= -------| Le quintidi 15 pluvi=F4se, an CCXI, Ohad Rodeh a =E9crit=A0: > ocamlc -c foo.ml -o /tmp/foo.cmo > will create foo.cmo in the current directory rather then /tmp. > Is this a bug or a feature? According to the man page, it is a feature: -o exec-file Specify the name of the output file produced by the linke= r. It works for the linker, but not for the compiler. ------------------- 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 = ------------------- 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