From: Douglas Rupp Newsgroups: comp.os.msdos.djgpp Subject: Re: Win32 support for DJGPP!!!! Date: Thu, 20 Feb 1997 21:37:00 +0000 Organization: Ada Core Technologies Lines: 14 Message-ID: <330CC3FC.46BB5637@gnat.com> References: <3309D5CA DOT 10F6E057 AT gnat DOT com> <330c8918 DOT 1063550 AT news DOT ping DOT be> <5eim9n$gos AT news DOT ox DOT ac DOT uk> NNTP-Posting-Host: oreti.tabbygnat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I'm afraid you've got this backwards. George Foot wrote: > There are two separate licenses - the GPL (General Public License) and the > LGPL (Library General Public License). The LGPL requires you (among other > things) to release the full source code to any program which uses routines > from the library. As an example, libc is under GPL but libgpp is under LGPL. > Consequently, you can decide whether or not to release the source for any C > programs you write using libc, but if you write C++ programs using libgpp > you must release the source. > > For information on this, type info gcc copying (this is the GPL) or info > libg++ copying (this is the LGPL).