GNU Compiler Collection for compiling C, C++, Fortran and other languages
GNU compiler collection
gcc
g++
gfortran
gcc-ar
gcc-nm
gcc-ranlib
$ gcc -o program program.c
$ g++ -O2 -o app main.cpp
$ gfortran -o fortran_app program.f90