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 KAA31008; Fri, 22 Mar 2002 10:49:15 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 KAA21098 for ; Fri, 22 Mar 2002 10:49:14 +0100 (MET) Received: from scan1.fhg.de (scan1.fhg.de [153.96.1.35]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g2M9nEv06219 for ; Fri, 22 Mar 2002 10:49:14 +0100 (MET) Received: from scan1.fhg.de (localhost [127.0.0.1]) by scan1.fhg.de (8.11.1/8.11.1) with ESMTP id g2M9nDN13287 for ; Fri, 22 Mar 2002 10:49:13 +0100 (MET) Received: from kso.ilt.fhg.de (eeltc2.llt.RWTH-Aachen.DE [137.226.44.2]) by scan1.fhg.de (8.11.1/8.11.1) with ESMTP id g2M9nC513280 for ; Fri, 22 Mar 2002 10:49:12 +0100 (MET) Received: from ilt.fhg.de (ilt.ilt.fhg.de [153.96.180.2]) by kso.ilt.fhg.de (8.11.1/8.11.1) with ESMTP id g2M9q2A01056 for ; Fri, 22 Mar 2002 10:52:02 +0100 (MET) Received: from eent359 (localhost [127.0.0.1]) by ilt.fhg.de (8.11.1/8.11.1) with ESMTP id g2M9nLl09098 for ; Fri, 22 Mar 2002 10:49:21 +0100 (MET) From: "Rolf Wester" To: caml-list@inria.fr Date: Fri, 22 Mar 2002 10:47:48 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: [Caml-list] custom toplevel with threads Message-ID: <3C9B0BD4.5940.25DC91@localhost> X-mailer: Pegasus Mail for Win32 (v3.12cDE) Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, I made a custom toplevel with: ocamlmktop -custom -thread -o ocaml_all.exe -I +labltk unix.cma nums.cma str.cma bigarray.cma labltk.cma -I +threads threads.cma When running this toplevel it starts normally but as soon as I hit the toplevel excits without any message. When I make the toplevel omitting threads.cma the toplevel works. I'm using the native Windows OCaml3.04 distribution. Did I do anything wrong? I would be appreciative for help. Thanks in advance Rolf Wester ------------------------------------- Rolf Wester rolf.wester@ilt.fraunhofer.de ------------------- 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