Slashdot Mirror


User: sbertin

sbertin's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Linking to a shared library? on Misconceptions About the GPL · · Score: 1

    Yes, if you link against a library (shared or not) that is GPL'd, you are creating a derivative work. Your application would need to be GPL'd.

    Because of this, there are very few libraries that use the GPL. Most use the LGPL, or some other license.