in reply to Static Linking
I can use LINKTYPE=static ...
Not much more required — just say make perl. Optionally, if you want your created Perl binary to have a different name, you could add MAP_TARGET=cryptoperl to your Makefile.PL (and then say make cryptoperl). (Update: this is documented here.)
|
|---|