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 QAA16037; Sat, 8 May 2004 16:53:16 +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 QAA14223 for ; Sat, 8 May 2004 16:53:15 +0200 (MET DST) Received: from smtp.web.de (smtp05.web.de [217.72.192.209]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i48ErFSH000416 for ; Sat, 8 May 2004 16:53:15 +0200 Received: from [130.83.217.161] (helo=[130.83.217.161]) by smtp.web.de with esmtp (WEB.DE 4.101 #91) id 1BMTCU-0000QD-00 for caml-list@inria.fr; Sat, 08 May 2004 16:53:14 +0200 Date: Sat, 08 May 2004 16:53:12 +0200 From: Henning Sudbrock To: caml-list@inria.fr Subject: [Caml-list] Problem using modules like "Str", "Graphics" under Windows Message-Id: <20040508164752.C306.HSUDBROCK@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.06.02 X-Miltered: at concorde with ID 409CF45B.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; 3.07:01 ocaml:01 command:98 modules:02 module:03 module:03 typing:03 undefined:04 str:05 str:05 problem:07 problem:07 split:09 split:09 kind:12 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hello, I am trying to use the module "Str" with ocaml 3.07+2. My problem is that when I enter a command like "Str.split;;" in the ocaml-toplevel, I get the answer "Reference to undefined global 'Str' ". Also when I try to open the module via "open Str;;" first, I get the same answer when typing "split;;" afterwards. I would be thankful for any help with this problem. With kind regards, Henning Sudbrock -- Henning Sudbrock ------------------- 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