This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 2.95.1: 'make dvi' fails in g77.texi
- To: jthorn at galileo dot thp dot univie dot ac dot at
- Subject: Re: gcc 2.95.1: 'make dvi' fails in g77.texi
- From: craig at jcb-sc dot com
- Date: 30 Aug 1999 13:19:05 -0000
- cc: gcc-bugs at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- cc: craig at jcb-sc dot com
- References: <199908301252.OAA18760@davinci.thp.univie.ac.at>
>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