>
> 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: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org
|