Subject: | strawberry undefined reference to `Perl_newGP' |
The windows perl510.dll strictly does not export non-public functions,
contrary to cygwin and any normal unix.
Thus Perl_newGP() is not exported, causing the compiler linker to fail.
Need a workaround.