[
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: | 2004-02-26 (09:34) |
From: | Xavier Leroy <xavier.leroy@i...> |
Subject: | Re: [Caml-list] Unknown code PTu 78 |
> My colleague is getting the following error, when loading a module > into a program using Dynlink. I've never seen anything like it: > > > Sys_error("/usr/lib/ocaml/3.07/ocamlgd/gd.cma: Unknown code PTu 78") > > Ideas? It's really the C runtime library talking through the OCaml runtime. The error string after the ":" is what strerror(errno) returned after a failed system call. Perhaps "man strerror" or "man errno" can give more explanations. - 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