Quote:
Originally Posted by HarryT
I'm curious as to what the practical difference is between statically and dynamically linking to a library in an embedded system such as the Gen3. Suppose you were to find a bug in the C runtime library - you couldn't do anything about it. Why does it therefore matter, from purely practical considerations, if you statically link the library?
|
The goal of the LGPL is that you should be able to do something about it so if you cannot then the license is not complied with. The same thing with the GPL:ed kernel. You should be able to rebuild it.