David Golden did write:
On 12/31/06, David Landgren <[EMAIL PROTECTED]> wrote:
Hello List,
I recently took over maintenance of Crypt-SSLeay. Today I downloaded
Strawberry Perl to see whether it could build the module or not. Turns
out there are a couple of problems, and I need some advice.
Thanks for taking this on. My compiler-fu is weak, but I'll answer
what I can. (Scary that I'm the packager, isn't it!)
I assume I want MinGW. In the Makefile.PL, what is the orthodox way to
determine whether I'm running under Strawberry Perl from within a Perl
script (e.g. Makefile.PL)? I had a look through config_sh, but nothing
leaps out at me. The idea to be that under SP, I'll look for libraries
in c:\openssl\lib\mingw.
I think you want to use Config and check $Config{cc}. For
Vanilla/Strawberry and other MinGW builds, that should be "gcc".
woohoo! fixed! I'll upload 0.54 in a while with Strawberry Perl support!
Happy new year,
David