X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: rugxulo AT gmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: future_djgpp Date: Tue, 16 Oct 2007 20:20:18 -0700 Organization: http://groups.google.com Lines: 39 Message-ID: <1192591218.173261.320340@e34g2000pro.googlegroups.com> References: <1192429436 DOT 641111 DOT 83780 AT i38g2000prf DOT googlegroups DOT com> <200710151316 DOT l9FDGVEl019285 AT envy DOT delorie DOT com> <1192470401 DOT 620469 DOT 297940 AT z24g2000prh DOT googlegroups DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1192591218 16782 127.0.0.1 (17 Oct 2007 03:20:18 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 17 Oct 2007 03:20:18 +0000 (UTC) In-Reply-To: <1192470401.620469.297940@z24g2000prh.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.23 (Windows NT 6.0; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: e34g2000pro.googlegroups.com; posting-host=65.13.115.246; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 On Oct 15, 2:14 pm, peters DOT DOT DOT AT volny DOT cz wrote: > On Oct 15, 3:16 pm, DJ Delorie wrote: > > > > Are you at least using the 2.04 beta? > > Yes I was using 2.04 beta with cdrtools, the symbolic links aren`t > supported on FAT, djgpp really emulate this links as cygwin? I don`t > understand it much, but I had to copy files instead to use links. > Please, explain me this feature in djgpp :-) You have to use LN.EXE from /beta/FIL41B.ZIP. And only 2.04-compiled programs can transparently handle such links. I assume this is what you want to know: ------------------------------------------------------------------------------------------------------ c:\Armslurp\temp>ln -s rosary.pdf tony.pdf c:\Armslurp\temp>ls -l *.pdf -rw-r--r-- 1 Rugxulo root 160468 Sep 28 19:38 rosary.pdf lrw-r--r-- 1 Rugxulo root 510 Oct 16 22:10 tony.pdf -> rosary.pdf c:\Armslurp\temp>ls -lL *.pdf -rw-r--r-- 1 Rugxulo root 160468 Sep 28 19:38 rosary.pdf -rw-r--r-- 1 Rugxulo root 160468 Sep 28 19:38 tony.pdf c:\Armslurp\temp>upx -l ..\djgpp\bin\ln.exe Ultimate Packer for eXecutables Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007 UPX 3.01w Markus Oberhumer, Laszlo Molnar & John Reiser Jul 31st 2007 File size Ratio Format Name -------------------- ------ ----------- ----------- 128000 -> 67336 52.61% djgpp2/coff ..\djgpp\bin\ln.exe ------------------------------------------------------------------------------------------------------