Software:gcc
From CAC Wiki
Revision as of 16:03, 20 May 2016 by Hasch (Talk | contribs) (Created page with "== Name: Gnu C/C++ compilers (gcc/g++)== The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. GCC is a...")
Name: Gnu C/C++ compilers (gcc/g++)
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. The Free Software Foundation (FSF) distributes GCC under the GNU General Public License (GNU GPL). GCC has played an important role in the growth of free software, as both a tool and an example. Originally named the GNU C Compiler, because it only handled the C programming language, GCC 1.0 was released in 1987 and the compiler was extended to compile C++ in December of that year.
- Current Version: 4.4.7
- Platform/Cluster: Linux/SW cluster
- Location: /usr/bin
- Alternative Version: 4.8.3 (use gcc-4.8.3), 4.2.0 (Solaris, use gccfss)
- Documentation Files: Online documentation at the GCC Website.
- Help File: HPCVL Compiler FAQ
- Related Software: