diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1995-10-03 14:02:02 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1995-10-03 14:02:02 +0000 |
commit | 73ecded345d4bd64e50670351ce5fb254aae3f20 (patch) | |
tree | f84042c91d2d6c03584ccd2b2f620a7a428aa578 | |
parent | db7e46b25c70cbc553a17b1a6c8875c8cce3d704 (diff) |
Doc NextStep.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@307 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | INSTALL | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -135,7 +135,9 @@ unable to compile correctly the runtime system (wrong code is generated for (x - y) where x is a pointer and y an integer). Fix: use gcc. -* On some Next machines. cc pretends to be gcc but is not quite gcc. -If the compilation of byterun/interp.c causes syntax errors, insert -#undef __GNUC__ at the very beginning of byterun/misc.h. +* On some versions of NeXTStep, cc pretends to be gcc but is not quite +gcc. If the compilation of byterun/interp.c causes syntax errors, +insert #undef __GNUC__ at the very beginning of config/s.h + + |