This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC to open the C++ demangle API?


On Mon, Mar 04, 2002 at 02:07:33PM -0500, Robert Dewar wrote:
> Yes, well everyone would like to be able to use Microsoft software freely
> too as well. Of course if you say you don't like the GPL, because it is
> too restrictive, and you opposed to anyone using restrictive licensing,
> that's consistent, but on the other hand, it sounds as though you are
> proposing to use an even more restrictive licensing yourself, since
> why otherwise would this be a concern :-)

Dunno about Carlo's situation specifically, but there is a very real
problem within GCC (extended sense)'s own tree with the current
license of the demangler.  The libstdc++ and libgcj libraries are
supposed to implement interfaces which expose the functionality of the
demangler.  They have licenses which are more permissive than the GPL.
We cannot link the demangler into these libraries, or its license
would force us to apply the GPL's restrictions to them as well.
Therefore we cannot implement all the interfaces that users expect.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]