Gnu Compilers (gcc
)
The gcc-suite is part of the standard installation of the
LinuxFarm, installed as debian packages:
The suite contains
- the C compiler
gcc
,
- the C++ compiler
g++
,
- the Fortran 95 compiler
gfortran
,
- the Fortran 77 compiler
f77
(via f2c
Fortran-to-C translator),
- the Ada compiler
gnat
,
- the D compiler
gdc
The compiler frontends for Prolog, Lisp, Objective-C, Go etc are not installed at the moment but may be installed on request.
The Fortran 77 compiler
g77
has been discontinued with after GCC version 3 and was not available after the end of live of Debian 4
Etch.
Additional compilers (e.g
IntelCompiler) may be available via
CVMFS.
Online documentation is available at
http://gcc.gnu.org/onlinedocs/.
--
Christo,
ThomasRoth - 2005 - 2015