Earlier quoted context omitted.
This is not categorically true. Linux is licensed under GPL-2.0 WITH Linux-syscall-note. >NOTE! This copyright does not cover user programs that use kernel services by normal system calls - this is merely considered normal use of the kernel, and does not fall under the heading of "derived work". More generally can link LGPL code statically without making resulting binary subject to copyleft or releasing the source co…
> This is not categorically true. GP provided a clear scenario in which their warning is categorically true. > Linux is licensed under GPL-2.0 WITH Linux-syscall-note. The note clarifies that syscalls are interpreted as a form of dynamic linking, which would be quite obvious in retrospect given you can run unmodified linux software on non-linux kernels ( https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux ). >…
No. You can provide object files without source code and it does not become covered work. This is for example how using LGPL in Qt works.