In my discussion term "base code" is the code provided under the LGPL. (I think they refer to it as the "Library" in the LGPL lic).
According to my (non-attorney) understanding of this LGPL is that if you extend the base code in any way, then you need to release source code for that extension, if you modify the base code in any way, then you need to provide source code, if you only use the base code as a part of your solution, then you can use whatever lic you want for your own code, but the base code is still LGPL. In any case you need to be display and distribute the based code (and it's lib) with your solution.
I always went under the understanding that using LGPL without modifying the base code was a good clean way to go for COMMERCIAL applications. And if you needed to modify the base code, that you distribute the mods and try to roll them back into the base code source for the rest of the world to have. (which has nothing to do with the proprietariness of your own commercial code - or at least your coders need to make sure code is not comingled)
I think the problem with attorneys is that they always want to play it safe, and they don't understand code, headers, libraries, executable...etc and there are very few people who can bridge the gap - thus the attorney will always want to protect him/herself and/or the corp and say don't use it - which is a shame, since I think they just don't get it...
found:
http://www.gnu.org/copyleft/lesser.html#SEC1
Quote:
5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables.
When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law.
If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.)
Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself.