diff options
| author | letouzey | 2012-08-23 12:52:39 +0000 |
|---|---|---|
| committer | letouzey | 2012-08-23 12:52:39 +0000 |
| commit | 8feaf6a1c648f78e987a9e1483816f3a5e05a179 (patch) | |
| tree | 62b7016ed4325d5b077bd5461f138fcb69e1b418 | |
| parent | eeb40218fe45539df561466095dfcf68af1d168a (diff) | |
configure: no more need for ocamlmktop
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15747 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | INSTALL | 6 | ||||
| -rwxr-xr-x | configure | 3 |
2 files changed, 3 insertions, 6 deletions
@@ -88,9 +88,9 @@ INSTALLATION PROCEDURE IN DETAILS (NORMAL USERS). ================================================= 1- Check that you have the Objective Caml compiler version 3.11.2 (or later) - installed on your computer and that "ocamlmktop" and "ocamlc" (or - its native code version "ocamlc.opt") lie in a directory which is present - in your $PATH environment variable. + installed on your computer and that "ocamlc" (or its native code version + "ocamlc.opt") lie in a directory which is present in your $PATH environment + variable. To get Coq in native-code, (it runs 4 to 10 times faster than bytecode, but it takes more time to get compiled and the binary is @@ -105,7 +105,6 @@ ocamldepexec=ocamldep ocamldocexec=ocamldoc ocamllexexec=ocamllex ocamlyaccexec=ocamlyacc -ocamlmktopexec=ocamlmktop camlp4oexec=camlp4o default_typerex_wrapper="ocp-wrapper -save-types" @@ -413,7 +412,6 @@ case $camldir_spec in ocamldocexec=$CAMLBIN/ocamldoc ocamllexexec=$CAMLBIN/ocamllex ocamlyaccexec=$CAMLBIN/ocamlyacc - ocamlmktopexec=$CAMLBIN/ocamlmktop ocamlmklibexec=$CAMLBIN/ocamlmklib camlp4oexec=$CAMLBIN/camlp4o esac @@ -1191,7 +1189,6 @@ OCAMLYACC="$ocamlyaccexec" # Caml link command and Caml make top command CAMLLINK="$bytecamlc" CAMLOPTLINK="$nativecamlc" -CAMLMKTOP="$ocamlmktopexec" # Caml flags CAMLFLAGS=-rectypes $coq_annotate_flag |
