Date: Mon, 28 Oct 1996 07:56:52 -0500 Message-Id: <199610281256.HAA15448@delorie.com> From: DJ Delorie To: bartosz AT host1 DOT bielbit DOT bielsko DOT pl CC: djgpp AT delorie DOT com In-reply-to: <199610280849.JAA27445@host1.bielbit.bielsko.pl> (bartosz AT host1 DOT bielbit DOT bielsko DOT pl) Subject: Re: Is djgpp better than Watcom C? > What about GNU, GPL, LGPL .... licenses if you want to sell your > software. Both DJGPP and Watcom allow you to choose your own distribution terms. The only exception is an exception for both of them - if you use GPL or LGPL code IN YOUR APP (i.e. cut and past gcc's symbol table code into your program, or link -lg++ instead of -lstdcxx), then you must comply with the copyright for that code - GPL or LGPL. Even if you built your program win MSVC++, use of GPL/LGPL code in your app makes your program a GPL/LGPL program.