/ Categories / gcc

Bundle

Name:common
Maintainer:LCC Support
Contact:support@lcc.ncbr.muni.cz

Default build

  • gcc:8.4:auto:auto

gcc

The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. GCC is a key component of the GNU toolchain. As well as being the official compiler of the unfinished GNU operating system, GCC has been adopted as the standard compiler by most other modern Unix-like computer operating systems, including Linux, and the BSD family. (Summary from Wikipedia.)

The official web page ishere.

Notes

The Infinity builds of the GNU Compiler Collection includes front ends only for C, C++, and Fortran languages.

To use this module on Ubuntu 12.04 you need to install gcc-multiarch package (as superuser).

$ sudo apt-get install gcc-multiarch