In article <[EMAIL PROTECTED]>, Tom 
Pfau <[EMAIL PROTECTED]> writes:
>> But you should never reach this code in Dynaloader unless
>> you've defined
>> the logical PERL_DL_DEBUG.  Was PERL_DL_DEBUG set to debug some
>> other problem, perhaps?
>
> The problem is occuring during compilation so it isn't that it's trying to
> execute the code, just trying to compile it.  That code needs to be compiled
> whether I define PERL_DL_DEBUG or not.
>

It's in the "main line" module code that gets run when the module
is "use" selected (i.e., in a BEGIN context).  It was suggested that
you define PERL_DL_DEBUG; the error message looks like it is being
generated as a result of PERL_DL_DEBUG being defined, so try to make
sure PERL_DL_DEBUG is deassigned, and then try.

You certainly do get that particular error message because @INC is
empty (inside the Safe:: partition, the "real, true" @INC is still
around and consulted for 'use' stuff)
--
 Drexel University       \V                    --Chuck Lane
======]---------->--------*------------<-------[===========
     (215) 895-1545     _/ \  Particle Physics
FAX: (215) 895-5934     /\ /~~~~~~~~~~~        [EMAIL PROTECTED]

Reply via email to