* [Caml-list] interactive use of Bigarray library module under Emacs
@ 2001-08-25 20:00 Attila Kondacs
2001-08-27 15:14 ` Xavier Leroy
0 siblings, 1 reply; 2+ messages in thread
From: Attila Kondacs @ 2001-08-25 20:00 UTC (permalink / raw)
To: caml-list
Hi,
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?
Here are the details:
when I try to send an expression to the interpreter with
the following command:
Caml toplevel to run: ocaml bigarray.cma
I get the following error message:
File "/home/attila/usr/local//lib/ocaml/bigarray.cma",
line 1, characters
12-13:
Illegal character (\000)
thanks!
Attila Kondacs
-------------------
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Caml-list] interactive use of Bigarray library module under Emacs
2001-08-25 20:00 [Caml-list] interactive use of Bigarray library module under Emacs Attila Kondacs
@ 2001-08-27 15:14 ` Xavier Leroy
0 siblings, 0 replies; 2+ messages in thread
From: Xavier Leroy @ 2001-08-27 15:14 UTC (permalink / raw)
To: Attila Kondacs; +Cc: caml-list
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-08-27 15:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-25 20:00 [Caml-list] interactive use of Bigarray library module under Emacs Attila Kondacs
2001-08-27 15:14 ` Xavier Leroy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox