Skip to content

DPC++ installation error #14897

Closed Answered by bader
tneval asked this question in Q&A
Aug 1, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Okay, now I see the problem. You link LLVM libraries dynamically. It's not recommended for users.
See LLVM's documentation - https://llvm.org/docs/CMake.html#llvm-related-variables

BUILD_SHARED_LIBS is only recommended for use by LLVM developers.

LLVM shared libraries are not installed. Installation logic assumes that LLVM libraries are linked statically.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@tneval
Comment options

@bader
Comment options

Answer selected by tneval
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants