Hi Roderich, I have succefully installed MinGW manually which has binutils and gcc. Do I need to install dmake or msys2 for “make” in addition?
Thanks Ying From: Roderich Schupp [mailto:roderich.sch...@gmail.com] Sent: Thursday, July 27, 2017 2:03 PM To: Hou, Ying Cc: par@perl.org Subject: Re: [EXTERNAL] Re: par-packer-1.037 installation issues On Thu, Jul 27, 2017 at 4:31 PM, Hou, Ying <ying....@va.gov<mailto:ying....@va.gov>> 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