From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id NAA09893 for caml-redistribution; Fri, 16 Oct 1998 13:35: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 FAA24449 for ; Fri, 16 Oct 1998 05:57:52 +0200 (MET DST) Received: from tweety.bhp.com.au (tweety.bhp.com.au [192.83.224.130]) by nez-perce.inria.fr (8.8.7/8.8.7) with ESMTP id FAA02768 for ; Fri, 16 Oct 1998 05:57:49 +0200 (MET DST) Received: from gossamer.itmel.bhp.com.au (mel01.bhp.com.au [192.83.224.17]) by tweety.bhp.com.au (8.8.4/8.8.4) with ESMTP id NAA21919 for ; Fri, 16 Oct 1998 13:57:38 +1000 (EST) Received: from merlin.resmel.bhp.com.au (merlin.resmel.bhp.com.au [134.18.234.21]) by gossamer.itmel.bhp.com.au (8.8.6/8.8.6) with ESMTP id NAA15503 for ; Fri, 16 Oct 1998 13:57:34 +1000 (EST) Received: from bilbo.resmel.bhp.com.au (bilbo.resmel.bhp.com.au [134.18.235.60]) by merlin.resmel.bhp.com.au (8.8.8/8.8.8) with SMTP id NAA17085 for ; Fri, 16 Oct 1998 13:57:32 +1000 (EST) Received: (from ajt@localhost) by bilbo.resmel.bhp.com.au (950413.SGI.8.6.12/8.6.11) id NAA09241; Fri, 16 Oct 1998 13:56:53 +1000 Sender: weis To: caml-list@inria.fr Subject: Toplevel customisation with NT Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Andrew Telford Date: 16 Oct 1998 13:56:52 +1000 Message-ID: X-Mailer: Gnus v5.6.24/XEmacs 21.0 - "Benadir" I can't work out how to create a custom toplevel with both Unix and Threads under NT. (I did manage to get the Unix module added to a toplevel by following the instructions in the manual.) Does anyone have the correct incantation? Is it possible to have these two modules included under NT? Why aren't they available in the default ocaml.exe? Cheers, Andrew P.S. Here is what happened.. E:\bin\ocaml\bin>ocamlmktop -thread -custom -o ocamlall.exe unix.cma\ threads.cma %CAMLLIB%/libunix.lib %CAMLLIB%/libthreads.lib wsock32.lib camlprim0.c E:\bin\ocaml\bin>ocamlall Fatal error: uncaught exception Sys_error("Invalid argument")