From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=DNS_FROM_RFC_POST autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 45D3FBBAF for ; Tue, 6 Oct 2009 17:02:03 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkYDAD75ykqBaB4OgWdsb2JhbACPSosuAQEWJLgXhCoE X-IronPort-AV: E=Sophos;i="4.44,513,1249250400"; d="scan'208";a="34356616" Received: from mx-a.polytechnique.fr ([129.104.30.14]) by mail2-smtp-roc.national.inria.fr with ESMTP; 06 Oct 2009 17:01:45 +0200 Received: from argos.lix.polytechnique.fr (argos.lix.polytechnique.fr [129.104.11.2]) by mx-a.polytechnique.fr (tbp 5.3.2/2.0.7) with ESMTP id n96F1jrU004111; Tue, 6 Oct 2009 17:01:45 +0200 Received: from [192.168.112.181] (sphinx.lix.polytechnique.fr [129.104.11.1]) by argos.lix.polytechnique.fr (Postfix) with ESMTP id 3D1D0F59C8; Tue, 6 Oct 2009 17:01:45 +0200 (CEST) Message-ID: <4ACB5BD4.6090704@wanadoo.fr> Date: Tue, 06 Oct 2009 17:01:40 +0200 From: Chantal KELLER User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: Alan Schmitt Cc: caml-list@inria.fr Subject: Re: [Caml-list] Creating an lwt toplevel References: <25ec8ca60910060748v89d8b6ck28706826bb836876@mail.gmail.com> In-Reply-To: <25ec8ca60910060748v89d8b6ck28706826bb836876@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Spam: no; 0.00; toplevel:01 schmitt:01 ocamlfind:01 ocamlmktop:01 -package:01 ocamlmktop:01 ocaml:01 ocaml:01 ocamlfind:01 unbound:01 beginners:01 beginners:01 unix:01 caml-list:01 cma:01 Hello, Alan Schmitt a écrit : > $ ocamlfind ocamlmktop -o lwtcaml -package lwt unix.cma lwt.cma > $ ./lwtcaml > Objective Caml version 3.11.1 > > # open Lwt;; > Error: Unbound module Lwt I think the problem is that the place where lwt.cma is is not in the path of ./lwtcaml, even if you said so with ocamlmktop. I got the same problem a few days ago, there is a thread on the ocaml_beginners mailing list . I do not know how to translate it using ocamlfind. -- Chantal KELLER