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 TAA08170; Wed, 5 Feb 2003 19:12:04 +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 TAA07686 for ; Wed, 5 Feb 2003 19:12:03 +0100 (MET) Received: from d12lmsgate-5.de.ibm.com (d12lmsgate-5.de.ibm.com [194.196.100.238]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h15IBuP25769 for ; Wed, 5 Feb 2003 19:11:56 +0100 (MET) Received: from d12relay02.de.ibm.com (d12relay02.de.ibm.com [9.165.215.23]) by d12lmsgate-5.de.ibm.com (8.12.3/8.12.3) with ESMTP id h15IBtH3079118 for ; Wed, 5 Feb 2003 19:11:55 +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 h15IBsOb080308 for ; Wed, 5 Feb 2003 19:11:54 +0100 Subject: [Caml-list] Fw: malfunctioning -o command-line argument? To: caml-list@inria.fr X-Mailer: Lotus Notes Release 6.0 September 26, 2002 Message-ID: From: "Ohad Rodeh" Date: Wed, 5 Feb 2003 10:08:01 -0800 X-MIMETrack: Serialize by Router on D10ML001/10/M/IBM(Release 5.0.9a |January 7, 2002) at 05/02/2003 20:11:54 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk List, My -o problem is halfway solved. I still have a problem with the .cmi files. Assume foo.ml, foo.mli are source files, and I compile: ocamlc -c -o /tmp/foo.cmi foo.mli Then, if I compile the .ml file: ocamlc -c -I /tmp -o foo.cmo foo.ml Then I get a compilation error because ocamlc cannot find foo.cmi. It complains foo.cmi is not in the current directory. Any suggestions? Ohad. ----------------------------------------------------------------------------------- Ohad Rodeh tel: +972-3-6401641 IBM Haifa, storage research ------------------- 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