On 02 October 2006 09:11, Come Lonfils wrote: > Hi, > > Do you know where I can have documentation for developer who begin with gcc. > I want to know how work exactly gcc inside. > Do you know some books or web documents which can help me? > > I need general documentation and more specially on how gcc compile > objective-c and objective-c++. And Also about the way to modify gcc.
On most installations of gcc, you should have the internals docs supplied. If you run "info gccint" at a command shell, you should see internal documentation for gcc. If not, you can view it online at http://gcc.gnu.org/onlinedocs/gccint/ for the current development version, or at http://gcc.gnu.org/onlinedocs/gcc-x.y.z/gccint/ for older versions of gcc. cheers, DaveK -- Can't think of a witty .sigline today....