Re: [EXTERNAL] Re: par-packer-1.037 installation issues
[email protected] (Roderich Schupp)
| Newsgroups | perl.par |
|---|---|
| Message-ID | <CAC9r9zYMudaXHDjYgAmEY7dUTB0L0Eb15cauaXffC35GZx9paw@mail.gmail.com> |
On Thu, Jul 27, 2017 at 4:31 PM, Hou, Ying <[email protected]> wrote: > As long as there is a MinGW which works for my activestate perl 5.20, I > have no preference for version numbers. > Actually, you don't specifically need Mingw - you need a C or C++ compiler to build PAR::Packer. Usually that's either MIngw or Microsoft Visual Whatever. For MIngw, I'd try https://mingw-w64.org/ - you'll want the Win-builds (packages binutils, gcc and make should be sufficient). You probably have reasons to use ActiveState Perl, but there are alternatives like Strawberry Perl (http://strawberryperl.com/) that come with Mingw preinstalled. Cheers, Roderich