Open apognu opened 5 years ago
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.
dylib
multiple 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 and use statement.
gpgme
use
It looks a bit like this issue.
Do you have any idea why this happens and how it could be fixed?
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?