in reply to Download Links for Dmake and MinGW

I may be answering the wrong question but my memory of ActiveState is that it already has a make choice available. It just may not be Dmake. To see what make your ActiveState installation is using type;

perl  -V:make

If you are trying to build packages that don't already have a ppm available to you then it won't always be successful to use any c compiler make program. You need to use the one that was used for your ActiveState build to ensure compatibility

Replies are listed 'Best First'.
Re^2: Download Links for Dmake and MinGW
by Anonymous Monk on Sep 11, 2016 at 21:41 UTC