From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCHES] patches for compiling GNU emacs 21.2 under Cygwin Date: Thu, 28 Nov 2002 19:13:48 +0200 (IST) Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1038503774 23053 80.91.224.249 (28 Nov 2002 17:16:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 28 Nov 2002 17:16:14 +0000 (UTC) Cc: jbuehler@hekimian.com, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18HSGq-0005zX-00 for ; Thu, 28 Nov 2002 18:16:12 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18HSO0-0004PD-00 for ; Thu, 28 Nov 2002 18:23:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18HSGL-0008Eg-00; Thu, 28 Nov 2002 12:15:41 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18HSEw-0007fC-00 for emacs-devel@gnu.org; Thu, 28 Nov 2002 12:14:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18HSEr-0007St-00 for emacs-devel@gnu.org; Thu, 28 Nov 2002 12:14:12 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18HSEm-00079N-00 for emacs-devel@gnu.org; Thu, 28 Nov 2002 12:14:08 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id TAA01157; Thu, 28 Nov 2002 19:13:48 +0200 (IST) X-Sender: eliz@is Original-To: Roman Belenov In-Reply-To: Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9733 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9733 On Thu, 28 Nov 2002, Roman Belenov wrote: > "Eli Zaretskii" writes: > > > I don't really understand why is it necessary to introduce > > _CYGWIN_EXE_SUFFIX. On Windows, there's no need to run "chmod a+rx" > > on *.exe programs. > > On cygwin, it makes sense - cygwin's default behaviour on Windows > NT and derivative systems is to map Windows permissions (including > "Read&Execute") to its own POSIX-like ones, so chmod command above is > not a no-op. Sorry, I don't understand; please elaborate. Do you mean to say that Cygwin's port of GCC produces *.exe programs whose Execute bit is not set? In other words, if I say "gcc hello.c -o hello.exe", do you mean to say that the produced hello.exe cannot be immediately invoked, without running chmod on it first?