X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Authenticated: #27081556 From: Juan Manuel Guerrero To: djgpp AT delorie DOT com Subject: Re: ANNOUNCE: DJGPP port of GNU gzip-1.3.9 uploaded Date: Tue, 6 Feb 2007 16:49:43 +0100 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702061649.43271.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Robert Riebisch schrieb am Montag, 5. Februar 2007 18:45: > Juan Manuel Guerrero schrieb: > >> The reason is quite simple, the Makefile.in does not create symlinks and >> my intention was to keep the changes as small as possible. Netherless, >> this seems > > Another dumb question: With respect to your efforts, why you didn't > strip debug information? That seems to be a general 'problem' in your > recent ports, e.g., urtf202b.zip, bsn23b.zip, barc098b.zip, ... > The way I produce the binary zip file is quite simple. Distributed libraries are never striped; binaries are always striped. To strip the binaries I have written a batch file. Unfortunatly it has a bug so that not all symbols are striped but only the debug info. I have fixed this issue so it should not cause any inconveniences anymore. Regards, Juan M. Guerrero