Message-Id: <199903171807.SAA76910@out5.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Wed, 17 Mar 1999 13:07:39 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: symlink question References: <199903171553 DOT PAA28740 AT out2 DOT ibm DOT net> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.01d) Reply-To: djgpp-workers AT delorie DOT com > The idea is okay (since I also suggested it ;-), but please submit > patches with forward slashes, not backslashes. True enough about the idea. And sorry about slashes. > > Where's the part that handles the non-existing files, btw? > I was under the impression that we should either add calls to link() or disallow non-existant files. Doing both seems unneccessary. If we do the first change, then configure scripts will still detect 'ln -s' but will now work in that we emulate the result by calling link(). If we do the first and the second change, we will have made so that configure scripts will not detect 'ln -s' while at the same time making it possible for 'ln -s' to work in configure scripts. Mark --- Mark Elbrecht, snowball3 AT usa DOT net http://snowball.digitalspace.net/