Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: localhost.localdomain: ronald owned process doing -bs Date: Wed, 9 Apr 2003 09:42:33 +0200 (CEST) From: Ronald Landheer-Cieslak X-X-Sender: ronald AT localhost DOT localdomain To: Suetlam Chung cc: cygwin AT cygwin DOT com, Marcel Telka Subject: Re: can it be solved? In-Reply-To: <20030408162439.24836.qmail@web10105.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Could you *please* stop changing the subject line? Anyways, it looks like you really, really messed up your Cygwin install: On Tue, 8 Apr 2003, Suetlam Chung wrote: > bash-2.05b$ echo $PATH > /cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/WINNT/System32 Anything related to cygwin is missing here (where's /usr/bin?) > bash-2.05b$ type -a ls > bash: type: ls: not found > bash-2.05b$ type -a gcc > bash: type: gcc: not found .. and this is the result > bash-2.05b$ /bin/ls -l/ > /bin/ls: invalid option -- / > Try `/bin/ls --help' for more information. Try a space between the option and the directory name - that should help.. > bash-2.05b$ /bin/ls -1/ > /bin/ls: invalid option -- / > Try `/bin/ls --help' for more information. ditto > bash-2.05b$ /bin/getfacl/ ditto > bash-2.05b$ /bin/ls -l /bin/gcc.exe > -rwxr-xr-x 1 a None 88064 Nov 15 > 06:37 /bin/gcc.exe > bash-2.05b$ /bin/getfacl /bin/gcc.exe > # file: /bin/gcc.exe > # owner: a > # group: None > user::rwx > group::r-x > other:r-x > mask:rwx looks OK. How did you start Bash? Did you use the cygwin.bat file found at the Cygwin root, or did you just start bash typing "bash" on a command-line somewhere? If you did the second, try the first and get back to us with more info.. (i.e. the info Igor asked for, typed properly this time) rlc -- 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/