Thread Probleme mit Strawberry perl und pp (10 answers)
Opened by BF68 at 2015-04-18 09:44

hlubenow
 2015-04-18 12:26
#180710 #180710
User since
2009-02-22
875 Artikel
BenutzerIn
[default_avatar]
Was sind das für dlls? Vielleicht in C geschriebene Perl-Module (werden die zu ddls?)?
Diese Optionen aus der man-Seite könnten helfen:
Quote
% pp -c hello # Check dependencies from "perl -c hello"
% pp -x hello # Check dependencies from "perl hello"

% pp -I /foo hello # Extra include paths
% pp -M Foo::Bar hello # Extra modules in the include path
% pp -M abbrev.pl hello # Extra libraries in the include path
% pp -X Foo::Bar hello # Exclude modules
% pp -a data.txt hello # Additional data files

Wenn ich mich nicht irre, sind die erzeugten exes zip-Dateien, die man also entpacken kann. Vielleicht könntest Du die dlls da hineinkopieren und wieder zusammenpacken. Wenn die andere Methode nicht geht.
Last edited: 2015-04-18 12:30:29 +0200 (CEST)

View full thread Probleme mit Strawberry perl und pp