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 SAA23872; Tue, 3 Feb 2004 18:51:16 +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 SAA22986 for ; Tue, 3 Feb 2004 18:51:15 +0100 (MET) Received: from relay.felk.cvut.cz (relay.felk.cvut.cz [147.32.80.7]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id i13HpEP25696 for ; Tue, 3 Feb 2004 18:51:15 +0100 (MET) Received: from k333.felk.cvut.cz (k333.felk.cvut.cz [147.32.87.5]) by relay.felk.cvut.cz (8.12.10/8.12.10) with ESMTP id i13HotsT022682 for ; Tue, 3 Feb 2004 18:50:55 +0100 (CET) (envelope-from kybic@fel.cvut.cz) Received: from K333/SpoolDir by k333.felk.cvut.cz (Mercury 1.48); 3 Feb 04 18:50:55 +0100 Received: from SpoolDir by K333 (Mercury 1.48); 3 Feb 04 18:50:29 +0100 Received: from cmpgw-iii-23.felk.cvut.cz (147.32.84.2) by k333.felk.cvut.cz (Mercury 1.48) with ESMTP; 3 Feb 04 18:50:21 +0100 To: caml-list@inria.fr Subject: Re: [Caml-list] Compiling with lacaml References: <20040203170034.GA9081@fichte.ai.univie.ac.at> From: Jan Kybic In-Reply-To: <20040203170034.GA9081@fichte.ai.univie.ac.at> Date: 03 Feb 2004 18:50:21 +0100 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.93 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-felk: Found to be clean X-MailScanner-SpamCheck-felk: not spam, SpamAssassin (score=-4.9, required 5, BAYES_00) X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 lacaml:01 'make:01 install':01 incdirs:01 site-lib:01 lacaml:01 libdirs:01 site-lib:01 libs:01 gerd:01 findlib:01 incdirs:01 libdirs:01 libs:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > > and 'make install'. To compile my own code, I use OCamlMakefile > > where I have added: > > > > INCDIRS = +site-lib/lacaml > > LIBDIRS = +site-lib/lacaml > > > > LIBS= str bigarray lacaml > > You should use Gerd Stolpmann's "findlib" for compiling and linking: > ... > > Then you only need to write the following instead of setting INCDIRS, > LIBDIRS and LIBS: > > PACKS = str lacaml Yes, that's correct. But even so, it needs the *.cmi, *.cmx and *.cmo that the lacaml Makefile does not seem to install by default. Jan P.S. Diky za radu. -- ------------------------------------------------------------------------- Jan Kybic tel. +420 2 2435 7264 or , http://cmp.felk.cvut.cz/~kybic ------------------- 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