Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it legal to statically link libstdc++ and libgcc in a binary-only application? [closed]

Is it legal to distribuite a binary-only application which has been built by statically linking unmodified versions of both libstdc++ and libgcc from the GCC suite version 4.7 or greater?

like image 747
Martin Avatar asked Nov 13 '22 05:11

Martin


1 Answers

I am no lawyer, but I think that the faqs at GNU are pretty clear on this. Yes you can! But only if you want to distribute executables.

http://www.gnu.org/licenses/gcc-exception-faq.html http://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.license.what

like image 51
user2229152 Avatar answered Nov 15 '22 05:11

user2229152