[
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: | Jan Kybic <kybic@f...> |
| Subject: | [Caml-list] Compiling with lacaml |
Hello,
this is just my little observation in order to make the
installation of the lacaml library easier. I have downloaded
lacaml-2.2.0.tar.bz2 to my Linux machine, made './configure', 'make'
and 'make install'. To compile my own code, I use OCamlMakefile
where I have added:
INCDIRS = +site-lib/lacaml
LIBDIRS = +site-lib/lacaml
LIBS= str bigarray lacaml
Yet, compiling (via 'make nc') did not work - the compiler repeatedly
tried to recompile lapack.ml, which it could not because the library
directory is owned by root and read-only. So, I manually copied
the *.cmo, *.cmi, and *.cmx to it and now it works fine.
Keep up the good work,
Jan
--
-------------------------------------------------------------------------
Jan Kybic <kybic@ieee.org> tel. +420 2 2435 7264
or <kybic@fel.cvut.cz>, http://cmp.felk.cvut.cz/~kybic
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners