-
Notifications
You must be signed in to change notification settings - Fork 134
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
__gmp_modlimb_invert_table can not be used when making a shared object #286
Comments
4 tasks
I have the exact same issue when building a shared library depending on CGAL & MPIR. |
Hi! |
I greped the source code and found that some NASM assembly code using
but build system doesn't pass
resolved this problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building a shared z3 library with mpir as a replacement for gmp fails because
__gmp_modlimb_invert_table
does not support relocation.The link error is:
Reference to the source:
https://github.com/wbhart/mpir/blob/master/mpn/x86_64/modexact_1c_odd.as#L58-L88
The text was updated successfully, but these errors were encountered: