Ninja Error: cannot find LLVMgold.so #1211
Unanswered
yangocean-sudo
asked this question in
Q&A
Replies: 1 comment
-
Hello @yangocean-sudo, I've never used |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
OS: CentOS Linux release 7.9.2009 (Core)
CPU: Intel(R) Xeon(R) Gold 6342 CPU @ 2.80GHz
GPU: NVIDIA GeForce RTX 4080
Python: Python 3.12.4 | packaged by Anaconda, Inc. |
LLVM: 10.0.0
Dr.Jit: 0.4.6
Mitsuba: 3.5.2
Is custom build? Just follow the instruction
The CXX compiler identification is Clang 10.0.0
The C compiler identification is Clang 10.0.0
Variants:
scalar_rgb
scalar_spectral
cuda_ad_rgb
llvm_ad_rgb
Hi, I'm following the instruction to compile the Mitsuba3 in Linux and conda environment. Here is the result of
cmake -GNinja ..
:And after I run the command
ninja
, I faced an error:I searched that conda doesn't have LLVMgold and can use the
lld
package instead. I've tried it but still faced other errors, so I'm wondering if installinglld
is a right choice or if I'm missing some important content. Thank you.Beta Was this translation helpful? Give feedback.
All reactions