Message-ID: <382049AC.417BC0A1@softhome.net> Date: Wed, 03 Nov 1999 16:41:48 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: lt,en MIME-Version: 1.0 To: djgpp-workers AT Delorie DOT com Subject: Re: Help with arg passing References: Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Eli Zaretskii wrote: > We could force the use of !proxy if the program is a symlink. (I'm > guessing that you check whether the program is a symlink before the > decision is made how to invoke it.) Because I added symlink support to low level of library (not the lowest - _open(), _chmod() and other direct wrappers to DOS calls are untouched), currently I do not check it directly because _check_v2_prog() works correctly with symlinks too. Sure, it is possible to check for symlinks and use !proxy then, but I want to have symlink implementation nice & clean, and in this case - transparent. > Do I understand that you don't intend to support symlinks to > non-DJGPP programs, because of this? I don't. Laurynas Biveinis