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 RAA24192; Wed, 30 Jul 2003 17:51:29 +0200 (MET DST) 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 RAA24215 for ; Wed, 30 Jul 2003 17:51:28 +0200 (MET DST) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from sina.com (sina187-158.sina.com.cn [202.106.187.158] (may be forged)) by nez-perce.inria.fr (8.11.1/8.11.1) with SMTP id h6UFpOT21032 for ; Wed, 30 Jul 2003 17:51:25 +0200 (MET DST) Date: Wed, 30 Jul 2003 17:51:25 +0200 (MET DST) Message-Id: <200307301551.h6UFpOT21032@nez-perce.inria.fr> Received: (qmail 27692 invoked from network); 30 Jul 2003 15:51:18 -0000 Received: from unknown (HELO PDeskTop) (220.163.21.143) by 202.106.187.158 with SMTP; 30 Jul 2003 15:51:18 -0000 From: climb To: caml-list@inria.fr Subject: [Caml-list] problem when install pcre-ocaml Organization: kiz X-Mailer: Sylpheed version 0.9.3 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: caml-list@inria.fr X-Spam: no; 0.00; onlyclimb:01 pcre-ocaml:01 libpcre:01 pcre:01 xbe:99 int':01 runtime:01 subst:01 ocaml:01 caml:01 stubs:01 lib:01 config:02 anybody:03 undefined:04 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Dear caml list 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' ../../lib/libpcre_stubs.a(pcre_stubs.o)(.text+0xba5): In function `pcre_get_stringnumber_wrapper': : undefined reference to `pcre_get_stringnumber' ../../lib/libpcre_stubs.a(pcre_stubs.o)(.text+0xbe7): In function `pcre_config_int': : undefined reference to `pcre_config' collect2: ld returned 1 exit status Error while building custom runtime system make[2]: *** [subst] Error 2 can anybody tell me what's wrong and how to solve it. Thanks ------------------- 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