Mail Archives: djgpp/1997/03/09/07:29:39
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 <gfoot AT mc31 DOT merton DOT ox DOT ac DOT uk>
Merton College, Oxford.
- Raw text -