-
Notifications
You must be signed in to change notification settings - Fork 3k
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] Building onnxruntime with version v1.18.2 is successful but gives an error with v1.20.1, cannot understand what I am doing wrong #23150
Comments
It seems a linux package is missing, maybe clog? The full trace would be better then we can see where it happens during the build. |
Yes, it seems that clog is missing; do we need to add into the automatic installation list?
|
You should be able to remove that depdency by changing one cmake option:
This option sets
The default settings for these values may have changed. |
Describe the issue
I am using the following command on a linux machine to build onnxruntime.
When I build with version v1.20.1 it gives the following error and cannot build:
/usr/bin/ld: cannot find -lclog: No such file or directory
But when I build with version v1.18.2, the build is successful. I am not sure what I am doing wrong, need help. Thanks in advance.
Urgency
Not much urgent.
Target platform
CPU
Build script
./build.sh
--config=Release
--build_shared_lib
--disable_ml_ops --build_wheel
--include_ops_by_config <my system path to the .required_operators.config file>
--enable_reduced_operator_type_support
--skip_tests --parallel --use_xnnpack
Error / output
/usr/bin/ld: cannot find -lclog: No such file or directory
Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: