Message-ID: <37DE4CD1.B02BC18B@softhome.net> Date: Tue, 14 Sep 1999 15:25:37 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: lt,en MIME-Version: 1.0 To: DJGPP Workers Subject: More about symlinks Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com In makefile for fileutils it is written (just example, there are more places like this): rmdir: $(rmdir_OBJECTS) $(rmdir_DEPENDENCIES) ln $(LINK) $(rmdir_LDFLAGS) $(rmdir_OBJECTS) $(rmdir_LDADD) $(LIBS) ./ln -s $@ grmdir stubedit grmdir.exe argv0=rmdir It will be broken with new .exe symlink code - guess which file stubedit will update. So my questions are: 1) Are there places like above in other GNU code ported to DJGPP? 2) Is it acceptable solution for symlink() generate _both_ foo, which is the real symlink and foo.exe, which is good ol' DJGPP .exe symlink? Laurynas Biveinis