The compiler formerly known as Compaq C (and even more formerly known as
DEC C) has been rebranded to HP C. In #21933 I guessed that it would be
hp C, (lower case), but the new version currently in field test has it
as HP C. If we don't recognize the compiler correctly, all sorts of
other bad things happen and the build fails. If you've had trouble
building on the Itanium testdrive machine lately, this is probably the
reason. It would be nice if this could make it into 5.8.7.

--- configure.com;-0    Fri May 20 03:23:14 2005
+++ configure.com       Sat May 28 20:25:44 2005
@@ -1609,7 +1609,7 @@
 $   ENDIF
 $ ELSE
 $   IF 
(F$LOCATE("DEC",line).NE.F$LENGTH(line)).or.(F$LOCATE("Compaq",line).NE.F$LENGTH(line))
 -
-    .or.(F$LOCATE("hp",line).NE.F$LENGTH(line))
+    .or.(F$LOCATE("HP",F$EDIT(line,"UPCASE")).NE.F$LENGTH(line))
 $   THEN 
 $     vms_cc_dflt = "/decc"
 $     vms_cc_available = vms_cc_available + "cc/decc "

Reply via email to