On Mon, Oct 21, 2002 at 10:02:39AM +0200, Stefano Zacchiroli wrote: > On Sat, Oct 19, 2002 at 07:29:29PM +0200, Sven Luther wrote: > > aurora:~$ ocamlopt str.cmxa stuff.ml > > /usr/lib/ocaml/libasmrun.a(str.o)(.text+0x1de): In function `is_printable': > > : undefined reference to `__ctype_b' > > collect2: ld returned 1 exit status > > Error during linking > > I've encountered the same problem right now while trying to build the > ocaml-soap library ... > Have you any idea on what is the problem and how to solve it? (obviously > rebuilding ocaml, but changing what?)
Mmm, maybe it is linked with the libc6 bug you mentioned. Let's wait for a fixed version, and then check if the problem doesn't get away. Anyway, like you suggested, we should not rebuild with the current libc6. Friendly, Sven Luther

