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