Re: make.exe?

[email protected] (Brian Manning) Fri, 26 Apr 2013 10:23:09 -0700
Newsgroups perl.win32.vanilla
Message-ID <CAK50bY_X7pWuoZ_kWVeLZ9=dzwBBQr8yWX7zYah8QKtiEmJ06A@mail.gmail.com>
On Fri, Apr 26, 2013 at 10:13 AM, Andrew Pennebaker
<[email protected]> wrote:
> Strawberry Perl is my go-to package for getting a sane development
> environment in Windows. Just today, I was trying to install App::Ack on an
> old Dell, and found Strawberry Perl very helpful in the process. Compiling
> modules with C extensions like ack requires
> make<https://github.com/petdance/ack2/issues/255>,
> which doesn't work so well in Windows.

Try using 'dmake' to install App::Ack.  IIRC it's already included
with Strawberry.

Thanks,

Brian