Mail Archives: djgpp/1998/02/09/06:23:58
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.
- Raw text -