[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Xavier Leroy <xavier.leroy@i...> |
| Subject: | Re: [Caml-list] Where is __ctype_b defined? |
> 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