-
Notifications
You must be signed in to change notification settings - Fork 13
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
Build breaks because -fPIC is missing: ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC #19
Comments
I had a similar issue trying to install within the AWS
|
I get the same error when building the wheel when trying to install it on fedora 40. It doesn't happen on ubuntu 24.04 or cachyos (arch based) and builds fine on those, not sure why there is the difference between distros - maybe some difference between default compile flags? Edit, someone is also getting the same error on OpenSUSE in #17 |
@oyvindln Have you tried the fix above? I don't know enough to decide if adding |
Tested and doing I don't really use fedora I was just testing if it was installable as I use it in a project. |
I just had that same issue with cibuildwheel here while building wheels for a project that depends on
I'd rather not use the |
FreeBSD 14.0
The text was updated successfully, but these errors were encountered: