in reply to Make ActivePerl use existing compiler

I *do* have MinGW (gcc-4.8.1) installed in C:\MinGW with c:\MinGW\bin in my PATH

Yes, I would have thought that would be sufficient.
Do you also have 'dmake' installed and in your path ?
(I'm merely wondering whether ActivePerl might be mistakenly equating the absence of 'dmake' with the absence of a compiler.)

Cheers,
Rob
  • Comment on Re: Make ActivePerl use existing compiler

Replies are listed 'Best First'.
Re^2: Make ActivePerl use existing compiler
by testuser448 (Initiate) on Aug 25, 2015 at 01:22 UTC
    I don't have dmake.
      I don't have dmake

      I speculate that if you install 'dmake' and add it to your path, then cpan installs will happily use your gcc-4.8.1 (assuming, of course, that gcc-4.8.1 is also still in your path).
      I could be wrong, of course.

      Cheers,
      Rob
        Installing dmake worked. Thanks.