Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^10: Download Links for Dmake and MinGW

by yinghou (Novice)
on Aug 08, 2017 at 03:02 UTC ( [id://1196946]=note: print w/replies, xml ) Need Help??


in reply to Re^9: Download Links for Dmake and MinGW
in thread Download Links for Dmake and MinGW

Thanks for the reply Rob! I appreciate your help. Perl -v output: ActiveState Perl Version 5.24.0, built for MSwin32-x64-multi-thread perl -V output: perl platform summary: osname: MSWin32, osversion: 6.1, archname:MSwin32-x64-multithread unfortunately, activeState didn't provide community PPM for MinGW, only enterprise edition. From your response, maybe I should use a 32-bit version for both Mingw and dmake. Do you happen to have a link to 32bit Mingw that would work with the above 32bit dmake I can try? Sorry, didn't mean to hid information. I thought the perl version was what you are looking for. Please let me know if you need more info. Thanks Ying
  • Comment on Re^10: Download Links for Dmake and MinGW

Replies are listed 'Best First'.
Re^11: Download Links for Dmake and MinGW
by syphilis (Archbishop) on Aug 08, 2017 at 11:46 UTC

      Thanks Rob for your detailed instructions. I was able to download the MinGW and dmake using ppm install without any issues. The reason I need to install them was because I need to install PAR::Packer which I had no trouble downloading. However, I had an dmake error when I manually installed it. Please see the installation code below. It may not be dmake issue, just dmake couldn't find system "windres" exe.

      Perl makefile.pl - this is OK dmake errors: windres is not recognized as an internal or external command, +operable program or batch file error code 129 while making ppresource.coff

      I will try to work our admin to install "Windres" which is considered as a potential virus. I appreciate your great help! Ying

        "I will try to work our admin to install "Windres" which is considered as a potential virus."

        windres should be part of MinGW. Either that isn't installed properly or your PATH environment variable doesn't contain its location. You should seriously consider addressing the reasons your organization has for not simply using strawberry perl, along with your own cpan mirror.

        windres is not recognized as an internal or external command

        If you are runningr anti-virus software that deemed windres.exe to possibly be a virus, then the file might not have been installed, or it might have been quarantined in some way that makes it inaccessible. (Perhaps its file extension was changed ?)
        You'll need to fix that.
        windres.exe should be in the same folder as gcc.exe.

        Cheers,
        Rob
Re^11: Download Links for Dmake and MinGW
by marto (Cardinal) on Aug 08, 2017 at 08:55 UTC

      Hi Marto, Thanks for the suggestion. For now we need to stick to ActivePerl due to corporate restrictions. You are right, I reviewed the posting tips which are very helpful. Ying

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1196946]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-25 20:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found