From: "Sylvain LE GALL" <sylvain.le-gall@polytechnique.org>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Problem using modules like "Str", "Graphics" under Windows
Date: Sat, 8 May 2004 17:16:28 +0200 [thread overview]
Message-ID: <20040508151628.GB2048@grand> (raw)
In-Reply-To: <20040508164752.C306.HSUDBROCK@web.de>
On Sat, May 08, 2004 at 04:53:12PM +0200, Henning Sudbrock wrote:
> 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
>
Hello,
What about :
For interactive use of the str library, do:
ocamlmktop -o mytop str.cma
./mytop
or (if dynamic linking of C libraries is supported on
your platform), start ocaml and type #load "str.cma";;.
Kind regard
Sylvain Le Gall
-------------------
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
prev parent reply other threads:[~2004-05-08 15:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-08 14:53 Henning Sudbrock
2004-05-08 15:07 ` Richard Jones
2004-05-08 15:16 ` Sylvain LE GALL [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040508151628.GB2048@grand \
--to=sylvain.le-gall@polytechnique.org \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox