Re: Two XS modules linked to one .a library.
[email protected] Wed, 1 Oct 2014 11:49:43 +1000
| Newsgroups | perl.xs |
|---|---|
| Message-ID | <D4DF0DE9B5FF4539BAF351245D3B8537@OwnerPC311012> |
From: Bill Moseley Sent: Wednesday, October 01, 2014 1:12 AM To: [email protected] Subject: Re: Two XS modules linked to one .a library. > Just to clarify I was meaning the symbols in the shared third-party .a > library. Afterthought: The 3rd party .a library is not really "shared". When you build a module against it, the .a library's functionality gets incorporated into the functionality of the module's .so file. After the build, you can rename the .a file or entirely remove it from the system, and the module will remain fully functional. Cheers, Rob