Hi, As I understand gcc is just a front-end of ld. Is there a way let gcc print out what ld commands are actually called? Is gcc also a frontend to another program for compiling an object from a source file? Or it does this work on its own? If it servers as a front for compiling as well, how to let gcc print the underlying commands as well? Thanks. -- Regards, Peng