Hi Gurus,

I created a Linux application. The executable is build using gcc compiler.
The executable is created using many statically linked library (.a)files which hold various functionalities of application.
In this setup i would like to add another functional module which is available as a dynamic library(.so).
The API's of dynamic library need to use inside one of the static library modules.
Does it possible ? Will gcc compiler support this ?
Is there any work around possible ?

Regards,
Dave