-
Notifications
You must be signed in to change notification settings - Fork 445
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 issue #1541
Comments
please show the output of make VERBOSE=1 |
This linking issue happens on many places, here the verbose output while linking sherpa-onnx-offline-punctuation:
|
Could you tell us which commit you are using? Are you using the latest master? If not, have you tried the latest master? |
Yes, I am using latest commit from master branch. It looks like the issue was introduced with older commit:
With commit:
the linking issue wasn't there. |
I hope you know how to find the latest commit. Today is 2024.11.15, but the commit you use is
Please use the latest master of k2-fsa/sherpa-onnx for testing. |
I'm using latest commit from master and observed this linking issues. |
Ah, I see. Thanks for reporting! Will try to reproduce it locally. |
Hi,
I've experienced a linking issue on Ubuntu 22.04 when I install the onnxruntime libs (same as used in cmake: "onnxruntime-linux-x64-static_lib-1.17.1-glibc2_17.zip") upfront into /usr/local.
Steps to reproduce:
It is detected during configuration:
This results in this errors during linking:
When I do not install the onnxruntime libs by myself and let cmake do the onnxruntime libs installation the compilation&linking works - which is strange as it downloads the same onnxruntime-linux-x64-static_lib package...
Do you know why linking behaves different?
Thanks
The text was updated successfully, but these errors were encountered: