Because our server uses a lower version of GCC(4.8.4),and there are compilation errors when building,I need to build a libonnxruntime.so that does not depend on other dynamic libraries with a higher version of GCC ; I found that the release version of the dynamic library provided by the official does not depend on other dynamic libraries. It can be used in any environment. How can I compile it without relying on other dynamic libraries , or whether this option is provided in the build option.Thanks!
Because our server uses a lower version of GCC(4.8.4),and there are compilation errors when building,I need to build a libonnxruntime.so that does not depend on other dynamic libraries with a higher version of GCC ; I found that the release version of the dynamic library provided by the official does not depend on other dynamic libraries. It can be used in any environment. How can I compile it without relying on other dynamic libraries , or whether this option is provided in the build option.Thanks!