Bioinformatics Group
https://orcid.org/0000-0002-7926-5911
How to setup the free MS Visual C++ compiler as the standard compiler for the
cygwin BASH shell:
First download and install the following tools:
To get the necessary environment settings in Cygwin, you have to change your
cygwin.bat such that the system specific
variable batch file is called. Check the $MSVS_HOME\VC\vcvarsall.bat
for the correct file.
For instance using MSVS 9.0, add the vsvars32.bat call for a 32bit system:
@echo off C: chdir C:\ rem --- Set MSVC environment variables using the system specific vsvarsXXX.bat file call "%VS90COMNTOOLS%\vsvars32.bat" bash --rcfile C:\bashrc.ini -i