Date: Mon, 15 Nov 1999 11:27:37 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: DJGPP Workers Subject: Re: First alpha symlink patch In-Reply-To: <382EC0C3.345C02B6@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 14 Nov 1999, Laurynas Biveinis wrote: > > Note that interoperability with non-Cygwin software is one of grave > > problems with Cygwin. It causes lots of FAQs (see, for example, > > gnu.emacs.help). > > If I remove attribute check at all (look at my other reply), > interoperability with DJGPP symlinks will be added to that FAQs > as well... :-) Well, DJGPP is already on that list, since we don't support symlinks. You could actually support Cygwin-created symlinks by looking at the size *and* the attributes. If you don't turn on the system attribute in the symlinks DJGPP creates, then it's probably okay. Anyway, perhaps we can convince DJ to put on his Cygwin hat and change their implementation to match ours ;-).