caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Creating an lwt toplevel
@ 2009-10-06 14:48 Alan Schmitt
  2009-10-06 14:56 ` [Caml-list] " RABIH.EL-CHAAR
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alan Schmitt @ 2009-10-06 14:48 UTC (permalink / raw)
  To: caml-list

Hello,

I am trying to experiment with some code that uses lwt, and I would
like to do it in a toplevel. Unfortunately I seem to be missing a
step. Here is what I tried:

# #load "unix.cma";;
# #load "/Users/schmitta/godi/lib/ocaml/pkg-lib/lwt/lwt.cma";;
# open Lwt;;
Error: Unbound module Lwt

I then tried:

$ ocamlfind ocamlmktop -o lwtcaml -package lwt unix.cma lwt.cma
$ ./lwtcaml
        Objective Caml version 3.11.1

# open Lwt;;
Error: Unbound module Lwt

I feel like I'm missing something obvious, but cannot see what it is right now.

Thanks for any suggestion,

Alan


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-10-07  8:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-06 14:48 Creating an lwt toplevel Alan Schmitt
2009-10-06 14:56 ` [Caml-list] " RABIH.EL-CHAAR
2009-10-06 15:01 ` Chantal KELLER
2009-10-06 15:13   ` Alan Schmitt
2009-10-06 15:26 ` Jérémie Dimino
2009-10-07  8:25   ` Alan Schmitt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).