http://www.perlmonks.org?node_id=385672


in reply to wxPerl and PAR

This problem is solved:

You have to compile wxWidgets with --disable-shared and wxPerl with --static

Additionally you have to supply /usr/lib/libstdc++.a (which has _ZdlPv) and libgcc_eh.a (use by libstdc++.a, resides somewhere with gcc).

After that you have a really big Wx.so which can be packaged by PAR.