> [.ext.socket]socket.obj, []perlshr_bld.opt/Option, perlshr_attr.opt/Option
> %LINK-W-NUDFSYMS, 1 undefined symbol:
> %LINK-I-UDFSYM,         S_SYYLEX
> %LINK-W-USEUNDEFSYMV, undefined symbol S_SYYLEX referenced
>         in symbol vector option
> %MMS-F-ABORT, For target PERLSHR.EXE, CLI returned abort status:
> %X10648268.
> 
> Was something unusual done with any /s_syylex/i symbols recently?

Well, yes, S_yylex was *added*.  It didn't exist before.  Ignasi Roca
suggested the concept and I tried to implement it: the symbol was introduced
to split S_yylex() into a static (S_syylex) and "dynamic" part (S_yylex)
parts to allow re-entrant parsing.  Maybe I forgot something VMS-specific
that has to be done when symbols are added?

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to