This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Add link library at runtime?


Hi.

Not exactly a binutils question, but perhaps you can help?

I'm calling dlopen() on a library A.so that references an undefined symbol
Foo.  Foo is defined in B.so, but A.so is not linked with B.so (not a
dependency).  Can I somehow force resolution of Foo in A.so at runtime
by providing B.so?

Thanks,

-- 
Andrew Bell
andrew.bell.ia@gmail.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]