๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

The Definitive Guide to GCC

โœ Scribed by Kurt Wall, William Von Hagen (auth.)


Publisher
Apress
Year
2004
Tongue
English
Leaves
538
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


The Definitive Guide to GCC is a comprehensive tutorial and guide to using GCC, the GNU Compiler Collection. GCC is quite simply the most-used and most powerful tool for programmers on the planet. GCC has long been available for most major hardware and operating system platforms and is often the preferred compiler for those platforms. As a general-purpose compiler, GCC produces higher quality, faster performing executable code with fewer bugs than equivalent offerings supplied by hardware and software vendors. GCC, along with GNU Emacs, the Linux operating system, the Apache web server, the Sendmail mail server, and the BIND DNS server, is one of the showpieces of the free software world and proof that sometimes you can get a free lunch.
In The Definitive Guide to GCC, authors William von Hagen and Kurt Wall teach you how to build, install, customize, use, and troubleshoot GCC 3.2. This guide goes beyond just command-line invocations to show you how to use GCC to improve the quality of your code (with debugging, code profiling, and test code coverage), and how to integrate other GNU development tools, such as libtool, automake, and autoconf, into your GCC-based development projects.

โœฆ Table of Contents


Front Matter....Pages i-xxviii
Building GCC....Pages 1-37
Installing GCC on DOS and Windows Platforms....Pages 39-57
Basic GCC Usage....Pages 59-99
Advanced GCC Usage....Pages 101-134
Optimizing Code with GCC....Pages 135-146
Performing Code Analysis with GCC....Pages 147-185
Using Autoconf and Automake....Pages 187-219
Using Libtool....Pages 221-244
Troubleshooting GCC....Pages 245-263
Using GCCโ€™s Online Help....Pages 265-281
GCC Command-Line Options....Pages 283-346
Additional GCC Resources....Pages 347-361
Back Matter....Pages 363-520

โœฆ Subjects


Software Engineering/Programming and Operating Systems


๐Ÿ“œ SIMILAR VOLUMES


The Definitive Guide to GCC
โœ William von Hagen ๐Ÿ“‚ Library ๐Ÿ“… 2006 ๐Ÿ› Apress ๐ŸŒ English

<P>The GNU Compiler Collection (GCC) offers a variety of compilers for a variety of programming languages, including C, C++, Java, Fortran, and Ada. The Definitive Guide to GCC, Second Edition, has been revised to reflect the changes made in the most recent major GCC release, version 4. Providing in

The Definitive Guide to GCC
โœ Hagen ๐Ÿ“‚ Library ๐Ÿ“… 2006 ๐Ÿ› Apress ๐ŸŒ English

The GNU Compiler Collection (GCC) offers a variety of compilers for different programming languages including C, C++, Java, Fortran, and Ada. The Definitive Guide to GCC, Second Edition has been revised to reflect the changes made in the most recent major GCC release, version 4. Providing in-depth i

The Definitive Guide to GCC, Second Edit
โœ William von Hagen ๐Ÿ“‚ Library ๐Ÿ“… 2006 ๐Ÿ› Apress ๐ŸŒ English

If your looking for in depth knowledge of GCC the compiler this is the book. It covers multiple opperating systems and multiple versions of GCC. Starting with the history of GCC up to current versions of 4.x. A must read for any C or C++ even Objective-C developers (GCC compiles many more languages)