Date: Sun, 20 Aug 1995 12:51:39 +0300 (IDT) From: Eli Zaretskii To: Malcolm Taylor Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Thinking of switching to DJGPP On 12 Aug 1995, Malcolm Taylor wrote: > : 2)If I port my code and compile it under DJGPP, are there any legal strings > : attatched in terms of distributing the program as a comercial game or > : as shareware? > > If it uses the iostreams c++ library there may be some, check the faq. Actually, it's true for every GNU library *but* iostreams. iostreams doesn't imply GPL or LGPL, so if you can do without other classes (try linking with -liostream instead of -lgpp to see if you can), you should use it.