Let me explain it with an example: I have a class S, which is static.
I have two dynamic libraries A and B that use S.
I have an application, that links with A and B, in this application, how many different instances of S are created?
All this using C++ and in Ubuntu.
Thanks in advance