Dmitriyk <[EMAIL PROTECTED]> writes:
>>Never used that myself...
>>I do 
>>
>>perl -Mblib test.pl
>>
>>But then I wrote original blib.pm so I am biased ;-)
>>
>>  
>>
>what is blib.pm? Im very beginner in C and XS, but life ([EMAIL PROTECTED]@[EMAIL 
>PROTECTED])...

blib.pm does something very similar to what ExtUtils::testlib says 
it does (and has a short name for use on command line).

>>Hmm, so something is finding the .so 
>>
>>Does 'nm' show the symbol there?
>>
>what is nm?

Part of GNU binutils package (which you get with linux)
shows you the nAmES (symbols) in an object file.

>
>>Which perl5.8.0 the real one from CPAN sources, or the one from your
>>Linux distribution (i.e. what does perl -V say).
>>
>>  
>>
>I use AspLinux9.0 with precompiled rpm perl5.8.0
>
>Thank You for answer!
>
>dmitriy aka vilfred

Reply via email to