An Introduction To GCC
An Introduction To GCC
[ Home ]
[ Catalogue ]
[ New Titles ]
[ News ]
[ Site Map ]
[ About ]
[ Contact ]
An Introduction to GCC
An Introduction to GCC
Brian Gough
Foreword by Richard M. Stallman Buy the book here! >>>
support free documentation
Foreword
1 Introduction
1.1 A brief history of GCC
1.2 Major features of GCC
1.3 Programming in C and C++
1.4 Conventions used in this manual
2 Compiling a C program
2.1 Compiling a simple C program
2.2 Finding errors in a simple program
2.3 Compiling multiple source files
2.4 Compiling files independently
2.4.1 Creating object files from source files
2.4.2 Creating executables from object files
2.5 Recompiling and relinking
2.6 A simple makefile
2.7 Linking with external libraries
2.7.1 Link order of libraries
2.8 Using library header files
3 Compilation options
3.1 Setting search paths
3.1.1 Search path example
14 Getting help
Further reading
Acknowledgements
Other books from the publisher
Free software organizations