I have an executable EXE which loads two shared libraries SL1 and SL2. SL1 refers to a symbol SYM which is in both SL2 and the executable EXE.
The EXE is built with the -E flag.
I want the call to SYM from SL1 to resolve to the one in SL2, and not the one in EXE.
On Solaris, I do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.