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: GCC 3.0 Release Criteria


> Doing that is easy technically, but I'm not sure about the legal
> implications.  Does distributing a libstdc++.so require me to
> distribute the source for that .so and the compiler it was built with?

I think that would not change anything in the licensing. You are never
required to provide source for the compiler, unless you distribute
binaries of the compiler. As for libstdc++, you have the exception

# As a special exception, if you link this library with files compiled
# with a GNU compiler to produce an executable, this does not cause
# the resulting executable to be covered by the GNU General Public
# License.  This exception does not however invalidate any other
# reasons why the executable file might be covered by the GNU General
# Public License.

I don't know whether this requires you to offer sources to libstdc++
or not, but IMO it would be irrelevant whether libstdc++ is linked
statically, shipped as a shared library, or expect to exist on the
target system as a shared library.

Regards,
Martin


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