( tr3w | 2013. 04. 09., k – 12:10 )

Ez így nem teljesen korrekt...

A wiki szerint:
"Essentially, if it is a "work that uses the library", then it must be possible for the software to be linked with a newer version of the LGPL-covered program. The most commonly used method for doing so is to use "a suitable shared library mechanism for linking". Alternatively, a statically linked library is allowed if either source code or linkable object files are provided."

Azaz ha a programom closed source, akkor azt kell elérni, hogy le lehessen cserélni a lib-et alatta. Ezt nyilván legegyszerűbb dinamikus linkeléssel, de statikusan is lehet, csak akkor a lefordított .obj/.o/.a/.lib/akármi file-okat kell elérhetővé tenni.

"...handing C++ to the average programmer seems roughly comparable to handing a loaded .45 to a chimpanzee." -- Ted Ts'o