Re: gcc: error: spawn: No such file or directory issue on Windows 7

2013-08-08 Thread Vinh Nguyen
I tried it again with gcc -v foo.cpp and found it was using a cc1plus command, which I couldn't find in my PATH. I installed all cygwin packages beginning with gcc-* and was able to compile my python package. Consider this issue resolved. -- Vinh -- Problem reports:

gcc: error: spawn: No such file or directory issue on Windows 7

2013-08-07 Thread Vinh Nguyen
Hi, I'm using Windows 7 and Cygwin 2.819 64 bit. I installed gcc 4.8.1.-3. I get this error when trying to compile: $ touch foo.cpp $ gcc -c foo.cpp gcc: error: spawn: No such file or directory I'm trying to compile a python package and received this message. I think it's a gcc issue as