summaryrefslogtreecommitdiff
path: root/INSTALL.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.adoc')
-rw-r--r--INSTALL.adoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/INSTALL.adoc b/INSTALL.adoc
index ca275efeb5..03a00b6229 100644
--- a/INSTALL.adoc
+++ b/INSTALL.adoc
@@ -25,8 +25,8 @@
./configure
+
-This generates the three configuration files `Makefile`, `m.h` and `s.h`
-in the `config/` subdirectory.
+This generates the three configuration files `config/Makefile`,
+`byterun/caml/m.h` and `byterun/caml/s.h`.
+
The `configure` script accepts the following options:
+
@@ -313,8 +313,9 @@ In the latter case, the destination directory defaults to the
Read the "common problems" and "machine-specific hints" section at the end of
this file.
-Check the files `m.h` and `s.h` in `config/`. Wrong endianness or alignment
-constraints in `m.h` will immediately crash the bytecode interpreter.
+Check the files `m.h` and `s.h` in `byterun/caml/`.
+Wrong endianness or alignment constraints in `machine.h` will
+immediately crash the bytecode interpreter.
If you get a "segmentation violation" signal, check the limits on the stack size
and data segment size (type `limit` under csh or `ulimit -a` under bash). Make