I am using Cygwin on my windows 7 machine. I open a 'cmd' with administer privileges and type: gcc -Wall -m32 main.c
I get "access denied".

I have checked my environment variables and the 'path' does include C:\cygwin\bin
Has anyone else had this issue and did you find a solution?

In addition my 'make' files act weird in Windows 7. When I type the 'make' command, it runs the 'make clean' section.

any help is appreciated.

BM