How to avoid dynamic library generated through soft link in directory _solib_xx with directory prefix #18765
Unanswered
Distancess
asked this question in
Q&A
Replies: 1 comment 6 replies
-
/cc @oquenchil |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I trying to build a compile a dynamic library(calls A) and it depends on another dynamic library(calls B).
when i finish compile, i use
ldd
to check the dependencies of A and i found that the dependency name of B had an extra diretory prefix, such aslibexternal_SB_SlibB.so
while in external/B, the dynamic library name is libB.so.is there a way to avoid this problem through the cc_library or cc_shared_library args.
Beta Was this translation helpful? Give feedback.
All reactions