X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 	tests=AWL,BAYES_00,SPF_PASS
X-Spam-Check-By: sourceware.org
Date: Sat, 3 Oct 2009 14:05:37 -0400
From: Ken Jackson <cygwin@jackson.io>
To: cygwin@cygwin.com
Subject: Re: what is interfering texlive?
Message-ID: <20091003140537.5a3c7bff@travel>
In-Reply-To: <ed4892840910030154g72d17989y2e55d8168a29647d@mail.gmail.com>
References: <ed4892840910030154g72d17989y2e55d8168a29647d@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Identified-User: {4561:box527.bluehost.com:jacksonp:jackson.io} {sentby:smtp auth 72.81.135.140 authed with io+jackson.io}
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Steven Woody wrote:
> Hi,
> 
> I was always using cygwin and today I installed texlive 2008 on my
> computer.  But I found if I run texlive's xelatex command on my
> cygwin bash prompt, it will always return a "Program is not found"
> error. When I run the same command line under dos command prompt,
> it was fine.
> 
> In my .bash_profile, the texlive path is set to be searched firstly.
> 
> Can anyone give me a clue?


I haven't used that software, so these are only suggestions.

The Tex Live documentation site <http://www.tug.org/texlive/doc.html>
has a link titled, "Binaries for i386-cygwin".  You apparently
installed the win32 version, but maybe that one would be better.

Try these under bash:

  echo "$PATH"

Carefully look to insure the path is correct.

  type xelatex

If the 'type' command can't find it, it's a different kind of problem
than not being able to execute.

  chmod +x xelatax

Maybe bash doesn't recognize it as an executable.

-Ken Jackson

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

