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 NAA05798; Mon, 23 Apr 2001 13:57:31 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id NAA05941 for caml-list@pauillac.inria.fr; Mon, 23 Apr 2001 13:57:31 +0200 (MET DST) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id WAA24742 for ; Thu, 19 Apr 2001 22:33:05 +0200 (MET DST) Received: from cs.clemson.edu (citron.cs.clemson.edu [130.127.48.6]) by nez-perce.inria.fr (8.11.1/8.10.0) with ESMTP id f3JKX4L13637 for ; Thu, 19 Apr 2001 22:33:04 +0200 (MET DST) Received: from merlin.cs.clemson.edu (merlin [130.127.48.80]) by cs.clemson.edu (8.9.3/8.9.3) with ESMTP id QAA29760 for ; Thu, 19 Apr 2001 16:33:04 -0400 (EDT) Received: (from steve@localhost) by merlin.cs.clemson.edu (8.9.3/8.9.3) id QAA06022; Thu, 19 Apr 2001 16:33:03 -0400 (EDT) From: Steve Stevenson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15071.19327.151495.618688@merlin.cs.clemson.edu> Date: Thu, 19 Apr 2001 16:33:03 -0400 (EDT) To: caml-list@inria.fr Subject: [Caml-list] Help using unix library? X-Mailer: VM 6.72 under 21.1 (patch 11) "Carlsbad Caverns" XEmacs Lucid Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Good afternoon: I have references to the unix library using ocaml 3.01. The make file has ebv0: $(BASICOBJECTS) ocamlc -g -o ebv0 unix.cma $(BASICOBJECTS) cp ebv0 Test/ebv0 where BASICOBJECTS are all ocaml .cmo files. The complaint is Fatal error: this bytecode file cannot run on this bytecode interpreter Mismatch on primitive `unix_dup' Does this sound like an installation problem or a mistake in my coding? I'm not using dup. Best regards, steve ------------------- To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr