Home | Research | HowTos Martin Raden, nee Mann

Martin Raden, nee Mann Bioinformatics Group
Institute for Computer Science
Albert-Ludwigs-University of Freiburg
Georges-Koehler-Allee 106
D-79110, Freiburg, Germany

Phone: +49 (0)761 203-8254
Fax: +49 (0)761 203-7462
Room: 106-02-012

email as png email as png Martin Raden @ ORCIDhttps://orcid.org/0000-0002-7926-5911


MSVC++ compiler setup

How to setup the free MS Visual C++ compiler as the standard compiler for the cygwin BASH shell:

Content:

Necessary Downloads (top)

First download and install the following tools:

Changes in cygwin.bat (top)

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

Created by Martin Raden, nee Mann, last updated in May, 2017.