Earlier quoted context omitted.
No. Whose object code? Is it talking about my object code or the library's? Ten lines per function, per header, per library, per program? Edit: I think you didn't understand LGPL yourself either. I think in the quoted lines, "object code" refers to your code, and accompanying them with a copy of GPL refers to having to release your code under GPL. Or do you think you only have to say you release it under GPL and not…
The object code is the aggregate of your code and the library's header code. If you have just your object code, you are not bound by the license of the library, then you don't need to include it. If you have just the library header code, then you are not incorporating it into anything else, and have no obligations by the license. If you have both the library header code incorporated into your object code , then you a…
The fact that your understanding of the license is different shows just how sneaky and obfuscated LGPL is.