caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Maxence Guesdon <hobbestigrou@erakis.im>
To: Philippe Veber <philippe.veber@gmail.com>
Cc: caml users <caml-list@inria.fr>
Subject: Re: [Caml-list] Strange compilation error.
Date: Tue, 19 Jun 2012 17:10:43 +0200	[thread overview]
Message-ID: <4fe096731ef29_58a1f11b848894@nngetal-desktop.mail> (raw)

[-- Attachment #1: Type: text/plain, Size: 1312 bytes --]

On Tue, 19 Jun 2012 16:30:27 +0200
Philippe Veber <philippe.veber@gmail.com> wrote:

> Dear camlers,

Hello,

> I'm desperately stuck with the following issue: I fail to compile a program
> using a module, but have no problem using the module in question in the
> toplevel.
> 
> Here is how I use it in the toplevel
> 
> $ ocaml
>         Objective Caml version 3.12.1
> 
> # #directory
> "/home/pveber/usr/ocamlbrew/ocaml-3.12.1/lib/ocaml/site-lib/R";;
> # #load "/home/pveber/usr/ocamlbrew/ocaml-3.12.1/lib/ocaml/site-lib/R/
> R_math.cma";;
> # Rmath.pow;;
> - : float -> float -> float = <fun>
> 
> 
> Now with the following program:
> $ cat test.ml
> let x = Rmath.pow 2.
> 
> I try to compile with the options corresponding to the toplevel directives:
> 
> $ ocamlc -o rmath -I
> /home/pveber/usr/ocamlbrew/ocaml-3.12.1/lib/ocaml/site-lib/R
> /home/pveber/usr/ocamlbrew/ocaml-3.12.1/lib/ocaml/site-lib/R/R_math.cma
> test.ml
> File "test.ml", line 1, characters 8-17:
> Error: Unbound module Rmath

Do you have a R_math.cmi file in your ...site-lib/R directory ?

Regards,

Maxence

-- 
Caml-list mailing list.  Subscription management and archives:
https://sympa-roc.inria.fr/wws/info/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

             reply	other threads:[~2012-06-19 15:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-19 15:10 Maxence Guesdon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-19 14:30 Philippe Veber
2012-06-19 14:42 ` Maxence Guesdon
2012-06-19 14:47   ` Philippe Veber
2012-06-19 14:55     ` Maxence Guesdon
2012-06-19 16:28       ` Philippe Veber

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=4fe096731ef29_58a1f11b848894@nngetal-desktop.mail \
    --to=hobbestigrou@erakis.im \
    --cc=caml-list@inria.fr \
    --cc=philippe.veber@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).