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 VAA21269; Sat, 5 Jul 2003 21:49:32 +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 VAA24517 for ; Sat, 5 Jul 2003 21:49:31 +0200 (MET DST) Received: from mion.elka.pw.edu.pl (mion.elka.pw.edu.pl [194.29.160.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h65JnUf29822 for ; Sat, 5 Jul 2003 21:49:30 +0200 (MET DST) Received: from 182-bem-2.acn.waw.pl ([62.121.81.182]:1107 "EHLO elka.pw.edu.pl") by mion.elka.pw.edu.pl with ESMTP id ; Sat, 5 Jul 2003 21:49:26 +0200 Message-ID: <3F072CD3.7090507@elka.pw.edu.pl> Date: Sat, 05 Jul 2003 21:53:55 +0200 From: Tomek Grzejszczyk User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.0.0) Gecko/20020829 X-Accept-Language: pl, en-us MIME-Version: 1.0 To: caml-list@inria.fr Subject: [Caml-list] Where is __ctype_b defined? Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 mion X-Loop: caml-list@inria.fr X-Spam: no; 0.00; tomek:01 mldonkey:01 ocamlopt:01 -inline:01 -linkall:01 cdk:01 cmx:01 usr:01 regex:01 1288:99 dependencies:01 cmxa:01 ocaml:01 ctype:01 lib:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, I'am trying to compile mldonkey, but the compilation fails during linking with the following message: ocamlopt.opt -inline 10 -linkall -o mlnet unix.cmxa str.cmxa -cclib -lz -ccopt "-pthread" -I build build/cdk.cmxa build/common.cmxa build/client.cmxa build/core.cmxa build/driver.cmxa src/daemon/common/commonMain.cmx /usr/lib/ocaml/libstr.a(regex.o)(.text+0x1288): In function `regex_compile': : undefined reference to `__ctype_b' Maybe I've some mising files in my ocaml distribution or broken dependencies between my ocaml packets, but to check it I need to know where is __ctype_b symbol defined. Thanks for help, Tomek Grzejszczyk ------------------- 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