You are on page 1of 1

5

I have just found the solution to this


problem on the NetBeans forums
here:

http://forums.netbeans.org/topic5488
4.html

All you need to do is:

1. Go to C:\MinGW\bin and make


a copy of mingw32-make.exe .
Then rename it to make.exe
2. Now go
to C:\MinGW\msys\1.0\bin and
rename make.exe to makeOLD.
exe (just in case)

3. Then move your


new make.exe into C:\MinGW\ms
ys\1.0\bin .

You may have to restart NetBeans,


but you should find you can now
compile and build!

I would love to know how this


suddenly became a problem. If
anyone finds out, please let us know.
I have seen a suggestion that
updating from Java JDK1.7.0_17 to
JDK1.7.0_21 breaks the C++
compilation, but how that could
happen is beyond me.

You might also like