John,
Thanks for all your good work on this. I've sprinkled in a few
comments below, but it shouldn't be too tough to get this work
incorporated into the authoritative sources, though I can't make any
promises about when that will happen.
At 6:43 PM -0400 7/11/05, John Malmberg wrote:
>This configure.com tests to see if hard links are enabled on the build disk,
>and if so enables hard link support in the build.
>@@ -1480,7 +1506,7 @@
> $ IF F$TYPE(archlib).EQS."" THEN -
> archlib="''vms_prefix':[lib.''archname'.''version']"
> $ IF F$TYPE(bin) .EQS. "" THEN -
>- bin="/''vms_prefix'/000000"
>+ bin="/''vms_prefix'"
> $ IF F$TYPE(privlib) .EQS. "" THEN -
> privlib ="''vms_prefix':[lib]"
> $ IF F$TYPE(sitearch) .EQS. "" THEN -
I think this needs to be the unixy equivalent of perl_root:[000000].
So are you saying that when we translate /perl_root to VMS syntax,
that's what we'll now get?
>@@ -1595,7 +1621,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))
Same or similar patch is already in.
>+$ rp = "Try to understand large files, if available? [''bool_dflt'] "
Large file support is already in, so for this to be applied, we will
have to sort out what's new.
>+$ IF (tmp .GES. "8.2") .AND. (f$getsyi("HW_MODEL") .GE. 1024)
Last time I checked, Itanium systems return zero for
f$getsyi("HW_MODEL"). The archname symbol should already have one of
VMS_VAX, VMS_AXP, or VMS_IA64, and the vms_ver symbol should already
have the VMS version.
>
--
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]
"... getting out of a sonnet is much more
difficult than getting in."
Brad Leithauser