delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/08/29/17:56:35

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Message-ID: <3B8D64F2.4AF6C353@t-online.de>
Date: Wed, 29 Aug 2001 23:56:02 +0200
From: 520066587150-0001 AT t-online DOT de (Jerome BENOIT)
Reply-To: JGMBenoit AT Wanadoo DOT fr
X-Mailer: Mozilla 4.76 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Robert A McDougall <McDougall AT agecon DOT purdue DOT edu>
CC: cygwin AT cygwin DOT com
Subject: Re: teTeX mktexlsr problem
References: <3B8CCA78 DOT 31303 DOT 4B400B AT localhost>
X-Sender: 520066587150-0001 AT t-dialin DOT net

Thank you for your cooperation:
  I will incorporate this fix in the next release.

Thanks,
Jerome BENOIT

Robert A McDougall wrote:
> 
> mktexlsr misbehaves under Cygwin when $CYGWIN is unset or of zero length.
> 
> Typical symptoms are that the web2c filename databases don't get
> made, and TeX, LaTeX etc. can't find their "fmt" files.
> 
> The error is in the test mktexlsr uses to decide
> whether to use Un*x- or W*nd*ws-style path separators:
> 
> if test -z "$COMSPEC" && test -z "$ComSpec" || test -n "$CYGWIN"; then
>   SEP=':'
> else
>   SEP=';'
> fi
> 
> This is wrong because it's possible (and reasonable) to use
> Cygwin without setting the $CYGWIN variable.  Better is:
> 
> if test -z "$COMSPEC" && test -z "$ComSpec" || test "x$OSTYPE" = "xcygwin"; then
>   SEP=':'
> else
>   SEP=';'
> fi
> 
> >From the mail archive, it seems likely that this was William
> D. Kirby's problem
> (http://sources.redhat.com/ml/cygwin/2001-04/msg00471.html).
> Also that Kenta MURATA had the same problem, and proposed an
> alternative solution, namely, unset $COMSPEC
> (http://sources.redhat.com/ml/cygwin/2001-04/msg00476.html).
> 
> --
> robert mcdougall  .  center for global trade analysis
> 
> --
> 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/

-- 
  *º¤., ¸¸,.¤º*¨¨¨*¤    Jerome BENOIT, Ph.D.    *º¤., ¸¸,.¤º*¨¨¨*¤
                  Institute of Molecular Biology
               Friedrich-Schiller University of Jena
             Winzerlaer Strasse 10, Jena 07745, Germany
  *º¤., ¸¸,.¤º*¨¨¨*¤    JGMBenoit AT wanadoo DOT fr    *º¤., ¸¸,.¤º*¨¨¨*¤

--
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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019