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 KAA24915; Mon, 1 Oct 2001 10:07:17 +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 KAA24885 for ; Mon, 1 Oct 2001 10:07:16 +0200 (MET DST) Received: from fichte.ai.univie.ac.at (fichte.ai.univie.ac.at [131.130.174.156]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f9187Fr07916 for ; Mon, 1 Oct 2001 10:07:15 +0200 (MET DST) Received: (from markus@localhost) by fichte.ai.univie.ac.at (8.9.3/8.9.3/Debian 8.9.3-21) id KAA06603; Mon, 1 Oct 2001 10:07:04 +0200 Date: Mon, 1 Oct 2001 10:07:04 +0200 From: Markus Mottl To: Jeremy Fincher Cc: caml-list@pauillac.inria.fr Subject: Re: [Caml-list] Building O'Caml projects properly. Message-ID: <20011001100704.A6426@fichte.ai.univie.ac.at> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from tweedgeezer@hotmail.com on Mon, Oct 01, 2001 at 03:04:32 -0400 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Mon, 01 Oct 2001, Jeremy Fincher wrote: > Everything works correctly *except* that after I make libinstall, it > removes the *.mli files from the directory, which I don't want it to do. Remove .mli-files? The libinstall target doesn't remove any files at all. It just copies them to the right directory. Or did you mean anything else? > ocamlc -I ../lib -ccopt -L../lib unix.cma pcre.cma -o ircbot \ > calc_parser.cmo calc_lexer.cmo ircmsg.cmo irclib.cmo > ircutils.cmo logger.cmo flusher.cmo ircusers.cmo factoids.cmo help.cmo > privmsg_callbacks.cmo callbacks.cmo irctester.cmo > Error while linking ircmsg.cmo: Reference to undefined global `Py_string' This is not surprising, because it obviously doesn't link against "py_string.cmo". You can specify this using the "LIBS" variable. Just add "py_string" and everything should be fine. Regards, Markus Mottl -- Markus Mottl markus@oefai.at Austrian Research Institute for Artificial Intelligence http://www.oefai.at/~markus ------------------- 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