i'm interested in finding any decent docs that walk through all of the phases of compiling even a trivial "hello, world" source file, including the link steps and so on. kind of an english presentation of what you'd see if you ran "gcc -v hello.c", and what is happening at each step. any pointers? thanks. rday