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 SAA29536; Wed, 30 Jul 2003 18:24: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 SAA30515 for ; Wed, 30 Jul 2003 18:24: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.11.1) with ESMTP id h6UGOFf22908 for ; Wed, 30 Jul 2003 18:24:15 +0200 (MET DST) Received: from fichte.ai.univie.ac.at (markus@localhost [127.0.0.1]) by fichte.ai.univie.ac.at (8.12.3/8.12.3/Debian-6.4) with ESMTP id h6UGNxqF022389; Wed, 30 Jul 2003 18:23:59 +0200 Received: (from markus@localhost) by fichte.ai.univie.ac.at (8.12.3/8.12.3/Debian-6.4) id h6UGNw75022388; Wed, 30 Jul 2003 18:23:58 +0200 Date: Wed, 30 Jul 2003 18:23:58 +0200 From: Markus Mottl To: climb Cc: caml-list@inria.fr Subject: Re: [Caml-list] problem when install pcre-ocaml Message-ID: <20030730162358.GD19978@fichte.ai.univie.ac.at> Mail-Followup-To: climb , caml-list@inria.fr References: <200307301551.h6UFpOT21032@nez-perce.inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307301551.h6UFpOT21032@nez-perce.inria.fr> User-Agent: Mutt/1.4.1i X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 pcre-ocaml:01 libpcre:01 pcre:01 pcre-library:01 callbacks:01 ocaml:01 stubs:01 lib:01 binary:02 mottl:02 wrote:03 anybody:03 markus:04 snip:04 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Wed, 30 Jul 2003, climb wrote: > when i install the lates version of pcre-ocaml , i can not make examples. > here is the error code. > ../../lib/libpcre_stubs.a(pcre_stubs.o)(.text+0x1f5): In function `pcre_ocaml_init': > : undefined reference to `pcre_callout' [snip] > can anybody tell me what's wrong and how to solve it. You have obviously installed an old version of the required PCRE-library which does not yet provide callbacks. Its latest version (4.3 at the moment) can be found here: http://www.pcre.org There are most likely already new binary packages (RPM, DEB, etc.) around so you may want to get one of those. Regards, Markus Mottl -- Markus Mottl http://www.oefai.at/~markus markus@oefai.at ------------------- 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