public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Problem with texi2dvi
@ 2002-04-27 11:11 Gary Hargrave
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Hargrave @ 2002-04-27 11:11 UTC (permalink / raw)
  To: cygwin

Hi,

When I run texi2dvi it just hangs. The problem seems to be at line 408 it cannot find the texinfo.tex file.

I fixed it by putting a copy of texinfo.tex in /usr/share/texmf/tex/texinfo and setting TEXINPUTS to .:/usr/share/texmf/tex/texinfo:

However I still think this is a bug as the script should use the texinfo.tex in the same directory that I ran texi2dvi.


Gary


_____________________________________________________________
Get your FREE E-mail @Gibweb.net. Visit www.GibWeb.net for Gibraltar weather,news,lottery results,search and much more.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: Problem with texi2dvi
@ 2002-04-30  5:19 Gary Hargrave
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Hargrave @ 2002-04-30  5:19 UTC (permalink / raw)
  To: cygwin


I've found a bug in the texi2dvi script when it is run under Cygwin.

As can be seen from the folowing lines the path separator is set to ';' when run under Cygwin.


/usr/bin/texi2dvi lines 99-105
# Systems which define $COMSPEC or $ComSpec use semicolons to separate
# directories in TEXINPUTS.
if test -n "$COMSPEC$ComSpec"; then
  path_sep=";"
else
  path_sep=":"
fi


Gary


_____________________________________________________________
Get your FREE E-mail @Gibweb.net. Visit www.GibWeb.net for Gibraltar weather,news,lottery results,search and much more.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2002-04-30 11:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-27 11:11 Problem with texi2dvi Gary Hargrave
2002-04-30  5:19 Gary Hargrave

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).