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


On 7/15/07, Dave Korn <dave.korn@artimi.com> wrote:
On 13 July 2007 19:12, Bernd Bartmann wrote:


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


Could be a missing dll dependency. Run


cygcheck `which more`

and see if any are listed as not found.

Thanks Dave! cygcheck more reveals that more is available under /usr/bin/more, but cygintl-3.dll is missing. I'll try to download the whole Cygwin install directory tree from another mirror again and reinstall everything.

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/


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