I have one problem with MingW(mingw-get-inst-20110211) and Netbeans 6.9.1. I installed MingW and add it to Netbeans without problem, but when I try to run one simple cpp app, throws this error
mkdir -p build/Debug/MinGW-Windows
make[2]: mkdir: Command not found
make[2]: [build/Debug/MinGW-Windows/main.o] Error 127
make[1]: [.build-conf] Error 2
make: [.build-impl] Error 2
make[2]: Leaving directory '/c/Documents and Settings/Marco/My Documents/NetBeansProjects/CppApplication_1'
make[1]: Leaving directory '/c/Documents and Settings/Marco/My Documents/NetBeansProjects/CppApplication_1'
BUILD FAILED (exit value 2, total time: 1s)
I already write "path", MingW it's installed on "C:\MingW".
Hope someone can tell what's wrong or what I forgot to do.
Thanks