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 JAA29254; Fri, 17 Oct 2003 09:23:32 +0200 (MET DST) 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 JAA27942 for ; Fri, 17 Oct 2003 09:23:31 +0200 (MET DST) Received: from flyingtuxman.baretta.com ([213.255.109.130]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h9H7NU115370 for ; Fri, 17 Oct 2003 09:23:30 +0200 (MET DST) Received: from baretta.com (flyingtuxman.baretta.com [127.0.0.1]) by flyingtuxman.baretta.com (8.12.8/8.12.8) with ESMTP id h9H7N0ZX001337 for ; Fri, 17 Oct 2003 09:23:01 +0200 Message-ID: <3F8F98D4.4020507@baretta.com> Date: Fri, 17 Oct 2003 09:23:00 +0200 From: Alex Baretta User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030617 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ocaml Subject: [Caml-list] Ocaml 3.07+2: Strange error message Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Loop: caml-list@inria.fr X-Spam: no; 0.00; baretta:01 baretta:01 3.07:01 threads:01 3.06.:01 plc:99 ocamlc:01 threads:01 model:01 model:01 ocaml:01 alex:01 alex:01 unbound:02 cma:03 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I tried recompiling some code depending on the threads library which worked just fine in 3.06. Here's what I get: [alex@flyingtuxman plc]$ ocamlc threads.cma -c concurrency_model.ml File "concurrency_model.ml", line 25, characters 19-36: Unbound value Event.new_channel But of course, Event.new_channel *IS* bound and it's definition is in the threads library. What's going on here? Alex ------------------- 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