Closed kmx closed 9 years ago
Seems to work for ArchLinux
This fix works for me. My OS is Windows 7 64bit. But the added line is put in _guess_win32().
strawberry-perl-5.22.0.1-64bit-portable Windows 7 64bits Same problem!
The fix worked flawlessly, thanks!
That patch by kmx isn't going to work for any win32 perl build but strawberry perl. Every single -D in Config.pm's CCFLAGS must be included on the command line to the CC, if you want to link with libperl. I see additional problems at
https://github.com/tsee/extutils-cppguess/blob/master/lib/ExtUtils/CppGuess.pm#L256
While building ExtUtils-CppGuess-0.09 on strawberry perl 5.22.0 (both 32/64bit) I got the following test failure:
Possible fix: