Re: Including shared libraries

[email protected] (Roderich Schupp)
Newsgroups perl.par
Message-ID <CAC9r9zZfeb+PvvdoogKbmUzFz+nobFhf4eWM4jsG=ASU6ECKeA@mail.gmail.com>
On Wed, Jun 29, 2016 at 7:27 PM, Johan Vromans <[email protected]> wrote:

> Can it be made to include all necessary system libraries as well?
>
> For example, when I package a wxPerl program, the resultant executable
> requires compatible wxWidgets libraries to be present on the target system.
> I would like to avoid that.
>

Use pp --link=... But your have to figure out the list of additional
libraries by yourself.

To do that automatically, we would need a tool to figure out general
inter-library dependencies. A tool that would work on at least the major
OSes (Linux, Windows, OSX, *BSD). That only assumes a standard compiler etc
toolchain (basically what you need to build perl itself).

Cheers, Roderich
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.