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: libstdc++ license


ram@netcom.com (Munagala V. S. Ramanath) writes:

> If a pure C++ program is built with libstdc++ will it contain LGPL parts
> from the C library (sucked in behind the scenes) assuming I don't
> explicitly use C library features like malloc, printf, strcpy etc. ?
> Or is it essentially impossible to legally do what I'd like to do ?

You cannot produce a binary using a statically linked libc without
having your program available under something different then the
L(GPL).

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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