On Wed Apr 15 05:23:09 2015, mark.wilkinson@upm.es wrote:
Show quoted text> Hi All!
>
> I've tried the 5.18 and 5.20 releases of Strawberry, and I get the
> same
> errors from both (64-bit Windows 7) with any CPAN module that requires
> dmake.
>
> The errors look like this (this is just one of many examples)... any
> ideas?
I have the suspicion that Strawberry's gcc is not being used because another gcc is in the path first.
Can you install App::pwhich, then do:
pwhich -a gcc gcc.exe g++ g++.exe
(It's been a while since I used Perl on Windows, I don't know if pwhich requires the .exe or not)
and report the results here?
Thanks.