13.5.2. Common Scenarios - 5.2 English - 57404

AOCL User Guide (57404)

Document ID
57404
Release Date
2025-12-29
Version
5.2 English

Symbol Resolution:

The dynamic loading library APIs (dlopen, dlclose, and dlsym) were added to Glibc in version 2.34. To run on environments with Glibc versions earlier than 2.34, you should recompile the library with that specific Glibc version to avoid runtime symbol resolution issues.

Performance:

  • For optimal performance, it is recommended you link with static library instead of shared library.

  • To achieve optimal performance, use the default native build option instead of dynamic dispatch.