Skip to content

Comments

linux: fix missing link dependency to dl library#4

Merged
shg8 merged 1 commit intoshg8:mainfrom
cedric-chedaleux:fix-linux-build-dl-lib-dep
Feb 15, 2024
Merged

linux: fix missing link dependency to dl library#4
shg8 merged 1 commit intoshg8:mainfrom
cedric-chedaleux:fix-linux-build-dl-lib-dep

Conversation

@cedric-chedaleux
Copy link
Contributor

Fix build issue on Linux:

/usr/bin/ld: CMakeFiles/vulkan_splatting.dir/vulkan/VulkanContext.cpp.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'

'dl' library was not set as link dependencies

dlclose/dlopen were not found on linux due to missing 'dl' libray
dependency.

Signed-off-by: Cedric CHEDALEUX <cedric.chedaleux@orange.com>
@shg8
Copy link
Owner

shg8 commented Feb 15, 2024

Thanks for the fix!

@shg8 shg8 merged commit 23c2568 into shg8:main Feb 15, 2024
BSVogler pushed a commit to BSVogler/3DGS.cpp that referenced this pull request Jun 24, 2025
dlclose/dlopen were not found on linux due to missing 'dl' libray
dependency.

Signed-off-by: Cedric CHEDALEUX <cedric.chedaleux@orange.com>
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

Successfully merging this pull request may close these issues.

2 participants