gcc 2.95.1: 'make dvi' fails in g77.texi
craig@jcb-sc.com
craig@jcb-sc.com
Tue Aug 31 22:45:00 GMT 1999
>Craig Burley <craig@jcb-sc.com>:
>> Does this patch fix the problem?
>> [[...]]
>
>Thanks for the prompt reply. Alas, the patch doesn't fix the problem
>-- TeXing the g77 manual still fails, though the precise TeX error is
>now different. Here's an excerpt from the 'script' transcript (yes, I
>did apply the patch to the gcc source tree before doing this!):
Try this patch on top of the one you have.
tq vm, (burley)
*** g77-e/gcc/f/Make-lang.in.~1~ Fri Aug 27 08:52:08 1999
--- g77-e/gcc/f/Make-lang.in Mon Aug 30 09:18:14 1999
*************** f/g77.dvi: $(srcdir)/f/g77.texi $(srcdir
*** 246,252 ****
# gcc/Makefile.in.
if [ -f lang-f77 ]; then \
! TEXINPUTS=${texidir}:$(srcdir):$$TEXINPUTS tex $(srcdir)/f/g77.texi; \
texindex g77.??; \
! TEXINPUTS=${texidir}:$(srcdir):$$TEXINPUTS tex $(srcdir)/f/g77.texi; \
mv g77.dvi f; \
else true; fi
--- 246,252 ----
# gcc/Makefile.in.
if [ -f lang-f77 ]; then \
! TEXINPUTS=${texidir}:$(srcdir):$(srcdir)/f:$$TEXINPUTS tex $(srcdir)/f/g77.texi; \
texindex g77.??; \
! TEXINPUTS=${texidir}:$(srcdir):$(srcdir)/f:$$TEXINPUTS tex $(srcdir)/f/g77.texi; \
mv g77.dvi f; \
else true; fi
More information about the Gcc-bugs
mailing list