Skip to content

Fix quadmath linking error#127

Open
shivupa wants to merge 1 commit intosunqm:masterfrom
shivupa:quadmath_link_error
Open

Fix quadmath linking error#127
shivupa wants to merge 1 commit intosunqm:masterfrom
shivupa:quadmath_link_error

Conversation

@shivupa
Copy link
Copy Markdown

@shivupa shivupa commented Apr 3, 2026

I believe this is needed because as I understand it,

  • when quadmath is found this function is defined

but

  • because it is not defined in src/rys_roots.h, then this won't have a symbol in the resulting shared library so I was getting a linking error

This matches pow_ and powl_ so I assume it is correct, but feel free to close if this is not needed.

This does fix the error with gcc/10.2.0 (unfortunately the newest on this local dev machine that I was using.

edit: similar to #120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant