Programming and Programming Environment for LifeV
An Introduction to GCC
GCC stands for GNU Compiler Collection and it is the corner stone of the programming environment (compilation) of LifeV.
- Introduction to GCC (PDF)
About the Book(excerpt from http://www.network-theory.co.uk/gcc/intro/)
This manual provides a tutorial introduction to the GNU C and C++ compilers, gcc and g++. Many books teach the C and C++ languages, this book teaches you how to use the compiler itself. Based on years of observation of questions posted on mailing lists, this book guides you straight to the important options of GCC!
Concisely written, with numerous easy-to-follow "Hello World" examples. Features a special foreword by Richard M. Stallman, principal developer of GCC and founder of the GNU Project. The technical editor of this book is Dr. Gerald Pfeifer of SUSE (homepage). You can examine the published version of the book here,

