Shakthi Kannan <skannan@xxxxxxxxxx> writes: > I have downloaded gcc-4.6.1 sources, and used: > > $ ./configure; make; make do-pdf > > Are there any specific options required to build the .texi documentation files? I am primarily interested in generating gccint.pdf. I have texinfo-4.13a-13 installed on Fedora 14. > > Appreciate any inputs in this regard, As a general rule, you should not use ./configure. You should run configure in a separate, empty, directory. And, to be clear, you should run the top-level configure script, not the one in the gcc subdirectory. Other than that, that approach should work fine. The fact that you sent a message here suggests that it didn't work, but you didn't really say. Ian