[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: v 0.43 1999/09/28 did not work on cygwin.
From: |
George J. Wakileh |
Subject: |
RE: v 0.43 1999/09/28 did not work on cygwin. |
Date: |
Tue, 22 May 2001 10:17:16 +0200 |
Hello,
Below is the output of texi2dvi with set -x
George
---
+ rcs_revision=$Revision: 0.43 $
+ set - $Revision: 0.43 $
+ rcs_version=0.43
+ echo /bin/texi2dvi
+ sed -e s!.*/!!
+ program=texi2dvi
+ version=texi2dvi (GNU Texinfo 4.0) 0.43
Copyright (C) 1999 Free Software Foundation, Inc.
There is NO warranty. You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.
+ usage=Usage: texi2dvi [OPTION]... FILE...
Run each Texinfo or LaTeX FILE through TeX in turn until all
cross-references are resolved, building all indices. The directory
containing each FILE is searched for included files. The suffix of FILE
is used to determine its language (LaTeX or Texinfo).
Makeinfo is used to perform Texinfo macro expansion before running TeX
when needed.
Options:
-@ Use @input instead of \input; for preloaded Texinfo.
-b, --batch No interaction.
-c, --clean Remove all auxiliary files.
-D, --debug Turn on shell debugging (set -x).
-e, --expand Force macro expansion using makeinfo.
-I DIR Search DIR for Texinfo files.
-h, --help Display this help and exit successfully.
-l, --language=LANG Specify the LANG of FILE: LaTeX or Texinfo.
-p, --pdf Use pdftex or pdflatex for processing.
-q, --quiet No output unless errors (implies --batch).
-s, --silent Same as --quiet.
-t, --texinfo=CMD Insert CMD after @setfilename in copy of input file.
Multiple values accumulate.
-v, --version Display version information and exit successfully.
-V, --verbose Report on what is done.
The values of the BIBTEX, LATEX (or PDFLATEX), MAKEINDEX, MAKEINFO,
TEX (or PDFTEX), and TEXINDEX environment variables are used to run
those commands, if they are set.
Email bug reports to <address@hidden>,
general questions and discussion to <address@hidden>.
+ escape=\
+ batch=false
+ clean=
+ debug=
+ expand=
+ oformat=dvi
+ set_language=
+ miincludes=
+ textra=
+ tmpdir=/tmp/t2d280
+ txincludes=
+ txiprereq=19990129
+ quiet=
+ verbose=false
+ pwd
+ orig_pwd=/tetex
+ test -n C:\WIN2000\system32\cmd.exe
+ path_sep=;
+ TEXINPUTS_orig=
+ INDEXSTYLE_orig=
+ export TEXINPUTS INDEXSTYLE
+ arg_sep=280--280
+ set dummy k.texi 280--280
+ shift
+ test xk.texi != x280--280
+ set dummy k.texi 280--280 k.texi
+ shift
+ shift
+ test x280--280 != x280--280
+ shift
+ test 1 = 0
+ test -z
+ trap cd / && rm -rf /tmp/t2d280 0 1 2 15
+ umask 077
+ mkdir /tmp/t2d280
+ utildir=/tmp/t2d280/utils
+ mkdir /tmp/t2d280/utils
+ comment_iftex_sed=/tmp/t2d280/utils/comment.sed
+ cat
+ uncomment_iftex_sed=/tmp/t2d280/utils/uncomment.sed
+ cat
+ get_xref_files=/tmp/t2d280/utils/get_xref.sh
+ cat
+ chmod 500 /tmp/t2d280/utils/get_xref.sh
+ test = t
+ exec
+ test = t
+ false Processing k.texi ...
+ echo k.texi
+ egrep ^(/|[A-z]:/)
+ command_line_filename=./k.texi
+ test ! -r ./k.texi
+ echo ./k.texi
+ sed s!/[^/]*$!!;s!^$!.!
+ filename_dir=.
+ cd .
+ pwd
+ filename_dir=/tetex
+ basename ./k.texi
+ filename_ext=k.texi
+ echo k.texi
+ sed s/\.[^.]*$//
+ filename_noext=k
+ echo k.texi
+ sed s/^.*\.//
+ ext=texi
+ tmpdir_src=/tmp/t2d280/src
+ filename_src=/tmp/t2d280/src/k.texi
+ tmpdir_xtr=/tmp/t2d280/xtr
+ filename_xtr=/tmp/t2d280/xtr/k.texi
+ tmpdir_bak=/tmp/t2d280/bak
+ mkdir /tmp/t2d280/src /tmp/t2d280/xtr /tmp/t2d280/bak
+ common=.;/tetex;/tetex;;
+ TEXINPUTS=.;/tetex;/tetex;;
+ INDEXSTYLE=.;/tetex;/tetex;;
+ test -n
+ sed 1q ./k.texi
+ fgrep input texinfo
+ language=texinfo
+ bibtex=
+ texindex=texindex
+ test dvi = dvi
+ tex=tex
+ test = t
+ txiversion_tex=txiversion.tex
+ echo \input texinfo.tex @bye
+ cd /tmp/t2d280
+ tex txiversion.tex
+ sed -n s/^.*\[\(.*\)version \(....\)-\(..\)-\(..\).*$/txiformat=\1
txiversion=
"\2\3\4"/p
-----Original Message-----
From: Eli Zaretskii [SMTP:address@hidden
Sent: Tuesday, 22 May 2001 05:39
To: address@hidden
Cc: address@hidden
Subject: Re: v 0.43 1999/09/28 did not work on cygwin.
So, you type "texi2dvi foobar.texi", hit RET, and it just hangs there, is
that right?
If so, could you try to find out what command hangs? texi2dvi is a shell
script, so by editing it you can find that out quite easily. For example,
adding "set -x" at the beginning will print each command it runs.
> If you're not happy about my message. Sorry for reporting this, just
drop it.
Bug reports are always welcome. Thanks for reporting this.