Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Tue, 25 Apr 2000 09:15:21 -0400
To: cygwin@sourceware.cygnus.com
Subject: Re: new setup.exe woes
Message-ID: <20000425091521.A10009@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: cgf@cygnus.com, cygwin@sourceware.cygnus.com
References: <Pine.SOL.4.21.0004250748000.14315-100000@snoopy>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.1.12i
In-Reply-To: <Pine.SOL.4.21.0004250748000.14315-100000@snoopy>; from delauti@vetmed.auburn.edu on Tue, Apr 25, 2000 at 08:00:06AM -0500

On Tue, Apr 25, 2000 at 08:00:06AM -0500, Todd Delaune wrote:
>I tried to upgrade my cygwin installation yesterday using the setup.exe
>program. It was a flawless installation until I tried to run my new
>bash. For some reason I am now unable to source a file, I get lots of
>command not found errors. For instance, a simple test file that just does
>an ls fails. The error it fails with seems to be PS1 related as you'll
>soon see. When I load my first shell, \s is different from when I run
>another shell from the first shell. And the command not found errors 
>differ accordingly. Here's a simple session:

The new setup mounts the root in "binary" mode.  Your "l" file has
\r\n line endings which bash (currently) does not understand.

cgf

>"C:/unix/bin/bash.exe"-2.03$ cat l
>echo $PATH
>ls
>
>"C:/unix/bin/bash.exe"-2.03$ . l
>/usr/local/bin:/usr/bin:/d/orant/bin:/c/Perl/bin:/d/jdk1.1.8/bin:/c/DMINT40/WIN3
>2/Bin:/c/WINNT/system32:/c/WINNT:/d/PROGRA~1/MICROS~1/Office:/c/WINNT/System32/W
>BEM:/d/atria/bin:/d/jbuilder3/bin:/d/Novera/EPIC/bin
>: command not foundxe": ls
>
>"C:/unix/bin/bash.exe"-2.03$ bash
>
>bash-2.03$ . l
>/usr/local/bin:/usr/bin:/d/orant/bin:/c/Perl/bin:/d/jdk1.1.8/bin:/c/DMINT40/WIN3
>2/Bin:/c/WINNT/system32:/c/WINNT:/d/PROGRA~1/MICROS~1/Office:/c/WINNT/System32/W
>BEM:/d/atria/bin:/d/jbuilder3/bin:/d/Novera/EPIC/bin
>: command not found
>
>bash-2.03$ /usr/bin/ls
>bashrc      d           lib         tmp         var
>bin         etc         mybashrc    uninst.bat
>c           l           mybin       usr
>
>As you can see, /usr/bin is in my path and does function. Is anyone else
>having this problem? I also noticed that the cygwin1.dll files in
>setup.exe and the one installed by the cygwin-20000301.tar.gz files are
>different. The one in the tar file is 600576 bytes, the one from setup.exe
>is 614912 bytes. I tried both dll's in my /bin directory to see if it
>affected my command not found problems, but it didn't affect anything.
>
>Thanks in advance,
>
>Todd
>
>Todd Delaune  delauti@vetmed.auburn.edu  http://www.vetmed.auburn.edu/~delauti/
>-------------------------------------------------------------------------------
>   "There's no point in being grown up if you can't be childish sometimes." 
>
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>

-- 
cgf@cygnus.com                        Cygnus Solutions, a Red Hat company
http://sourcware.cygnus.com/          http://www.redhat.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

