|
From: Jonathon L. - H. <jon...@ha...> - 2006-04-24 07:17:19
|
hmm, I'm confused. Quoting http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License [q] The most commonly used method for doing so [using an lgpl library in a proprietary program] 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. [/q] Surely this means I have to either have it in a dll, or provide object files? Also, looking at the lgpl (section 6) it seems like I have these obligations too. Any thoughts? with thanks Jonathon |