From: "Pierre Le Gallo" <pierre.legallo@wanadoo.fr>
To: <gdb-patches@sources.redhat.com>
Subject: make dvi fails on insight-5.2.1 cygnus
Date: Mon, 29 Jul 2002 03:49:00 -0000 [thread overview]
Message-ID: <000a01c2360d$5e1e6440$fb4a0950@RITA2002> (raw)
[-- 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 --]
next reply other threads:[~2002-07-28 8:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-29 3:49 Pierre Le Gallo [this message]
2002-08-01 15:20 ` Andrew Cagney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000a01c2360d$5e1e6440$fb4a0950@RITA2002' \
--to=pierre.legallo@wanadoo.fr \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox