-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Linking problem on linux-64: undefined reference to `memcpy@GLIBC_2.14' #777
Comments
Can you try installing the compilers into a new environment and activate that first? |
Same result:
|
Try:
( |
Seems to solve the issue, thanks a lot! The option that actually helped to do that is:
Any ideas why this magic is needed to link gdal library compiled by conda-forge on X86? For linux-aarch64 for example it works without. I believe the cross-platform consistency would be appreciated! |
I think it is to do with what version of |
This can be solved by adding
to the build environment. |
Thanks, @h-vetinari ! Indeed, the default sysroot is too outdated to have the symbol. |
Solution to issue cannot be found in the documentation.
Issue
Cannot link to libgdal. Any ideas?
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: