summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-06-13 15:46:05 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-06-13 15:46:05 +0000
commit6a8924cbb4b9a7f4b5d79f55ab8154c99881ca38 (patch)
treee2e12bf0633e62704fd57cdfb82ed9ba4a67d546 /configure
parent529da445fcaa9679e5fff957b910b4b4f976b135 (diff)
downloadocaml-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-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 66d32b8dde..01dcbe18a3 100755
--- a/configure
+++ b/configure
@@ -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 ""