From: gfoot AT mc31 DOT merton DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: Using C++ Date: 9 Mar 1997 10:12:49 GMT Organization: Oxford University Lines: 14 Message-ID: <5fu2f1$p8r@news.ox.ac.uk> References: <33224B47 DOT 4A32 AT ionet DOT net> NNTP-Posting-Host: mc31.merton.ox.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp King~Guetsko (getskow AT ionet DOT net) 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? Easy - don't use gxx to link your program. Use gcc all the way, and make sure you're not using -lgpp anywhere. That way you know the library isn't being linked in, since gcc doesn't do it automatically like gxx does. gcc can still compile C++ code. -- George Foot Merton College, Oxford.