The Linker does not search a symbol in excutable for a shared lib, and a shared lib shall not depend on a executable. Is there any chance to put SA into .so A?
2010/7/21 okwon <[email protected]> > I am trying to precompiled binary .so file with bionic libc. In my > case, executable A links .so file B, .so A links .so B and symbol SA > is defined in executable A. In linker error message, it seems like > that .so A searches symbol from just .so B, not executable A. Is this > expected operation? Is there a workaround for this if this is normal > linking flow? > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
