OCaml Admin

Installation


% umask 022
% ./configure -prefix /util/ocaml-3.12.0
% make world
% make bootstrap
% make opt
% make opt.opt
% sudo make install
% make clean
% cd emacs/
% sudo make EMACSDIR=/util/emacs/share/emacs/site-lisp install
% cd /util
% sudo rm ocaml
% sudo ln -s ocaml-3.12.0/ ocaml