Date: Tue, 16 May 2000 16:46:51 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: djgpp-workers AT delorie DOT com Subject: Re: Fw: DJGPP config changes part 1 of 2 In-Reply-To: <39211C01.D2EB7EE7@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 16 May 2000, Laurynas Biveinis wrote: > "Mark E." wrote: > > # on DJGPP the 'ln -s' does not work correctly > > LN = cp -p > > This is isn't covered by your patch, but I've noticed it there - why > not to check for 'ln -s' with configure script, because it may change? Because the test for "ln -s" is unreliable: it fails on plain DOS, but seems to ``work'' on Windows 9X. Since we have GNU `cp', we might as well use "cp -p" unconditionally (provided that it is only during the build process; inside "make install" is another matter).