gcc behind the scenes

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


Hello,,

I tried to compile foo.c using "gcc -v foo.c",
and I noticed:
1. the driver is not calling cpp. why is that ? isn't there a preprocessing
   stage ?
2. the linker binary is actually called collect2 and not ld.
    is there a reason for that (I'm using a FC5 system) ?

Thank You
sunzir



More information about the Gcc-help mailing list