Hi, all!
The problems with gcc-2.95.x documentation build require a very small update to the install.texi:
--- p.dist/doc/en/install.texi 2003-03-22 21:52:50.000000000 +0100 +++ p/doc/en/install.texi 2003-07-11 14:39:51.000000000 +0200 @@ -613,6 +613,16 @@ compiler and RTS, RTSFLAGS are for RTS only, i.e.:@: @samp{make CFLAGS="-O2" RTSFLAGS=-Wall}
+@samp{NOTE} that documentation may fail to build from *.texi sources +if GCC tries to use @samp{makeinfo} supplied in package with an older +back-end. In this case you can bail out with: + +@example +% make MAKEINFO=/path/to/makeinfo +@end example + +optionally followed by the rest of arguments. + @item Completing the installation
Mirsad Todorovac wrote:
The problems with gcc-2.95.x documentation build require a very small update to the install.texi:
--- p.dist/doc/en/install.texi 2003-03-22 21:52:50.000000000 +0100 +++ p/doc/en/install.texi 2003-07-11 14:39:51.000000000 +0200 @@ -613,6 +613,16 @@ compiler and RTS, RTSFLAGS are for RTS only, i.e.:@: @samp{make CFLAGS="-O2" RTSFLAGS=-Wall}
+@samp{NOTE} that documentation may fail to build from *.texi sources +if GCC tries to use @samp{makeinfo} supplied in package with an older +back-end. In this case you can bail out with:
+@example +% make MAKEINFO=/path/to/makeinfo +@end example
+optionally followed by the rest of arguments.
@item Completing the installation
Please add 2.95 in the note.
Frank
On Sun, 13 Jul 2003, Frank Heckenbach wrote:
Please add 2.95 in the note.
Sure:
diff -u -r p.dist/doc/en/install.texi p/doc/en/install.texi --- p.dist/doc/en/install.texi 2003-03-22 21:52:50.000000000 +0100 +++ p/doc/en/install.texi 2003-07-14 15:39:32.000000000 +0200 @@ -613,6 +613,16 @@ compiler and RTS, RTSFLAGS are for RTS only, i.e.:@: @samp{make CFLAGS="-O2" RTSFLAGS=-Wall}
+@samp{NOTE} that documentation may fail to build from *.texi sources +if GCC tries to use @samp{makeinfo} supplied in package with an older +back-end (seen with @file{gcc-2.95.x}). In such case you can bail out with: + +@example +% make MAKEINFO=/path/to/makeinfo +@end example + +optionally followed by the rest of arguments. + @item Completing the installation
Mirsad
Mirsad Todorovac wrote:
+back-end (seen with @file{gcc-2.95.x}). In such case you can bail out
It *is* gcc-2.95.x (and only gcc-2.95.x, of the versions GPC supports).
Frank
On Tue, 15 Jul 2003, Frank Heckenbach wrote:
Mirsad Todorovac wrote:
+back-end (seen with @file{gcc-2.95.x}). In such case you can bail out
It *is* gcc-2.95.x (and only gcc-2.95.x, of the versions GPC supports).
I thought someone might want to build with 2.8.x, and I couldn't check if it behaves in the same way. Hence this formulation.
But I'm not religious about it.
Mirsad Todorovac wrote:
On Tue, 15 Jul 2003, Frank Heckenbach wrote:
Mirsad Todorovac wrote:
+back-end (seen with @file{gcc-2.95.x}). In such case you can bail out
It *is* gcc-2.95.x (and only gcc-2.95.x, of the versions GPC supports).
I thought someone might want to build with 2.8.x, and I couldn't check if it behaves in the same way.
It doesn't.
Frank
On Tue, 15 Jul 2003, Frank Heckenbach wrote:
Mirsad Todorovac wrote:
On Tue, 15 Jul 2003, Frank Heckenbach wrote:
Mirsad Todorovac wrote:
+back-end (seen with @file{gcc-2.95.x}). In such case you can bail out
It *is* gcc-2.95.x (and only gcc-2.95.x, of the versions GPC supports).
I thought someone might want to build with 2.8.x, and I couldn't check if it behaves in the same way.
It doesn't.
Good, then I'll improve it. Perhaps "bail out" sounds too slang also?
Mirsad
On Tue, 15 Jul 2003, Frank Heckenbach wrote:
Mirsad Todorovac wrote:
On Tue, 15 Jul 2003, Frank Heckenbach wrote:
Mirsad Todorovac wrote:
+back-end (seen with @file{gcc-2.95.x}). In such case you can bail out
It *is* gcc-2.95.x (and only gcc-2.95.x, of the versions GPC supports).
I thought someone might want to build with 2.8.x, and I couldn't check if it behaves in the same way.
It doesn't.
I think this will be alright.
------------------------------------------------------------------ diff -u p.dist/doc/en/install.texi p/doc/en/install.texi --- p.dist/doc/en/install.texi 2003-03-22 21:52:50.000000000 +0100 +++ p/doc/en/install.texi 2003-07-15 18:39:13.000000000 +0200 @@ -613,6 +613,17 @@ compiler and RTS, RTSFLAGS are for RTS only, i.e.:@: @samp{make CFLAGS="-O2" RTSFLAGS=-Wall}
+@samp{NOTE} that documentation may fail to build from *.texi sources +if GCC @file{gcc-2.95.x} tries to use an older version of @samp{makeinfo} +supplied in GCC package itself. This can be prevented by supplying explicit +instruction to use your system's @samp{makeinfo}: + +@example +% make MAKEINFO=/path/to/makeinfo +@end example + +optionally followed by the rest of arguments. + @item Completing the installation