This is the mail archive of the cygwin 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: Problem after fresh Cygwin installation


Bernd Bartmann wrote:
Hi,

I just installed the default Cygwin components using the latest
setup.exe from a local install directory. The target machine runs
WinXP SP2 English with German MUI pack. The installation as local
administrator via setup.exe did not show any errors. The computer is
only a workgroup member and not part of any domain.

After starting cygwin for the first time using the desktop icon it
tells me "Your group name is
currently "mkpasswd"". So I followed the instruction and ran:

mkpasswd -l > /etc/passwd
mkgroup -l > /etc/passwd

The contents of both files looks ok to me.

Now comes the weird part. I created a new file hello.c in my home dir
with vim. ls -al shows that the file exists, but "more hello.c" gives
no output at all. I just get a new shell prompt. The same problem
exits when I run "gcc hello.c -o hello". Nothing happens, not even an
error message is displayed and no file hello is created.

Also, I don't get a colored shell prompt, but only a $ sign.

Any clues?

Best regards,
Bernd

--
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/


Probably a type on the OP's part but...


mkpasswd -l > /etc/passwd
*mkgroup -l > /etc/passwd
*
Shouldn't the above be  mkgroup -i > /etc/groups  ???

-Stephen Barclay
stephen (at) call-em-all [dot] com





--
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/


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