in reply to Re: Solaris problem or compile options
in thread Solaris problem or compile options
XS shared object files are never explicitly linked against libperl, simply because they are designed to be dynamically loaded by perl itself (via dlopen). And perl being perl it does have all the Perl symbols already (linking in libperl.a would effectively duplicate the code — so don't do that).
|
|---|