-
Notifications
You must be signed in to change notification settings - Fork 67
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
Error: No symbol version section for versioned symbol `sqrt@GLIBC_2.2.5' #17
Comments
Hey, when you say you're using cmake as your build system, do you mean you're using a third party cmake build system for Python? I have actually tried a few of these and never got any to work to my satisfaction (missing "optional" modules, and just random issues with interop code). I'm planning to get back to the project when I have time, but for now I hope it can help you at least. |
I meant that I was using the version of CMake distributed by my linux distribution (Ubuntu official repositories). Thanks for sharing your Python build example written in Python. ;-) I will give that a try. |
I'm getting this same error for a much simpler C library: https://github.com/shirakumo/libfond
|
I had this error (or one very much like it), but found that putting the "-l" options (and the "-pthread" option if used) after anything I was compiling fixed the problem. i.e.: broken: Hope this helps! |
Hi,
This is really a great effort, however, I couldn't manage to build Python using any of several versions of "force_link_glibc" that I tried. They all fail during make with this error message:
I am using CMake as my build toolchain. It's very possible I'm doing something wrong because I'm fairly new to CMake as well.
The text was updated successfully, but these errors were encountered: