Date: Mon, 10 Mar 1997 12:12:14 +0200 (IST) From: Eli Zaretskii To: Paul Derbyshire cc: djgpp AT delorie DOT com Subject: Re: Using C++ In-Reply-To: <5g0bem$spp@freenet-news.carleton.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 10 Mar 1997, Paul Derbyshire wrote: > As I read the (quite obscure) info docs on copying, the onlly consequence > of using -lgpp is that you have to distribute the libgpp.a file with your > software right? No. You need to distribute *your* code in either object or source format, so that people could relink it with either a new release of libgpp or another (non-GNU) class library. This should be described in a less obscure way in section 19.1 of the FAQ list.