From: Jeremy H. Brown Date: Tue, 26 Dec 2000 04:29:17 +0000 (-0500) Subject: Output the (apparent) version of gcc, as suggested by X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=61f705684fe8c4ce25e5f4e8c980b7f21944f5f8;p=p5sagit%2Fp5-mst-13.2.git Output the (apparent) version of gcc, as suggested by Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure Message-Id: (The patch as such didn't any more apply as the misparsing had already been addressed in #6474.) Also change the wording about gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did. p4raw-id: //depot/perl@8253 --- diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index 07b80ea..ce3a40c 100644 --- a/hints/dec_osf.sh +++ b/hints/dec_osf.sh @@ -70,12 +70,13 @@ case "`$cc -v 2>&1 | grep cc`" in if test "$1" -lt 2 -o \( "$1" -eq 2 -a \( "$2" -lt 95 -o \( "$2" -eq 95 -a "$3" -lt 2 \) \) \); then cat >&4 <