I have read on the web that following combination exists :
Proprietary Source code + GPL Source code - > GPL Source code ( All code has to be released under GPL)
Proprietary Source code + LGPL Source code - > Proprietary Source code ( All code remains Proprietary )
Now how does statically/Dynamically linking GPL and LGPL code works with the above combination?