It appears that someone recently added symbols for:

 4405   $ d_stdio_ptr_lval_sets_cnt="undef"
 4406   $ d_stdio_ptr_lval_nochange_cnt="undef"

but in comparing the configure.com in kit perl@7415 with that in perl@7446
it also appears the somehow the d_stdio_cnt_lval in the DEC C branch
of things has gone missing.  The following patch restores d_stdio_cnt_lval
but I note that even with it the build fails in the link of miniperl with:

 Link /NoTrace/NoMap/Trace/Exe=MINIPERL.EXE
 miniperlmain.obj,libperl.olb/Library/
 Include=globals  ,[]crtl.opt/Options
 %LINK-W-NUDFSYMS, 1 undefined symbol:
 %LINK-I-UDFSYM,         UTF8_TO_UV_CHK
 %LINK-W-USEUNDEF, undefined symbol UTF8_TO_UV_CHK referenced
        in psect $LINK$ offset %X000002D0
        in module REGEXEC file DKB100:[PERL]LIBPERL.OLB;1
 %MMS-F-ABORT, For target MINIPERL.EXE, CLI returned abort status: %X10648268.

my expectation is that Change 7447 by jhi will help with this latter
problem but I have not yet had a chance to try that one.

So anyway here you go:

--- configure.com.orig  Tue Oct 24 11:24:10 2000
+++ configure.com       Wed Oct 25 18:11:10 2000
@@ -4373,6 +4373,7 @@
 $   d_mbtowc="define"
 $   d_stdiobase="define"
 $   d_stdio_cnt_lval="define"
+$   d_stdio_ptr_lval="define"
 $   d_stdstdio="define"
 $   d_wcstombs="define"
 $   d_mblen="define"
End of Patch.


Peter Prymmer



Reply via email to