Invoking cl.exe (MSVC compiler) in Cygwin shell
- by barcarole
I'm heavily using Cygwin (with Putty shell). But, it's quite tricky to invoke cl.exe (i.e., Visual C++ compiler toolchain) in the Cygwin bash shell. Running vcvars*.bat in the bash shell doesn't work obviously. I tried to migrate VC++'s environment variables to Cygwin, but it's not that easy.
Is there anyone who ever tried to run VC++ compiler in Cygwin bash shell?
Thanks,
JJ