Suppose I have a symbol by name "abc" and assume that I have both dynamic library .so and also static library .a containing definition for "abc" symbol.
Assume my executable depends on both dynmaic and static library but for "abc" symbol I want my executable to use static but not dynamic library.
Is there any way kindly let me know ?
Thanks