Date: Mon, 9 Feb 1998 13:23:58 +0200 (IST) From: Eli Zaretskii To: Neither cc: djgpp AT delorie DOT com Subject: Re: copyleft? In-Reply-To: <34dee8dc.52758337@n5.supernews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 9 Feb 1998, Neither wrote: > Is it true that if I use the c++ (except for iostream) > libraries, all of my programs linked with it will now become free > software automatically. I read this here: > http://www.rt66.com/~brennan/djgpp/things.html . An answer would be > much appreciated. An answer is already in the DJGPP FAQ list, waiting for you to be read. Download the file v2/faq210b.zip from the same place you get DJGPP and read section 19.1 there. In short, if you can link your program with -lstdcxx -liostream, but without -lgpp switch, you can do anything you like with your program. -lgpp causes your work to fall under the GNU License, which see.