Development Environment

gcc

English

Overview

A leading compiler for compiling languages such as C.

Details

Short for GNU Compiler Collection, a compiler suite supporting multiple languages including C/C++, standard on Linux. What looks like a single compile step actually runs preprocessing, compilation, assembly, and linking internally, and each stage can be controlled individually -- gcc -c, for example, stops after generating the intermediate object file.

More Linux terms