Hi,


I am using g++ to build a library archive. Is it possible to add a dynamically loaded library to the static library so that it is part of the static library and does not have to be dynamically loaded ?

An help would be appreciated.