Date: Mon, 10 Mar 1997 08:25:21 -0500 Message-Id: <199703101325.IAA24492@delorie.com> From: DJ Delorie To: ao950 AT FreeNet DOT Carleton DOT CA CC: djgpp AT delorie DOT com In-reply-to: <5g0bem$spp@freenet-news.carleton.ca> (ao950@FreeNet.Carleton.CA) Subject: Re: Using C++ > 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? If you use -lgpp, you must distribute: * objects for your program * sources for libgpp.a * Whatever else is required (except ld.exe) to link your program (special scripts, other libraries, etc)