X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Grizlyk" Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: DJGPP port of GNU gzip-1.3.9 uploaded Date: Tue, 6 Feb 2007 12:07:55 +0300 Organization: Aioe.org NNTP Server Lines: 11 Message-ID: References: <200702050353 DOT 40792 DOT juan DOT guerrero AT gmx DOT de> <45c76d4a$0$27609$9b4e6d93 AT newsspool2 DOT arcor-online DOT net> NNTP-Posting-Host: qTttQU+6pdVrfN5Gd8kBKA.user.aioe.org X-Complaints-To: abuse AT aioe DOT org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-Priority: 3 X-MSMail-Priority: Normal To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Robert Riebisch wrote: > > 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, ... I think due to LGPL licence agreement (copying.lib), which is demanding from executable to be able to be rebuilded with new version of libraries. You can call "strip *" after unpacking "*.zip".