caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Xavier Leroy <Xavier.Leroy@inria.fr>
To: Attila Kondacs <attila@zurich.ai.mit.edu>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] interactive use of Bigarray library module under Emacs
Date: Mon, 27 Aug 2001 17:14:54 +0200	[thread overview]
Message-ID: <20010827171454.B13457@pauillac.inria.fr> (raw)
In-Reply-To: <Pine.LNX.4.21.0108251538170.9336-100000@neuchatel.ai.mit.edu>; from attila@zurich.ai.mit.edu on Sat, Aug 25, 2001 at 04:00:48PM -0400

> I am trying to use the Bigarray library module in the interactive
> system as a subrocess of Emacs (in the latest version of 
> Gnu Debian), and cannot get it to work. Any ideas about
> what may go wrong?

As explained in the OCaml manual:

    For interactive use of the bigarray library, do:

    ocamlmktop -o mytop bigarray.cma
    ./mytop

In other terms, build the "mytop" special toplevel using ocamlmktop,
then run it under Emacs instead of ocaml.

- Xavier Leroy
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


      reply	other threads:[~2001-08-27 15:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-25 20:00 Attila Kondacs
2001-08-27 15:14 ` Xavier Leroy [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=20010827171454.B13457@pauillac.inria.fr \
    --to=xavier.leroy@inria.fr \
    --cc=attila@zurich.ai.mit.edu \
    --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;
as well as URLs for NNTP newsgroup(s).