in reply to Compiling Perl Modules on Windows
I haven't tried Strawberry Perl, but with Activestate's Perl I've had much more success with the MinGW compiler than with MSVC++ (using nmake with both).
With some versions of ActivePerl you have to also install ExtUtils::FakeConfig and modify the values in that module, specifying whether you're using "nmake" or "dmake", for example, and which compiler you're using. I also had to take out a line trying to link to 'libperl56.a'
Sometimes ActivePerl seems to spot that you've got MinGW on board and adjust things accordingly, so you don't have to do all this. "perl -V:cc" should tell you "gcc/MinGW" if so.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Compiling Perl Modules on Windows
by syphilis (Archbishop) on May 01, 2007 at 11:49 UTC |