diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1997-06-13 15:46:05 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1997-06-13 15:46:05 +0000 |
commit | 6a8924cbb4b9a7f4b5d79f55ab8154c99881ca38 (patch) | |
tree | e2e12bf0633e62704fd57cdfb82ed9ba4a67d546 /configure | |
parent | 529da445fcaa9679e5fff957b910b4b4f976b135 (diff) | |
download | ocaml-6a8924cbb4b9a7f4b5d79f55ab8154c99881ca38.tar.gz |
Revu description probleme 2.7.2.1
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1592 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -91,9 +91,9 @@ case "$cc" in echo "" echo "WARNING: you are using gcc version 2.7.2.1." echo "This version of gcc is known to generate incorrect code" - echo "for the Objective Caml runtime system, at least on Intel x86" - echo "machines. (The symptom is a crash of boot/ocamlc when compiling" - echo "stdlib/pervasives.mli.)" + echo "for the Objective Caml runtime system, at least on some" + echo "Intel x86 machines. (The symptom is a crash of boot/ocamlc when" + echo "compiling stdlib/pervasives.mli.)" echo "You are strongly advised to use another version of gcc, such as" echo "2.7.2 or 2.7.2.2, which are known to work well with Objective Caml." echo "" |