gcc behind the scenes

Sunzir Deepur sunzird@gmail.com
Sun May 20 16:43:00 GMT 2007


Hello,,

When I do "gcc foo.c", behind the scenes I suppose there
are many actions, like calling 'cpp', 'gcc', 'as' and finally, 'ld'.

Is there a way to know what is going on exactly behind the
scenes of gcc ?
Like which other tools are called and with which command line
arguments ?

Thank You
sunzir



More information about the Gcc mailing list