At 10:36 PM +0000 12/31/00, Nick Ing-Simmons wrote:
>Craig A . Berry <[EMAIL PROTECTED]> writes:
> >Loading ../lib/Encode/ascii.enc at ../lib/Encode.pm line 381, <$fh> line 2.
>The message is left over debug - but has flagged the fact that
>Encode is not working as expected.
>The whole point of the complex makefile is to "compile" the encodings
>into .c files, copmpile the .c files and link them into Encode.so
>or equivalent. If this works then run-time loading of .enc files
>should not happen and you should not see the messages that are
>giving you problems. Does VMS do "static link" or dynamic link?
>- if static then presumably something needs tweaking to include "encode.lib"
>or whatever in the perl link.
Dynamic. I think the problem may result from the way I have chopped
up the "compile" step so that the C compiler only sees part of what
it should. I ended up with 4 versions of iso8859.c, all created
within a few seconds of each other and all different, but the C
compiler would only see the latest version; I think I'll have to
revisit my patch to make the effects of the compile cumulative when
that's what you want it to do (or is that possible?).
--
____________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]