tomlau10 / gcc-make-run

Compile-run C/C++ source code and execute Makefile in Atom.
https://atom.io/packages/gcc-make-run
MIT License
24 stars 10 forks source link

'"gcc"' is not recognized as an internal or external command, operable program or batch file. #34

Closed moonrisewarrior closed 6 years ago

moonrisewarrior commented 6 years ago

Hello,

I've got MinGW in my PATH, and if I do: gcc {filename}.c in the command prompt on windows, it works fine.

However, if I try to compile a file in Atom, with F6, I get the following error: '"gcc"' is not recognized as an internal or external command, operable program or batch file. Why does this happen? I am running Windows 10, with the latest version of Atom on a 64-bit computer.

Thanks, MoonriseWarrior

moonrisewarrior commented 6 years ago

Oh, no... My bad. Forgot to restart Atom after adding MinGW to PATH. Closing issue.