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]

Re: Removal of support for GCC hosted on UWIN


On Jan  9, 2001, Michael Widenius <monty@mysql.com> wrote:

> Of what I understand of GPL, it's ok to link a GPL program with ANY
> library.  If that would be true, you could not link a GPL program with
> any commercial toolkit and there is clearly many such programs around!

The GNU GPL requires that, if any component of an application is
licensed under its terms, the application can only be distributed
under the terms of the GNU GPL, with an exception granted to
components that are part of the operating system.

It doesn't matter if it's a GPLed program being linked with a non-GPL
library, or a non-GPLed program being linked with a GPLed library.  If
they're linked together, you can only distribute the results under the
terms of the GNU GPL.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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