Next Previous Contents

The Linux GCC HOWTO

Daniel Barlow <dan@detached.demon.co.uk>

v1.17, 28 February 1996


This document covers how to set up the GNU C compiler and development libraries under Linux, and gives an overview of compiling, linking, running and debugging programs under it. Most of the material in it has been taken from Mitch D'Souza's GCC-FAQ, which it replaces, or the ELF-HOWTO, which it will eventually largely replace. This is the first publically released version (despite the version number; that's an artifact of RCS). Feedback is welcomed.

1. Preliminaries

2. Where to get things

3. GCC installation and setup

4. Porting and Compiling

5. Debugging and Profiling

6. Linking

7. Dynamic Loading

8. Contacting the developers

9. The Remains

10. Index


Next Previous Contents