<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE message PUBLIC
  "-//MLarc//DTD MLarc output files//EN"
  "../../mlarc.dtd"[
  <!ATTLIST message
    listname CDATA #REQUIRED
    title CDATA #REQUIRED
  >
]>

  <?xml-stylesheet href="../../mlarc.xsl" type="text/xsl"?>


<message 
  url="2003/07/e1912edad162e6ed5f99c25fd144116f"
  from="Xavier Leroy &lt;xavier.leroy@i...&gt;"
  author="Xavier Leroy"
  date="2003-07-07T12:23:26"
  subject="Re: [Caml-list] Where is __ctype_b defined?"
  prev="2003/07/a271f4688bedcc68d89571a4f7b2cc1f"
  next="2003/07/1eccca803cd78c2ed7f87d84c07cacd3"
  prev-in-thread="2003/07/ce2eb56d389991d2a9c2107a035618d4"
  prev-thread="2003/07/6d54ebe42cd1491a5c32cf6e278324db"
  next-thread="2003/07/a271f4688bedcc68d89571a4f7b2cc1f"
  root="../../"
  period="month"
  listname="caml-list"
  title="Archives of the Caml mailing list">

<thread subject="[Caml-list] Where is __ctype_b defined?">
<msg 
  url="2003/07/ce2eb56d389991d2a9c2107a035618d4"
  from="Tomek Grzejszczyk &lt;T.Grzejszczyk@e...&gt;"
  author="Tomek Grzejszczyk"
  date="2003-07-05T19:49:32"
  subject="[Caml-list] Where is __ctype_b defined?">
<msg 
  url="2003/07/e1912edad162e6ed5f99c25fd144116f"
  from="Xavier Leroy &lt;xavier.leroy@i...&gt;"
  author="Xavier Leroy"
  date="2003-07-07T12:23:26"
  subject="Re: [Caml-list] Where is __ctype_b defined?">
</msg>
</msg>
</thread>

<contents>
&gt; Maybe I've some mising files in my ocaml distribution or broken 
&gt; dependencies between my ocaml packets, but to check it I need to know 
&gt; 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

</contents>

</message>

