Re: File permission problems with new cygwin dll

2002-10-18 Thread Christopher Faylor
On Fri, Oct 18, 2002 at 12:19:29AM +0200, Pavel Tsekov wrote: On Thu, 17 Oct 2002, Christopher Faylor wrote: On Thu, Oct 17, 2002 at 03:17:11PM +1300, Ross Smith wrote: If you take any command-line program that writes to stdout -- plain old hello world will do fine -- compile it with gcc, and

Re: File permission problems with new cygwin dll

2002-10-18 Thread Pavel Tsekov
On Thu, 17 Oct 2002, Christopher Faylor wrote: On Thu, Oct 17, 2002 at 03:17:11PM +1300, Ross Smith wrote: If you take any command-line program that writes to stdout -- plain old hello world will do fine -- compile it with gcc, and run it several times with somefile, then you get a file

Re: File permission problems with new cygwin dll

2002-10-18 Thread Christopher Faylor
On Thu, Oct 17, 2002 at 03:17:11PM +1300, Ross Smith wrote: If you take any command-line program that writes to stdout -- plain old hello world will do fine -- compile it with gcc, and run it several times with somefile, then you get a file containing several copies of hello world, as you'd

Re: File permission problems with new cygwin dll

2002-10-16 Thread Christopher Faylor
On Thu, Oct 17, 2002 at 11:09:31AM +1300, Ross Smith wrote: I just upgraded to the new cygwin dll and gcc, and I seem to be running into some of the same problems reported by others. (Yes, I know ntsec is now enabled by default.) First problem: chmod doesn't work. Whenever I try to use it, I

RE: File permission problems with new cygwin dll

2002-10-16 Thread Rolf Campbell
] Subject: Re: File permission problems with new cygwin dll On Wed, Oct 16, 2002 at 07:23:25PM -0400, Rolf Campbell wrote: That fixed all of my problems! mkpasswd -du mywindowslogin /etc/passwd, and then gcc started producing programs that were executable again. Wow. I'm amazed. I

RE: File permission problems with new cygwin dll

2002-10-16 Thread Ross Smith
From: Christopher Faylor [mailto:[EMAIL PROTECTED]] On Thu, Oct 17, 2002 at 11:09:31AM +1300, Ross Smith wrote: I just upgraded to the new cygwin dll and gcc, and I seem to be running into some of the same problems reported by others. (Yes, I know ntsec is now enabled by default.)