Date: Sun, 15 Jul 2001 10:12:47 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: djgpp-workers AT delorie DOT com, Andrew Cottrell Subject: Re: Comments on GCC 3.0 distribution In-Reply-To: <20010714115956.B264@lauras.lt> 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 Sat, 14 Jul 2001, Laurynas Biveinis wrote: > > In addition to using ln.exe built with CVS libc, as Martin said, you > > should test this with files that are not programs. Functions such as > > open, opendir, remove, rename, etc. should DTRT with symlinks. > > And functions which are mere wrappers about int 0x21 calls (_open etc.) > do not understand symlinks by design. This means that my suggestion about making %DJDIR% be a symlink won't work 100%: IIRC, the startup code reads djgpp.env with _open and _read (to avoid bloat). Then maybe make all the standard subdirectories of %DJDIR% be symlinks. That would still test a lot.