-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shared libraries are built without SONAME #21
Comments
I don't know how you built it, but our builds absolutely assign an SONAME:
|
You use this line for SONAME:
and it doesn't work for some reason. It might be MacOS-specific.
|
You are using a Mac build. As I said, our configuration isn't equipped to detect BSD, but if it did, it could use a slightly modified Linux build. Our default compiler on Linux is GCC, but we can substitute compilers. The CLANG makefile tends to be just like GCC in all ways but the tool name. |
Every shared library in SDK normally should have SONAME.
The text was updated successfully, but these errors were encountered: