this post was submitted on 06 Aug 2022
24 points (100.0% liked)
Open Source
32727 readers
112 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
LGPL has restrictions on static linking, actually. It's one of the reasons why SDL 2.0 had to recently drop it in favour of the zlib license. So, not really a good choice in my case, it goes against point 2 of mine.
The zlib license, however, doesn't respect point 3 and 4.
I heard of a LGPL with static linking exception (no additional restrictions on static linking), but it's not vastly used, so I don't know much about that. Maybe you do?
Ahh didn't know about that. What restrictions are there exactly?
Sorry :/
If you use an LGPL library in a proprietary program or with incompatible open licenses:
Today I learned. Interesting. I did not know about this at all. Never mind, then.
Very good and accurate explanation! More info at GNU's FAQ.