c++ - Is it legal to statically link libstdc++ and libgcc in a binary-only application? -
is legal distribuite binary-only application has been built statically linking unmodified versions of both libstdc++
, libgcc
gcc
suite version 4.7 or greater?
i no lawyer, think faqs @ gnu pretty clear on this. yes can! if want distribute executables.
http://www.gnu.org/licenses/gcc-exception-faq.html http://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.license.what
Comments
Post a Comment