Xref: news2.mv.net comp.os.msdos.djgpp:3424 From: malcolm AT manawatu DOT gen DOT nz (Malcolm Taylor) Newsgroups: comp.os.msdos.djgpp Subject: Re: GNU question. Date: Fri, 03 May 1996 21:39:42 GMT Organization: Grafik Software Lines: 22 Message-ID: <4me239$fj8@news.manawatu.gen.nz> References: <317EAFE6 DOT 63CE AT ix DOT netcom DOT com> <4lpl6o$4ev AT news DOT wco DOT com> Reply-To: malcolm AT manawatu DOT gen DOT nz NNTP-Posting-Host: malcolm.manawatu.gen.nz Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp agserm AT netwizards DOT net (Ansel Sermersheim) wrote: >Tom Powell wrote: >>I am a little confused about the license involved with DJGPP. >>Now I can release a program compiled with DJGPP and charge for it, but I >>also have to make the source code available? Is this right? How is this >If you use ONLY the C compiler, you do not fall under this restriction. If >you use the C++ features, you do. (I think.) I also read somewhere that >you can use the C++ abilities, but you can't use the libiostream library >(provides cout, and various other things), but I'm not sure of the accuracy >of this. Please, don't post misinformation! DJGPP compiled programs are YOURS. The only time that a GNU license is involved is when you link to a GNU library. The only GNU library in DJGPP is --libgpp.a--, but there is a free alternative with only the streams in it (libiostr.a). Basicly before posting questions or answers, read the FAQ. Eli has done a great job here, so use it. Malcolm