-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Bug]: use of cgo secp256k1 conflicts with geth imports #18232
Comments
Dropping here the linker issue I'm getting:
|
If working with linux and gcc building with Probably we'll need to rename all duplicate symbols to avoid the issue. |
20 tasks
20 tasks
20 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
What happened?
when importing go ethereum and using cgo version of secp256k1 in the sdk there is a c linker issue
Cosmos SDK Version
all
How to reproduce?
import the sdk and geth, then try to compile
The text was updated successfully, but these errors were encountered: