- Introduction to GNU C and C++ Compilers
- Installing GNU Compiler
- Compiling a Program
- Linking a program
- Assembling a Program
- Handling Warning and Error messages
- Include files
- Creating Libraries
- Standard Libraries
- Compiling Pascal Programs
- Compiling Fortran Programs
- Other Compilers
- References and Resources
3.13 References and Resources
1. GNU web site at http://www.gnu.org/
2. Languages supported by GCC at http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_2.html
3. Status of C99 support on GCC at http://gcc.gnu.org/gcc-3.0/c99status.html
4. Object Oriented Programming and Objective C at http://developer.apple.com/techpubs/macosx/Cocoa/ObjectiveC/
5. Object Programming and Objective Language at http://www.toodarkpark.org/computers/objc/
6. The GNU C Library at http://www.delorie.com/gnu/docs/glibc/libc_toc.html
7. Using as at http://www.objsw.com/docs/as_toc.html
8. Using and porting GNU cc at http://www.delorie.com/gnu/docs/gcc/gcc_toc.html
9. GNU C++ Library at http://www.delorie.com/gnu/docs/libg++/libg++_toc.html
10. NetBSD Library source code at http://www.ajk.tele.fi/libc/code.html
11. Free Pascal project at http://www.freepascal.org
12. GNU Pascal at http://agnes.dida.physik.uni-essen.de/~gnu-pascal/
13. GNU Smalltalk download site at ftp://ftp.gnu.org/gnu/smalltalk/
14. Smalltalk information at http://www.smalltalk.org
15. Bob Nevlen, Linux Assembly Language Programming ISBN 0-13-0877940-1, Prentice Hall PTR 2000.
16. Oberon Home page at http://www.oberon.ethz.ch/
17. Ruby Home Page at http://www.ruby-lang.org/en/