From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id KAA25525; Thu, 26 Feb 2004 10:34:20 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id KAA17421 for ; Thu, 26 Feb 2004 10:34:19 +0100 (MET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i1Q9Xlae027505; Thu, 26 Feb 2004 10:33:47 +0100 Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id KAA23424; Thu, 26 Feb 2004 10:33:46 +0100 (MET) Date: Thu, 26 Feb 2004 10:33:46 +0100 From: Xavier Leroy To: Richard Jones Cc: caml-list@inria.fr Subject: Re: [Caml-list] Unknown code PTu 78 Message-ID: <20040226103346.A23689@pauillac.inria.fr> References: <20040224202929.GA22830@redhat.com> <1077756463.1347.2277.camel@hightea.home.i-a-e.co.uk> <20040226084012.GB16745@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20040226084012.GB16745@redhat.com>; from rich@annexia.org on Thu, Feb 26, 2004 at 08:40:12AM +0000 X-Miltered: at concorde by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 ptu:99 dynlink:01 usr:01 3.07:01 ptu:99 runtime:01 runtime:01 errno:01 errno:01 ocaml:01 ocaml:01 lib:01 module:03 string:03 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > 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