This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc failed to bootstrap on RedHat 9
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Cc: bangerth at dealii dot org
- Date: Thu, 15 May 2003 08:37:08 -0700
- Subject: gcc failed to bootstrap on RedHat 9
I got
makeinfo --split-size=5000000 -I /net/gnu/export/gnu/src/gcc/gcc/gcc/doc -I
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/include \
-o /net/gnu/export/gnu/src/gcc/gcc/gcc/doc/cpp.info
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/cpp.texi
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/cppopts.texi:46: warning: `.' or `,'
must follow cross reference, not @.
makeinfo --split-size=5000000 -I /net/gnu/export/gnu/src/gcc/gcc/gcc/doc -I
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/include \
-o /net/gnu/export/gnu/src/gcc/gcc/gcc/doc/gcc.info
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/gcc.texi
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/bugreport.texi:100: Next field of node
`Bug Reporting' not pointed to.
/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/trouble.texi:6: This node (Trouble) has
the bad Prev.
makeinfo: Removing output file
`/net/gnu/export/gnu/src/gcc/gcc/gcc/doc/gcc.info' due to errors; use --force
to preserve.
I am using texinfo 4.3.
H.J.