Could you give me a clear definition of GNU C?

Could you give me a clear definition of GNU C?

Could you give me a clear definition of GNU C?

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Technically, the correct term for this is GCC, the GNU Compiler Collection, which currently contains front ends for C, C++, Objective-C, Fortran, Java and Ada, as well as libraries for these languages.

So what many people refer to as GNU C is actually part of a collection of software development tools. The key value of the GCC project is that it has resulted in a compiler and software development tools that provide a particularly high level of code portability across OS platforms. That is of interest to software developers who want to produce binary (executable) software distribution that will run across many hardware and OS platforms with minimum code change. GCC delivers well in this regard.

The GNU home page describes the scope of the GCC project as:
"GCC development is a part of the GNU Project, aiming to improve the compiler used in the GNU system including the GNU/Linux variant. The GCC development effort uses an open development environment and supports many other platforms in order to foster a world-class optimizing compiler, to attract a larger team of developers, to ensure that GCC and the GNU system work on multiple architectures and diverse environments, and to more thoroughly test and extend the features of GCC."

This was first published in June 2003