Linux

 

 

 

 

gcc on Cygwin

 

 

Installation

 

 

This tutorial is for installing gcc compiler in Cygwin which is installed on my Windows Operating System(See Cygwin Installation page if you haven't installed it yet). You wouldn't need any detailed description for this procedure, just following through the screencaptures would be enough.

 

 

setup-x86_64.exe -q -P wget -P gcc-g++ -P make -P diffutils -P libmpfr-devel -P libgmp-devel -P libmpc-devel

 

 

 

Basic Test