Installing nvcc in Cygwin

Hello everyone,

I’ve tried to use CUDA in a software called Pyrit. As Pyrit is built for Linux and I am using Windows, I decided to run it in cygwin.
In cygwin, I installed cudatoolkit_2.3_linux_32_rhel5.3.run and cudasdk_2.3_linux.run; which created /usr/local/cuda/bin.
But I cannot run nvcc. So I cannot add the extra module (CUDA suppor) for Pyrit.

Does anyone know why or how can I fix it?

Thanks in advance.