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: Licensing of libgcc and libstdc++ as shared libraries


If you distribute code covered by the GPL in binary format, you
must distribute the sources as well. It matters not a whit whether the code
is in a shared library or not.




> The libgcc wording may be construed to mean that combination with some 
> other requirement, or that static linking is a requirement.

This is a misreading (a serious one)

Just think about the intention, the idea is that the recipient
of the softeware must be able to modify it. If you distribute a DLL containing GPL'ed
code the recipient must be able to modify that code and recreate the DLL.


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