You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a known problem in cmake - fPIC must be manually added when a dynamic library is linked against static one.
This must be somehow detected that a static library is a dependency of a dynamic library, even intermediately.
For cases that cannot be autodetected (e.g. when a dependent library is in a subdirectory), there should be also some special flag (maybe to libspec?) added to this static library database to prepare it for being capable of getting linked a dynamic library against.
The text was updated successfully, but these errors were encountered:
There is a known problem in cmake - fPIC must be manually added when a dynamic library is linked against static one.
This must be somehow detected that a static library is a dependency of a dynamic library, even intermediately.
For cases that cannot be autodetected (e.g. when a dependent library is in a subdirectory), there should be also some special flag (maybe to libspec?) added to this static library database to prepare it for being capable of getting linked a dynamic library against.
The text was updated successfully, but these errors were encountered: