develooper Front page | perl.perl5.porters | Postings from July 2001

Re: PERL_DL_NONLAZY=1 and Cwd

Thread Previous | Thread Next
From:
Nick Ing-Simmons
Date:
July 2, 2001 10:40
Subject:
Re: PERL_DL_NONLAZY=1 and Cwd
Message ID:
20010702174053.506.4@dromedary.ni-s.u-net.com
<schwern@pobox.com> writes:
>On Sat, Jun 30, 2001 at 07:32:33PM +0000, Nick Ing-Simmons wrote:
>> PERL_DL_NONLAZY causes unresolved symbols in the .so file to be error 
>> a load time rather than when called. 
>> 
>> What does nm show on Cwd.so ? 
>
>XS_Cwd_abs_path is there.

Sure, what are the 'U' unresolved entries?
The issue is NOT what Cwd.so _defines_ but what it _needs_, unless latter
are satisfied it will not be loaded under DL_NONLAZY.


-- 
Nick Ing-Simmons
http://www.ni-s.u-net.com/


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About