ieuan williams (via RT) wrote: ># New Ticket Created by "ieuan williams" ># Please include the string: [perl #34027] ># in the subject line of all future correspondence about this issue. ># <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34027 > > > >ERROR >I've attached a screenshot of the error message which appears as follows: >'gcc' is not recognized as an internal or external command, operable program >or batch file >dmake.exe: Error Code 1, while making 'perlglob.o' > >I've done my best top try and troubleshoot this myself, and am no doubt >missing something very simple. > Yep -- you just need to add the path to gcc (in your case, C:\MinGW\bin) to your PATH environment variable so that the build process can find it.
Trying running this command before you run "dmake": set PATH=C:\MinGW\bin;%PATH% HTH, - Steve ------------------------------------------------ Radan Computational Ltd. The information contained in this message and any files transmitted with it are confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the sender immediately. The unauthorized use, disclosure, copying or alteration of this message is strictly forbidden. Note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of Radan Computational Ltd. The recipient(s) of this message should check it and any attached files for viruses: Radan Computational will accept no liability for any damage caused by any virus transmitted by this email.
