caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Compiling with lacaml
@ 2004-02-03 12:56 Jan Kybic
  2004-02-03 17:00 ` Markus Mottl
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kybic @ 2004-02-03 12:56 UTC (permalink / raw)
  To: caml-list

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-02-03 18:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-03 12:56 [Caml-list] Compiling with lacaml Jan Kybic
2004-02-03 17:00 ` Markus Mottl
2004-02-03 17:50   ` Jan Kybic
2004-02-03 18:43     ` Markus Mottl

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).