On 20 May 2007 17:40, Sunzir Deepur wrote:

> 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 ?

  This is a question about how to use gcc, not about the coding and
development of gcc itself, so should have gone to the gcc-help list; please
post there next time.

  (The answer you're looking for is documented in the manual and in the output
of 'gcc --help'.  Look for the '-v' flag).

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

Reply via email to