Dan Sugalski wrote:

> At 11:53 PM 3/2/00 -0500, Charles Bailey wrote:
> >I managed to fold in (I think) all of the new VMS-specific changes
> >through early this evening (including a fix for the dratted ACCVIO --
> >an incorrect initialization of PERL_INC_VERSION_LIST in
> >subconfigure.com), re-integratied the mainline changes, and put
> >up a new test kit here (named, imaginatively, vmsperl_pre56_3.tgz).
> >Please grab and test as much as possible to pick up any last-
> >minute bugs.
> 
> Alas, configure.com fails with:
> 
> %DCL-W-UNDSYM, undefined symbol - check validity and spelling
>   \USE_64BITINT\
> %DCL-W-UNDSYM, undefined symbol - check validity and spelling
>   \PERL_I64SIZE\
> %DCL-W-UNDSYM, undefined symbol - check validity and spelling
>   \PERL_U64SIZE\
> 
> I think it's ok anyway. I've patched the fix (it's one of the ones I sent 
> to Jarkko) and am giving it a run now.

Here was the tweak I just made tp vmsperl_pre56_3:

--- vms/subconfigure.com;1      Fri Mar  3 02:25:42 2000
+++ vms/subconfigure.com        Fri Mar  3 10:43:14 2000
@@ -3535,7 +3535,7 @@
 $ gosub type_size_check
 $ perl_u32size="''line'"
 $
-$ If use_64bitint
+$ If use64bitint
 $ Then
 $   type = "''perl_i64type'"
 $   size_name = "i64size"
End of Patch (that may already be in?)

Here was the result of trying to build a @configure "-des" build with
DEC C V6.0-001 on OpenVMS Alpha V7.1:

Link /NoTrace/NoMap/NoDebug/Trace/NoMap/NoFull/NoCross/Exe=SYS$DISK:[]MINIPERL.EXE 
miniperlmain.obj, libperl.olb/Library/Include=globals ,[]crtl.opt/Options
MCR Sys$Disk:[]miniperl.exe "-I[.lib]" [.VMS]Writemain.pl "DynaLoader Socket"
Fatal VMS error (status=114762) at DKB100:[VMSPERL]VMS.C;1, line 4653.
%RMS-E-DNF, directory not found
-NONAME-W-NOMSG, Message number 00000000
%MMS-F-ABORT, For target PERLMAIN.C, CLI returned abort status: %X0001C04A.
-RMS-E-DNF, directory not found

Ugh.

Peter Prymmer

Reply via email to