From 40fcbb5f0a70171193891c863a325f31291f16f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hinderer?= Date: Tue, 28 Mar 2017 17:04:35 +0200 Subject: Move configuration header files from the config to the byterun/caml directory This commit moves: - config/m.h to byterun/caml/m.h - config/s.h to byterun/caml/s.h Consequently, m.h and s.h now get installed alongside other OCaml header files. This commit also updates the .depend files, introducing updates in the dependencies which are not consequences of this commit itself. --- INSTALL.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'INSTALL.adoc') 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 -- cgit v1.2.1