From a1beab1bfa1cbea069dc0b664125be3c1f8e91fc Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sat, 25 Nov 1995 15:36:28 +0000 Subject: [PATCH] MAJ git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@461 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 1a0466c24..bb55598e4 100644 --- a/INSTALL +++ b/INSTALL @@ -67,6 +67,8 @@ following commands (in the directory set to BINDIR in Makefile.config): cslmktop a tool to make toplevel systems that integrate user-defined C primitives and Caml code csldep output "make" dependencies for Caml sources + cslprof execution count profiler + cslcp the bytecode compiler in profiling mode From the top directory, become superuser and do "make install". Also do "make installopt" to install the native-code compiler, if you @@ -112,7 +114,7 @@ won't work if /bin/csh is called instead. You may have to unset the SHELL environment variable, or set it to /bin/sh. * gcc 2.6.0 has been reported to generate incorrect code for the -runtime system in -O mode. Upgrade to 2.6.3 or newer. +runtime system in -O mode. Upgrade to a newer version. * If you're using gcc on the I386 or Motorola 680x0, make sure to set the -fno-defer-pop option in $(BYTECCCOMPOPTS). Otherwise, there's a @@ -139,5 +141,3 @@ Fix: use gcc. gcc. If the compilation of byterun/interp.c causes syntax errors, insert #undef __GNUC__ at the very beginning of config/s.h - -