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
Using gpgme (or any crate depending on it) in a dylib crate produces a ton of linker error that makes the build fail. They are all of the type multiple definition of [...] first defined here.
Using gpgme (or any crate depending on it) in a
dylib
crate produces a ton of linker error that makes the build fail. They are all of the typemultiple definition of [...] first defined here
.You can find the build output in this gist.
The source project is the most simple I could create, latest stable
gpgme
as a dependency anduse
statement.It looks a bit like this issue.
Do you have any idea why this happens and how it could be fixed?
The text was updated successfully, but these errors were encountered: