Subject: | Doesn't build on Strawberry Perl |
When compiling on Strawberry Perl, I get the following error:
nvcc fatal : Cannot find compiler 'cl.exe' in PATH
Further investigation reveals that nvcc requires cl.exe (Microsoft
Visual Studio's C compiler). See
http://forums.nvidia.com/index.php?showtopic=78531 and
http://forums.nvidia.com/index.php?showtopic=182655 for relevant
discussions.
I expect this is also a problem on Cygwin, since Cygwin uses gcc also.