Cross compiling c application library referring other libraries symbolically linked
问题 I am trying to build an application(libnodeapplication) which is dependent on a shared library(libnode.so) which in turn depends on another shared library(libgentoo-5.so.100) which I have pasted at the same location as the libnode(inside /usr/lib/) Problem is second dependent library is symbolically linked to another file what changes are needed in the compile command to build it successfully(for symbolically linkd files refrened in the shared library) I tried with -Wl,-rpath=<path to usr/lib