Date: Fri, 26 Apr 1996 10:35:57 +0200 (IST) From: Eli Zaretskii To: Samuel Vincent Cc: djgpp AT delorie DOT com Subject: Re: GNU question. In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 25 Apr 1996, Samuel Vincent wrote: > > Tom Powell writes: > > > I am a little confused about the license involved with DJGPP. > > You don't need to release source code. You only have to make available > your code in object format so people could relink it with their > own djgpp libraries if they want. That is WRONG! Programs compiled with DJGPP do not, repeat NOT, require the author to distribute anything except the binary executable. Please do not make this issue more confusing than it is. There are a few SPECIAL cases (explained in the FAQ and in the recent postings by DJ himself) where you use GNU (not DJGPP, GNU!) libraries, and which require to make a linkable object files available. But in general, this is NOT required. For details, please read Chapter 19 of the FAQ list.