> 
>  looking at that trace, it really doesn't tell me much more 
> than we already have. Is there a place in Makefile.PL that I 
> can add strace where it will trace that
> 
> write(1, "PERL_DL_NONLAZY=0 /usr/bin/perl "..., 
> 68PERL_DL_NONLAZY=0 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
> ) = 68 
> 
> that appears to be the instantiation of perl test.pl?
> 

Try

PERL_DL_NONLAZY=0 strace /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl

Gerald


 
** Virus checked by BB-5000 Mailfilter ** 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to