Skip to content
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

DPDK is linked dynamically, we want STATIC most probably. #44

Open
sarsanaee opened this issue Sep 4, 2024 · 0 comments
Open

DPDK is linked dynamically, we want STATIC most probably. #44

sarsanaee opened this issue Sep 4, 2024 · 0 comments

Comments

@sarsanaee
Copy link
Collaborator

Hi everyone,

Recent changes resulted in the dynamic linking of libraries.

Of course, a solution exists, but static linking is a better choice. It seems the package config module in CMake is not doing static linking properly, and I believe this is the culprit.

pkg_check_modules(LIBDPDK_STATIC libdpdk>=23.11 libdpdk<24.0 REQUIRED IMPORTED_TARGET)

Please have a look and let me know what you think.

Thanks,
Alireza

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant