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 OAA00612; Mon, 7 Jul 2003 14:23:26 +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 OAA27391 for ; Mon, 7 Jul 2003 14:23:24 +0200 (MET DST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h67CNGf15316; Mon, 7 Jul 2003 14:23:16 +0200 (MET DST) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id OAA04366; Mon, 7 Jul 2003 14:23:15 +0200 (MET DST) Date: Mon, 7 Jul 2003 14:23:15 +0200 From: Xavier Leroy To: Tomek Grzejszczyk Cc: caml-list@inria.fr Subject: Re: [Caml-list] Where is __ctype_b defined? Message-ID: <20030707142315.A901@pauillac.inria.fr> References: <3F072CD3.7090507@elka.pw.edu.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3F072CD3.7090507@elka.pw.edu.pl>; from T.Grzejszczyk@elka.pw.edu.pl on Sat, Jul 05, 2003 at 09:53:55PM +0200 X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 dependencies:01 binaries:01 incompatible:01 libc:01 ocaml:01 recompile:01 ctype:01 library:03 compiled:05 probably:05 guess:06 maybe:06 distribution:07 defined:07 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > 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. Definitely not in OCaml; most probably in libc (the C library). My guess is that you're using OCaml binaries that were compiled against a given version of the C library, and using them with a different, incompatible C library. The solution is to recompile OCaml from sources. - Xavier Leroy ------------------- 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