Re: Including shared libraries

2016-06-29 Thread Roderich Schupp
On Wed, Jun 29, 2016 at 11:49 PM, Johan Vromans wrote: > pp executables are not as stand-alone as the ones from Cava and > PerlApp. > Care to elaborate? Cheers, Roderich

Re: Including shared libraries

2016-06-29 Thread Johan Vromans
On Wed, 29 Jun 2016 22:18:12 +0200 Roderich Schupp wrote: > Use pp --link=... But your have to figure out the list of additional > libraries by yourself. Yes, I can do that... I'm afraid we have different interpretations of 'stand-alone'. pp executables are not as stand-alone as the ones from

Re: Including shared libraries

2016-06-29 Thread Roderich Schupp
On Wed, Jun 29, 2016 at 7:27 PM, Johan Vromans 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 avoi

Including shared libraries

2016-06-29 Thread Johan Vromans
Hi, pp automatically includes libperl.so and the .so's for the XS modules. 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