Trying to use make from cygwin using g++ I was getting Access Denied error messages. Googling the error message I found a positing referring to g++-3 and gcc-3 http://www.linuxquestions.org/questions/linux-software-2/cygwin-g-3-exe-gcc-3-exe-corrupted-to-g-3-exe-dam-and-gcc-3-exe-dam-769722/)...
Changing the compiler to g++-3 seems to fix the problem although I cannot find much information about both g++-3 and gcc-3.
Any ideas where I can find more information about them>