Search code examples
gcccygwin

How do I install gcc on cygwin?


$ uname -r
2.9.0(0.318/5/3)

I don't have the gcc or the g++ command on my path after I install cygwin. What packages do I need to install to get this command?


Solution

  • Ok.

    • You should launch the installer of cygwin setup-x86_64.exe (if you have deleted it from your computer than just download it from https://cygwin.com/install.html).
    • In the Cygwin Setup dialog window just press Next, and press Next again. In dialog "Cygwin Setup - Choose Installation Directory" you should select root directory in wich CygWin has been installed & press Next, and again, and again & again.
    • Your will see dialog "Cygwin Setup - Select Package", in the "View" combobox you should select "Full", and in the "Search" edit you should enter "gcc". Further in the list below in "Package" column find "gcc-core" row & change combobox in "New" column from "Skip" value to the version of gcc wich you need.
    • Further press Next & you will see "CygWin Setup - Review and confirm changes" dialog. In this dialog could be presented other packages besides gcc-core, this is some updates & you should leave it without changes (my own recommendation). But you must be sure that gcc-core is presented in change-list, than just press Next button & wait for ending of installation.
    • PROFIT
    That's all. Try to start bash or cmd & enter something like "gcc --version". This instruction could be used for installation of other useful things of CygWin, for example "make". Good luck!