> > Please try: > > http://shakthimaan.com/downloads.html#introduction-to-gcc > > Yes, I am using Brian Gough's 'An Introduction to GCC' as reference and thanks for your good presentation.
Some suggestions: * More detailed explanation is required when creating shared libraries using GCC and linking as in http://www.cprogramming.com/tutorial/shared-libraries-linux-gcc.html (slide no.21 is little bit complex for beginners to understand as there is not much explanation) * The coverage testing program *cov.c* can be included in the presentation itself with some explanation on how 'gcov' can be used to analyse the number of times each line of a program is executed during run (this actually creates interest among the participants, how to find the areas of the code which are not used or not executed during a run) * Regarding 'ldd', you can add one more point that 'ldd' can be used not only on *executables*, but also on *shared libraries itself* * Looking for a similar presentation separately for gdb, autoconf, automake and using make/Makefile (with some detailed explanation on target,dependencies,commands) TIA -- S. Baskar Twitter : http://twitter.com/linuxbaskar LinkedIN : http://www.linkedin.com/pub/baskar-selvaraj/21/881/b29 _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
