From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Using C++ Date: Sun, 09 Mar 1997 16:57:09 -0800 Organization: Two pounds of chaos and a pinch of salt Message-ID: <33235C65.1F2D@cs.com> References: <33224B47 DOT 4A32 AT ionet DOT net> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp104.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp King~Guetsko wrote: > > How does one know whether they use part of the libgxx or > whatever GPL library there is for G++? Do you link and use it with > every c++ program you have? Or is there a way to program with classes > and inheritence and still not fall under GPL? The best way to determine if a program you write requires the g++ library is to manually compile it with gcc using only the iostream and stdcx libraries. If you still have any unresolved externals, then you must either link with libgpp, or create your own versions of anything you need. -- John M. Aldrich, aka Fighteer I -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d- s+:- a-->? c++>$ U@>++$ p>+ L>++ E>++ W++ N++ o+>++ K? w(---) O- M-- V? PS+ PE Y+ PGP- t+(-) 5- X- R+(++) tv+() b+++ DI++ D++ G>++ e(*)>++++ h!() !r !y+() ------END GEEK CODE BLOCK------