From 94eced28937a05be0e5f03ce05e6f4a77da5b34b Mon Sep 17 00:00:00 2001 From: Sylvain Le Gall Date: Tue, 28 Oct 2003 23:38:23 +0000 Subject: [PATCH] Continuing Sylvain LE GALL --- chapter-liblocal.xml | 64 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 51 insertions(+), 13 deletions(-) diff --git a/chapter-liblocal.xml b/chapter-liblocal.xml index 0e7d4621..1efa9fcf 100644 --- a/chapter-liblocal.xml +++ b/chapter-liblocal.xml @@ -5,25 +5,63 @@
+ Path of localy installed component + + Warning : the + preceding any library + in of &ocamlc;, &ocamlopt; wont be expanded + to the local standard library path. You need to specify this + path entirely. + + You user this path to install local library and executable : bytecoded executable - /usr/local/bin - /usr/local/sbin + /usr/local/bin/ + /usr/local/sbin/ - + /usr/local/lib/ocaml/&ocaml-version;/ + + + native executable + /usr/local/bin/ + /usr/local/sbin/ + + + native library ( *.cmxa ) + + + shared library ( for C-binding ) ( dll*.so ) + /usr/local/lib/ocaml/&ocaml-version;/stublibs/ + + + static library ( for C-binding ) ( lib*.a ) + /usr/local/lib/ocaml/&ocaml-version;/ + + + bytecoded object ( *.cmo ) + /usr/local/lib/ocaml/&ocaml-version;/ + + + native object ( *.cmx ) + /usr/local/lib/ocaml/&ocaml-version;/ + + + configuration file for handling library ( META ) + /usr/local/lib/ocaml/&ocaml-version;/ and subdirectory + + /usr/local/lib/ocaml/&ocaml-version;/META + + + &ocamldoc; generated documentation ( *.odoc ) + /usr/local/share/ocamldoc-base + + + &camlp4; related files ( *.cm[ao] ) + /usr/local/lib/ocaml/&ocaml-version;/ and subdirectory + -- 2.30.2