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: Wed, 7 Feb 2007 18:53:01 +0300 Organization: Aioe.org NNTP Server Lines: 22 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> <45c86b37$0$5725$9b4e6d93 AT newsspool3 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: > >> 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 > > If that's really true, then it's a stupid license. Gzip is distributed > under GNU GPL. Why should LGPL apply here? > GPL has even more restrictions than LGPL and LGPL desinged to help you yo use GPL library - you may not publish sources of your parts of your program if using LGPL libraries, as opposite, for libraries under GPL you must do it. But LGPL require that you can not disable to end user to relink your parts of your program with new version of used LGPL library and to debug LGPL library.