Re: gcc behind the scenes

2007-05-20 Thread Sunzir Deepur
all, sorry for the misplaced (and trivial) question, won't happen again. thank you for the nice attitude though ! sunzir.

RE: gcc behind the scenes

2007-05-20 Thread Dave Korn
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 c

gcc behind the scenes

2007-05-20 Thread Sunzir Deepur
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 su