in reply to Re: Make ActivePerl use existing compiler
in thread Make ActivePerl use existing compiler

I don't have dmake.
  • Comment on Re^2: Make ActivePerl use existing compiler

Replies are listed 'Best First'.
Re^3: Make ActivePerl use existing compiler
by syphilis (Archbishop) on Aug 25, 2015 at 08:49 UTC
    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
Re^3: Make ActivePerl use existing compiler
by Anonymous Monk on Aug 25, 2015 at 06:30 UTC
      Installing dmake worked. Thanks.