This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: can it be solved?


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]