This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
CVS GCC bootstrap fail at doc/invoke.texi:3417: No matching `@end table'
- To: <gcc-bugs at gcc dot gnu dot org>
- Subject: CVS GCC bootstrap fail at doc/invoke.texi:3417: No matching `@end table'
- From: "Vladimir A Merzliakov" <wanderer at rsu dot ru>
- Date: Sat, 29 Sep 2001 14:07:25 +0400
I can't bootstrap CVS GCC version.
It break with error message:
cd /home/wanderer/pkg/build/gcc/src/gcc31/gcc/gcc && makeinfo -I doc -I
doc/include -o doc/gcc.info doc/gcc.texi
doc/invoke.texi:3417: No matching `@end table'.
makeinfo: Removing output file `doc/gcc.info' due to errors; use --force to
preserve.
gmake[1]: *** [/home/wanderer/pkg/build/gcc/src/gcc31/gcc/gcc/doc/gcc.info]
Error 2
gmake[1]: Leaving directory `/usr/home/wanderer/pkg/build/gcc/obj/gcc'
gmake: *** [all-gcc] Error 2
And question:
What option for configure can be used for disible generation of
documentation?
I read http://gcc.gnu.org/install/ but not found anything related.
Vladimir