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 PAA31540; Mon, 1 Oct 2001 15:08:49 +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 PAA31545 for ; Mon, 1 Oct 2001 15:08:47 +0200 (MET DST) Received: from manage.ims.u-tokyo.ac.jp ([133.103.76.1]) by concorde.inria.fr (8.11.1/8.10.0) with SMTP id f91D8kr19968 for ; Mon, 1 Oct 2001 15:08:46 +0200 (MET DST) Received: (qmail 7889 invoked from network); 1 Oct 2001 13:08:39 -0000 Received: from lavender.ims.u-tokyo.ac.jp (HELO edelweiss.ims.u-tokyo.ac.jp) (133.103.74.218) by manage.ims.u-tokyo.ac.jp with SMTP; 1 Oct 2001 13:08:39 -0000 Received: (qmail 30407 invoked from network); 1 Oct 2001 13:08:28 -0000 Received: from salvia.dna.garden (HELO localhost.localdomain) (bannai@10.0.0.175) by poppy.dna.garden with SMTP; 1 Oct 2001 13:08:28 -0000 Date: Mon, 01 Oct 2001 22:08:34 +0900 Message-ID: From: Hideo Bannai To: Markus Mottl Cc: Jeremy Fincher , caml-list@pauillac.inria.fr Subject: Re: [Caml-list] Building O'Caml projects properly. In-Reply-To: <20011001145753.A14832@chopin.ai.univie.ac.at> References: <20011001145753.A14832@chopin.ai.univie.ac.at> X-Mailer: Wanderlust/2.5.8 (Smooth) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hello, > On Mon, 01 Oct 2001, Jeremy Fincher wrote: > > When I do a simple "gmake", it compiles all the files, and the directory > > becomes filled with ".cmo" and ".cmx" files and so on. After doing > > a "make libinstall" and answering 'y' to the question it asks about > > installation, the only things that remain in the directory are the > > .ml files and the Makefile itself. Somehow, given that Makefile, > > it's removing all the files it installs. > > I have never seen this happen and I really can't imagine how this could > work. Could you please send me your Makefile? Maybe you have accidently > added a dependency on the "clean"-target or similar. Actually, it might be the difference in default behavior of the `install' command. On my MacOS X, it moves the files by default, where on my Linux box, they get copied. Adding `-c' option to the install command in OcamlMakefile would do the trick I think. -- Hideo Bannai ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr