On Fri, Dec 12, 2014 at 11:18 PM, Juan José 'Peco' San Martín <
[email protected]> wrote:

> I'm looping on the points 1 to 4 without luck, yet. All the DLL of the
> world appear to be linked :-P



Don't dispair, FYI here's a list of Perl modules with "glue" DLLs that are
linked against external DLLs.
This was culled from Strawberry 5.20, In addition, modules Tk,
Alien::wxWidgets and Wx were installed.
Note that I suppressed

   - Windows system DLLs, e.g. KERNEL32.dll, because you obviously don't
   need to pack them
   - DLLs that perl.exe itself recursively depends on, e.g libgcc*.dll and
   libstdc++*.dll, which PAR::Packer takes care of automatically

How to read this list: if your script uses XML::LibXML, find the
corresponding entry:

XML::LibXML (E:/Strawberry/perl/vendor/lib/auto/XML/LibXML/LibXML.xs.dll)
        libxml2-2_.dll
        libiconv-2_.dll
        liblzma-5_.dll
        zlib1_.dll

This tells you that you need to add

-l libxml2-2_.dll -l libiconv-2_.dll -l liblzma-5_.dll -l zlib1_.dll

to the pp command line.

Cheers, Roderich
BerkeleyDB (E:/Strawberry/perl/vendor/lib/auto/BerkeleyDB/BerkeleyDB.xs.dll)
        libdb-6.1_.dll
Compress::Raw::Lzma 
(E:/Strawberry/perl/vendor/lib/auto/Compress/Raw/Lzma/Lzma.xs.dll)
        liblzma-5_.dll
Crypt::OpenSSL::AES 
(E:/Strawberry/perl/vendor/lib/auto/Crypt/OpenSSL/AES/AES.xs.dll)
        zlib1_.dll
        LIBEAY32_.dll
Crypt::OpenSSL::Bignum 
(E:/Strawberry/perl/vendor/lib/auto/Crypt/OpenSSL/Bignum/Bignum.xs.dll)
        LIBEAY32_.dll
        zlib1_.dll
Crypt::OpenSSL::DSA 
(E:/Strawberry/perl/vendor/lib/auto/Crypt/OpenSSL/DSA/DSA.xs.dll)
        zlib1_.dll
        LIBEAY32_.dll
Crypt::OpenSSL::RSA 
(E:/Strawberry/perl/vendor/lib/auto/Crypt/OpenSSL/RSA/RSA.xs.dll)
        zlib1_.dll
        LIBEAY32_.dll
Crypt::OpenSSL::Random 
(E:/Strawberry/perl/vendor/lib/auto/Crypt/OpenSSL/Random/Random.xs.dll)
        zlib1_.dll
        LIBEAY32_.dll
Crypt::OpenSSL::X509 
(E:/Strawberry/perl/vendor/lib/auto/Crypt/OpenSSL/X509/X509.xs.dll)
        LIBEAY32_.dll
        zlib1_.dll
Crypt::SSLeay (E:/Strawberry/perl/vendor/lib/auto/Crypt/SSLeay/SSLeay.xs.dll)
        SSLEAY32_.dll
        LIBEAY32_.dll
        zlib1_.dll
DBD::Oracle (E:/Strawberry/perl/vendor/lib/auto/DBD/Oracle/Oracle.xs.dll)
        OCI.dll
DBD::Pg (E:/Strawberry/perl/vendor/lib/auto/DBD/Pg/Pg.xs.dll)
        LIBEAY32_.dll
        zlib1_.dll
        SSLEAY32_.dll
        libpq_.dll
DBD::mysql (E:/Strawberry/perl/vendor/lib/auto/DBD/mysql/mysql.xs.dll)
        libmysql_.dll
DB_File (E:/Strawberry/perl/vendor/lib/auto/DB_File/DB_File.xs.dll)
        libdb-6.1_.dll
Devel::Declare (E:/Strawberry/perl/vendor/lib/auto/Devel/Declare/Declare.xs.dll)
        Check.xs.dll
FFI::Raw (E:/Strawberry/perl/vendor/lib/auto/FFI/Raw/Raw.xs.dll)
        libffi-6_.dll
GD (E:/Strawberry/perl/vendor/lib/auto/GD/GD.xs.dll)
        libXpm_.dll
        libfreetype-6_.dll
        libgd-3_.dll
        libpng16-16_.dll
        libtiff-5_.dll
        libjpeg-9_.dll
        libiconv-2_.dll
        liblzma-5_.dll
        zlib1_.dll
        libbz2-1_.dll
GDBM_File (E:/Strawberry/perl/lib/auto/GDBM_File/GDBM_File.xs.dll)
        libgdbm-4_.dll
Imager::File::GIF 
(E:/Strawberry/perl/vendor/lib/auto/Imager/File/GIF/GIF.xs.dll)
        libgif-6_.dll
Imager::File::JPEG 
(E:/Strawberry/perl/vendor/lib/auto/Imager/File/JPEG/JPEG.xs.dll)
        libjpeg-9_.dll
Imager::File::PNG 
(E:/Strawberry/perl/vendor/lib/auto/Imager/File/PNG/PNG.xs.dll)
        zlib1_.dll
        libpng16-16_.dll
Imager::File::TIFF 
(E:/Strawberry/perl/vendor/lib/auto/Imager/File/TIFF/TIFF.xs.dll)
        libtiff-5_.dll
        libjpeg-9_.dll
        liblzma-5_.dll
        zlib1_.dll
Imager::Font::FT2 
(E:/Strawberry/perl/vendor/lib/auto/Imager/Font/FT2/FT2.xs.dll)
        libbz2-1_.dll
        zlib1_.dll
        libfreetype-6_.dll
        libpng16-16_.dll
Imager::Font::T1 (E:/Strawberry/perl/vendor/lib/auto/Imager/Font/T1/T1.xs.dll)
        libt1-5_.dll
NDBM_File (E:/Strawberry/perl/lib/auto/NDBM_File/NDBM_File.xs.dll)
        libgdbm-4_.dll
        libgdbm_compat-4_.dll
Net::SSH2 (E:/Strawberry/perl/vendor/lib/auto/Net/SSH2/SSH2.xs.dll)
        libssh2-1_.dll
        LIBEAY32_.dll
        zlib1_.dll
Net::SSLeay (E:/Strawberry/perl/vendor/lib/auto/Net/SSLeay/SSLeay.xs.dll)
        SSLEAY32_.dll
        LIBEAY32_.dll
        zlib1_.dll
ODBM_File (E:/Strawberry/perl/lib/auto/ODBM_File/ODBM_File.xs.dll)
        libgdbm-4_.dll
        libgdbm_compat-4_.dll
OpenGL (E:/Strawberry/perl/vendor/lib/auto/OpenGL/OpenGL.xs.dll)
        libglut-0_.dll
Tk::JPEG (E:/Strawberry/perl/site/lib/auto/Tk/JPEG/JPEG.xs.dll)
        libjpeg-9_.dll
Tk::PNG (E:/Strawberry/perl/site/lib/auto/Tk/PNG/PNG.xs.dll)
        libpng16-16_.dll
        zlib1_.dll
Wx (E:/Strawberry/perl/site/lib/auto/Wx/Wx.xs.dll)
        wxbase28u_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
        wxmsw28u_adv_gcc_custom.dll
Wx::AUI (E:/Strawberry/perl/site/lib/auto/Wx/AUI/AUI.xs.dll)
        wxmsw28u_core_gcc_custom.dll
        wxbase28u_gcc_custom.dll
        wxmsw28u_aui_gcc_custom.dll
Wx::Calendar (E:/Strawberry/perl/site/lib/auto/Wx/Calendar/Calendar.xs.dll)
        wxbase28u_gcc_custom.dll
        wxmsw28u_adv_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
Wx::DND (E:/Strawberry/perl/site/lib/auto/Wx/DND/DND.xs.dll)
        wxmsw28u_core_gcc_custom.dll
        wxbase28u_gcc_custom.dll
Wx::DateTime (E:/Strawberry/perl/site/lib/auto/Wx/DateTime/DateTime.xs.dll)
        wxbase28u_gcc_custom.dll
Wx::DocView (E:/Strawberry/perl/site/lib/auto/Wx/DocView/DocView.xs.dll)
        wxbase28u_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
Wx::FS (E:/Strawberry/perl/site/lib/auto/Wx/FS/FS.xs.dll)
        wxbase28u_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
Wx::Grid (E:/Strawberry/perl/site/lib/auto/Wx/Grid/Grid.xs.dll)
        wxmsw28u_adv_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
        wxbase28u_gcc_custom.dll
Wx::Help (E:/Strawberry/perl/site/lib/auto/Wx/Help/Help.xs.dll)
        wxbase28u_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
Wx::Html (E:/Strawberry/perl/site/lib/auto/Wx/Html/Html.xs.dll)
        wxmsw28u_html_gcc_custom.dll
        wxbase28u_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
Wx::IPC (E:/Strawberry/perl/site/lib/auto/Wx/IPC/IPC.xs.dll)
        wxbase28u_gcc_custom.dll
Wx::MDI (E:/Strawberry/perl/site/lib/auto/Wx/MDI/MDI.xs.dll)
        wxmsw28u_core_gcc_custom.dll
        wxbase28u_gcc_custom.dll
Wx::Media (E:/Strawberry/perl/site/lib/auto/Wx/Media/Media.xs.dll)
        wxbase28u_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
        wxmsw28u_media_gcc_custom.dll
Wx::PerlTest (E:/Strawberry/perl/site/lib/auto/Wx/PerlTest/PerlTest.xs.dll)
        wxbase28u_gcc_custom.dll
Wx::Print (E:/Strawberry/perl/site/lib/auto/Wx/Print/Print.xs.dll)
        wxbase28u_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
Wx::RichText (E:/Strawberry/perl/site/lib/auto/Wx/RichText/RichText.xs.dll)
        wxmsw28u_adv_gcc_custom.dll
        wxmsw28u_richtext_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
        wxmsw28u_html_gcc_custom.dll
        wxbase28u_gcc_custom.dll
Wx::STC (E:/Strawberry/perl/site/lib/auto/Wx/STC/STC.xs.dll)
        wxbase28u_gcc_custom.dll
        wxmsw28u_stc_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
Wx::Socket (E:/Strawberry/perl/site/lib/auto/Wx/Socket/Socket.xs.dll)
        wxbase28u_net_gcc_custom.dll
        wxbase28u_gcc_custom.dll
Wx::XRC (E:/Strawberry/perl/site/lib/auto/Wx/XRC/XRC.xs.dll)
        wxmsw28u_core_gcc_custom.dll
        wxbase28u_gcc_custom.dll
        wxmsw28u_xrc_gcc_custom.dll
        wxbase28u_xml_gcc_custom.dll
XML::LibXML (E:/Strawberry/perl/vendor/lib/auto/XML/LibXML/LibXML.xs.dll)
        libxml2-2_.dll
        libiconv-2_.dll
        liblzma-5_.dll
        zlib1_.dll
XML::LibXSLT (E:/Strawberry/perl/vendor/lib/auto/XML/LibXSLT/LibXSLT.xs.xs.dll)
        zlib1_.dll
        libiconv-2_.dll
        libxslt-1_.dll
        libexslt-0_.dll
        liblzma-5_.dll
        libxml2-2_.dll
XML::Parser::Expat 
(E:/Strawberry/perl/vendor/lib/auto/XML/Parser/Expat/Expat.xs.dll)
        libexpat-1_.dll
bareword::filehandles 
(E:/Strawberry/perl/vendor/lib/auto/bareword/filehandles/filehandles.xs.dll)
        Check.xs.dll
multidimensional 
(E:/Strawberry/perl/vendor/lib/auto/multidimensional/multidimensional.xs.dll)
        Check.xs.dll

E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/libgcc_s_sjlj-1.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/libstdc++-6.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/wxbase28u_gcc_custom.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/wxbase28u_net_gcc_custom.dll
        wxbase28u_gcc_custom.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/wxbase28u_xml_gcc_custom.dll
        wxbase28u_gcc_custom.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/wxmsw28u_adv_gcc_custom.dll
        wxbase28u_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/wxmsw28u_aui_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
        wxbase28u_gcc_custom.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/wxmsw28u_core_gcc_custom.dll
        wxbase28u_gcc_custom.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/wxmsw28u_gl_gcc_custom.dll
        wxbase28u_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/wxmsw28u_html_gcc_custom.dll
        wxbase28u_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/wxmsw28u_media_gcc_custom.dll
        wxbase28u_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/wxmsw28u_richtext_gcc_custom.dll
        wxmsw28u_adv_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
        wxmsw28u_html_gcc_custom.dll
        wxbase28u_xml_gcc_custom.dll
        wxbase28u_gcc_custom.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/wxmsw28u_stc_gcc_custom.dll
        wxbase28u_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
E:/Strawberry/perl/site/lib/Alien/wxWidgets/msw_2_8_12_uni_gcc_3_4/lib/wxmsw28u_xrc_gcc_custom.dll
        wxmsw28u_adv_gcc_custom.dll
        wxmsw28u_core_gcc_custom.dll
        wxmsw28u_html_gcc_custom.dll
        wxbase28u_gcc_custom.dll
        wxbase28u_xml_gcc_custom.dll

Reply via email to