* [Caml-list] Unknown code PTu 78 [not found] ` <1077756463.1347.2277.camel@hightea.home.i-a-e.co.uk> @ 2004-02-26 8:40 ` Richard Jones 2004-02-26 9:33 ` Xavier Leroy 0 siblings, 1 reply; 2+ messages in thread From: Richard Jones @ 2004-02-26 8:40 UTC (permalink / raw) To: caml-list 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? Rich. -- Richard Jones. http://www.annexia.org/ http://www.j-london.com/ Merjis Ltd. http://www.merjis.com/ - improving website return on investment http://www.winwinsales.co.uk/ - CRM improvement consultancy ------------------- 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 ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Caml-list] Unknown code PTu 78 2004-02-26 8:40 ` [Caml-list] Unknown code PTu 78 Richard Jones @ 2004-02-26 9:33 ` Xavier Leroy 0 siblings, 0 replies; 2+ messages in thread From: Xavier Leroy @ 2004-02-26 9:33 UTC (permalink / raw) To: Richard Jones; +Cc: caml-list > 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 ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-02-26 9:34 UTC | newest] Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <E1Avj8g-0000vw-00@towada.merjis.com> [not found] ` <20040224202929.GA22830@redhat.com> [not found] ` <1077756463.1347.2277.camel@hightea.home.i-a-e.co.uk> 2004-02-26 8:40 ` [Caml-list] Unknown code PTu 78 Richard Jones 2004-02-26 9:33 ` Xavier Leroy
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox