git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@461 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1995-11-25 15:36:28 +00:00
parent cf907cf24b
commit a1beab1bfa
1 changed files with 3 additions and 3 deletions

View File

@ -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