Date: Wed, 26 Oct 94 09:45:29 -0400 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: Shiffer AT 6sops DOT offutt DOT af DOT mil Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Made with djgpp? > Where might I find some good programs that have been made with gcc? Well, djgpp is written with gcc :-) There are a couple of commercial programs written with gcc, like Executor/DOS from ARDI (Macintosh emulator) and eXtreme's X server software. There are also many PD programs, like DEU and Python, that use djgpp. > Also, Could someone spell out what the copyright actually says about > programs built with djgpp and gnu libraries. From what I gather if I use > a single standard library than I must supply source code for the whole > program. Is this correct? I would just like to know, so I don't break > any rule's o' conduct. :) If you use libgpl.a, you must provide sources for libgpl.a and OBJECTS for your program. For libgpp.a and libiostream.a, the copyright allows you to use them without restriction as long as your program is compiled with gcc. There are no restrictions on libc.a or libm.a.