Doc NextStep.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@307 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1995-10-03 14:02:02 +00:00
parent db7e46b25c
commit 73ecded345
1 changed files with 5 additions and 3 deletions

View File

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