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

Reply via email to