X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 21 Aug 2004 12:58:04 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-ID: <01c48765$Blat.v2.2.2$7f960000@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from Brian Inglis on Sat, 21 Aug 2004 06:43:51 GMT) Subject: Re: gunzip.exe missed in gzip135b.zip? References: <200408201850 DOT i7KIoWCl005856 AT envy DOT delorie DOT com> <200408202019 DOT i7KKJXdT007147 AT envy DOT delorie DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Brian Inglis > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 21 Aug 2004 06:43:51 GMT > > > >Use stubedit to create a symlink stub for executables. "ln -s" only > >works for data files (although one would expect it to "just work" for > >executables). > > That's interesting, my gunzip.exe was created by "ln -s gzip gunzip", > is 2KB long, and contains the following text from byte 31: > "stub.h generated from stub.asm by djasm, on Thu Dec 9 10:59:31 1999 That's because the OP has a port of Fileutils built with the (as yet not released) DJGPP library v2.04, which implements Unix-style symlinks. You have Fileutils built with DJGPP v2.03, which only supported symlinks for executable files, and the `ln' port generated such ``symlinks''.