gcc: The GNU Compiler Collection, including the C, C++ and Fortran compiler#

Description#

The GNU Compiler Collection, including the C, C++ and Fortran compiler.

License#

GPL version 2 or version 3

Upstream Contact#

https://gcc.gnu.org/

Type#

standard

Dependencies#

Version Information#

package-version.txt:

11.3.0

Equivalent System Packages#

arch:

$ sudo pacman -S  gcc

cygwin:

$ apt-cyg install gcc-core gcc-g++ gcc-fortran

Debian/Ubuntu:

$ sudo apt-get install  gcc g++

Fedora/Redhat/CentOS:

$ sudo yum install  gcc gcc-c++ gcc-gfortran

freebsd:

$ sudo pkg install lang/gcc9

homebrew:

$ brew install gcc

opensuse:

$ sudo zypper install gcc-c++

void:

$ sudo xbps-install  gcc

See https://repology.org/project/gcc/versions

If the system package is installed, ./configure will check whether it can be used.