Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* make dvi fails on insight-5.2.1 cygnus
@ 2002-07-29  3:49 Pierre Le Gallo
  2002-08-01 15:20 ` Andrew Cagney
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Le Gallo @ 2002-07-29  3:49 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 559 bytes --]

Hello,

make dvi fails on insight-5.2.1 cygnus. After poking around, I found that the problem is when texi2dvi (version 0.51) checks for macro extension in texinfo.tex. To do that it inputs texinfo.tex and sed ont it.

Problem is that it doesn't find texinfo.tex cause, Makefile in insight puts a relative path ../texinfo as in
TEXIDIR=${gdbdir}/../texinfo

but as gdbdir resolve to .

texi2dvi doesn't find texinfo.tex and make stands still in the tex call. Solution (patchy) is to replace by
TEXIDIR=/lib/texmf/tex/texinfo

thanks.

Pierre


[-- Attachment #2: Type: text/html, Size: 1183 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-08-01 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-29  3:49 make dvi fails on insight-5.2.1 cygnus Pierre Le Gallo
2002-08-01 15:20 ` Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox