On Wed, 29 Jun 2016 22:18:12 +0200 Roderich Schupp <roderich.sch...@gmail.com> 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 Cava and PerlApp. > 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). On *ix ldd can do that. No doubt Windows has something similar. -- Johan