Date: Wed, 14 Jan 1998 19:23:41 -0500 (EST) Message-Id: <199801150023.TAA22092@delorie.com> From: DJ Delorie To: ao950 AT FreeNet DOT Carleton DOT CA CC: djgpp AT delorie DOT com In-reply-to: <69i79m$8vc@freenet-news.carleton.ca> (ao950@FreeNet.Carleton.CA) Subject: Re: Programs compiled with djgpp Precedence: bulk > > Can programs compiled with djgpp be sold commercially? > > Yes, if you don't use GPLed code (i.e. parts of the sources for DJGPP) in > it. If you use libstdcx, you fall under LGPL, and must include not only > your foo.exe, but any .o files you created yourself that were linked with > library files to make the exe. Please be careful when replying about copyrights. libstdcx is NOT LGPL! libgpp.a is, but the standard library (which is *required* for language compliance) is usable commercially as long as your program is compiled with gcc (as all djgpp programs are). The FAQ has a section about this question; please refer to it.