Invoking cl.exe (MSVC compiler) in Cygwin shell

Posted by barcarole on Stack Overflow See other posts from Stack Overflow or by barcarole
Published on 2008-12-14T20:12:52Z Indexed on 2010/03/31 7:03 UTC
Read the original article Hit count: 471

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about visual-c++

Related posts about cygwin