Building gcc texi documentation

Ian Lance Taylor iant@google.com
Fri Aug 5 16:34:00 GMT 2011


Shakthi Kannan <skannan@redhat.com> 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



More information about the Gcc-help mailing list