Remix.run Logo
pocksuppet 5 hours ago

The GPL excludes system libraries from contamination issues.

Joel_Mckay 5 hours ago | parent [-]

LGPL does not allow static linking without disclosure.

It is why the wxWidgets has a license that allows creating monolithic commercial blob dependent binaries for Windows, Linux Gtk/X11, and MacOS.

https://wxwidgets.org/about/licence/

People should not static link GPL/LGPL code to closed source blobs, and expect copyright/copyleft trolls to leave their project violating licenses. =3