delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/11/01/12:16:44

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
From: "Dave Korn" <dave DOT korn AT artimi DOT com>
To: <cygwin AT cygwin DOT com>
Subject: RE: can not find valid cygwin path
Date: Tue, 1 Nov 2005 17:16:28 -0000
MIME-Version: 1.0
In-Reply-To: <BAY105-F4869D333E9F2C6378C99BE96F0@phx.gbl>
Message-ID: <SERRANOOgl4rhYQYx3G0000007c@SERRANO.CAM.ARTIMI.COM>

lin q wrote:
> Hi,
>    I have the latest cygwin installed on WinXP SP1. It works fine in
> general until I try to run some program today.
> 
>   It is really weired, the program requiring setting up some environment
> viriables, I guess iniside its code it tries to find some data based on
> that variable setting. Anyway, I do it something like this in my script,
> 
> export PROG_ENV=/cygdrive/c/prog
> export PATH=$PROG_ENV/bin/nt:$PATH
> 
> echo $PATH
> $PROG_ENV/bin/nt/prog.exe
> 

  Woops.  That's wrong already.  $PROG_ENV should have been expanded in
"export PATH=" command, so "echo $PATH" should not show "$PROG_ENV/.." but
"/cygdrive/c/prog/bin/nt....", as below:

--------------------------------<snip!>--------------------------------
dk AT espanola ~> echo $PATH
/artimi/swtools/windows/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/win/c
/W
INDOWS/system32:/win/c/WINDOWS:/win/c/WINDOWS/System32/Wbem:/artimi/chips/ness
/b
in:/win/c/Modeltech_6.0d/win32:/win/c/Modeltech_6.0d/win32pe:/win/c/WINDOWS/sy
st
em32:/win/c/WINDOWS:/win/c/WINDOWS/System32/Wbem:/usr/bin
dk AT espanola ~> cat foo.sh
#!/bin/bash
export PROG_ENV=/cygdrive/c/prog
export PATH=$PROG_ENV/bin/nt:$PATH
echo $PATH

dk AT espanola ~> . foo.sh
/cygdrive/c/prog/bin/nt:/artimi/swtools/windows/bin:/usr/local/bin:/usr/bin:/b
in
:/usr/X11R6/bin:/win/c/WINDOWS/system32:/win/c/WINDOWS:/win/c/WINDOWS/System32
/W
bem:/artimi/chips/ness/bin:/win/c/Modeltech_6.0d/win32:/win/c/Modeltech_6.0d/w
in
32pe:/win/c/WINDOWS/system32:/win/c/WINDOWS:/win/c/WINDOWS/System32/Wbem:/usr/
bi
n
dk AT espanola ~>
--------------------------------<snip!>--------------------------------

  What shell are you using?

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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