question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'make' is not recognized as an internal or external command, operable program or batch file.

See original GitHub issue

Cannot install on Win 8.1 x64. Get this error:

'make' is not recognized as an internal or external command,
operable program or batch file.

How to solve it? Without installing Cygwin

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:13
  • Comments:18 (5 by maintainers)

github_iconTop GitHub Comments

9reactions
seanpascoecommented, Apr 22, 2016

-Download ‘Make for Windows’ @ http://gnuwin32.sourceforge.net/packages/make.htm -Add the make.exe directory to your PATH variable

It worked for me, not sure why @feimosi had problems.

8reactions
Hspharwindercommented, Jun 18, 2020

Visit here https://sourceforge.net/projects/mingw/ download MinGW - Minimalist GNU for Windows and install it. Set system variable path C:\MinGW\bin

for detail paste this link in new tab - https://stackoverflow.com/questions/23723364/windows-7-make-is-not-recognized-as-an-internal-or-external-command-operabl/62450734#62450734 For help check video youtube.com/watch?v=sXW2VLrQ3Bs

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows 7 - 'make' is not recognized as an internal or ...
Check if you have added the MinGW bin folder to your PATH. type PATH in your command line and look for the folder....
Read more >
'make' is not recognized as an internal or external command
The error "'make' is not recognized as an internal or external command, operable program or batch file" occurs when we run the make...
Read more >
5 Ways to Fix the "Not Recognized as an Internal or ...
1. Verify if the Program Is Installed · 2. Use the Full File Path to Execute the Command · 3. Use the Full...
Read more >
Powershell terminal in VS Code: make : The term 'make'
Powershell terminal in VS Code: make : The term 'make' is not recognized as the name of a cmdlet, function, script file, or...
Read more >
Error: "'make' is not recognized as an internal or external ...
Error: "'make' is not recognized as an internal or external command, operable program or batch file." ... I've been constantly getting the above ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found