X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Sun, 19 Dec 2004 13:16:13 -0700 From: Brian Inglis Subject: Re: ANNOUNCE: DJGPP port of GNU gzip-1.3.5 uploaded In-reply-to: <01c4e604$Blat.v2.2.2$63db7180@zahav.net.il> To: djgpp-workers AT delorie DOT com Message-id: <38obs0ddbi3hjj9rj1753em0fi7qcm20or@4ax.com> Organization: Systematic Software MIME-version: 1.0 X-Mailer: Forte Agent 1.93/32.576 English (American) Content-type: text/plain; charset=us-ascii References: <1103476827 DOT 41c5b85b491aa AT webmail DOT wilkes DOT edu> <200412191748 DOT iBJHmmaM005825 AT envy DOT delorie DOT com> <01c4e604$Blat.v2.2.2$63db7180 AT zahav DOT net DOT il> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id iBJKGM1I015416 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 Sun, 19 Dec 2004 21:52:17 +0200, Eli Zaretskii wrote: On Sun, 19 Dec 2004 12:48:48 -0500, Delorie wrote: >> >> We must use the stub symlinks for executables so that they work >> outside bash. We can't rely on bash for djgpp. We can use djgpp >> symlinks for data files that will be read only by djgpp programs, >> that's OK. > >We can also have _both_ gunzip.exe a stub symlink _and_ gunzip a v2.04 >style symlink. The former should be usable by Bash, the latter >outside Bash. Does 2.04 ln -s do the right thing in both cases: what has changed there? I am aware that Unix style symlinks have been added to DJGPP.