Browse thread
[Caml-list] interactive use of Bigarray library module under Emacs
-
Attila Kondacs
- Xavier Leroy
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Xavier Leroy <Xavier.Leroy@i...> |
| Subject: | Re: [Caml-list] interactive use of Bigarray library module under Emacs |
> 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