-
-
Notifications
You must be signed in to change notification settings - Fork 105
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 failure with ort=2.0.0-rc.6 and onnxruntime=1.19.2 on Linux #299
Comments
It's fixing most of the errors. The remaining ones are:
However, when using the latest |
I confirm this also works when building inside a manylinux container (example run). We can close the issue from my side. I'll just use |
|
Steps to reproduce:
Expected output: no linking error
Actual output:
Note that linking also fails with 1.19.0 but works with 1.18.2. However running the resulting binary fails with:
For context, we are trying to create a manylinux binary using maturin. This means there is only glibc 2.28, which is why we build from source.
However, it seems even that might not be enough because I still see undefined reference to[EDIT: I was actually building ONNX Runtime outside the container...]__libc_single_threaded
in this workflow run.The text was updated successfully, but these errors were encountered: