perl2exe

How to compile a perl script (.pl) to a windows executable (.exe) with Strawberry Perl

What would be the easiest way to compile a simple perl script to an executable under windows with Strawberry Perl (as I understand it's possible and free). In the past I've used ActiveState compiler and perl2exe and was simple enough ... however, now after a few computer changes and OS updates I've lost the licenses and I'd like to find...

Why does perl2exe complain about "Unresolved symbol: Perl_Gthr_key_ptr"?

In Perl, what does this error mean? Unresolved symbol: Perl_Gthr_key_ptr I am getting this error while converting a Perl file to binary using perl2exe on a HP-UX PA-RISC machine. /usr/lib/dld.sl: Unresolved symbol: Perl_Gthr_key_ptr (code) from /tmp/p2xtmp-9979/Cwd.sl IOT trap (core dumped) ...