At 1:16 PM -0600 5/27/05, Doug Woronuk wrote:
>Craig;
>
>I went to the [.PERLBUILD584.SOURCE] directory and did this:
>
>ITN2>search config.sh socksizetype,ccname
>
>ccname='VAX'
>
>socksizetype='undef'
>
>ITN2>
>
>VAX?  Kinda funny, since I'm on an Itanium.

For historical reasons, configure.com assumes you are running the
long-defunct VAX C unless if finds evidence to the contrary.  I think
the immediate issue probably results from the rebranding of the compiler to HP
C from Compaq C, which has not yet happened on Alpha and VAX (no new
compiler released yet), but has happened on Itanium.  Try the
following patch to configure.com. If you don't have GNU patch, just
edit it to replace the "hp" with "HP".

--- configure.com;-0    Fri May 20 03:23:14 2005
+++ configure.com       Fri May 27 16:28:37 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",line).NE.F$LENGTH(line))
 $   THEN
 $     vms_cc_dflt = "/decc"
 $     vms_cc_available = vms_cc_available + "cc/decc "

-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to