g++: error: CreateProcess: No such file or dire...

BlitzMax Forums/BlitzMax Programming/g++: error: CreateProcess: No such file or dire...

JoshK(Posted 2012) [#1]
When compiling a module, I get this error:
g++: error: CreateProcess: No such file or directory

MinGW 7.2, g++.exe does exist in C:\MinGW\bin.

I have followed all the directions here:
http://blitzmax.com/Community/posts.php?topic=90964

Modules that don't use C++ build just fine.



Last edited 2012


JoshK(Posted 2012) [#2]
Removing the GCC_EXEC_PREFIX env variable made it work.


Eternal Crisis(Posted 2012) [#3]
Hmm, I'm still getting this problem. Removed GCC_EXEC_PREFIX. Path and MinGW is correct.


Eternal Crisis(Posted 2012) [#4]
Nevermind, Josh was right, only I guess I accidentally clicked "Cancel" instead of "OK."