wblg@WBL /c/MinGW/Test
$ gcc a.c
gcc.exe: error: CreateProcess: No such file or directory
I am using MinGW on windows 7 and I have encounter this problem. I have even set and rebooted the environment on my computer, the only work around is copying (gcc.exe, libgmp-10.dll, libmpc-2.dll, libmpfr-1.dll) under the same folder with my a.c.
please advice.