<div dir="ltr">Hello!<br><div><br></div><div>Tried creating a symlink, but unfortunately getting the same error.</div><div><br></div><div>---</div><div>/bin/ld: cannot find -lc++<br>collect2: error: ld returned 1 exit status<br>make: *** [<a href="http://plv8-3.0.0.so">plv8-3.0.0.so</a>] Error 1<br></div><div>----</div><div>below is after creating symlinks:</div><div>ls -ltrh to "/usr/local/lib/x86_64-unknown-linux" is here: <a href="https://ibb.co/Qbg4KLy">https://ibb.co/Qbg4KLy</a></div><div><br></div><div>I'm now having a doubt that the configure command am having is not correct:<br><br></div><div>cmake -G Ninja -S llvm -B build -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" -DLLVM_PARALLEL_LINK_JOBS=1 -DCMAKE_BUILD_TYPE=Release<br></div><div><br></div><div>Also, I want to know if "clang" will be installed as part of the above configuration? (after doing "ninja-build -C build install-runtimes") ?? If yes, then I'm not able to find where clang is installed. I used locate to search for clang and it returns clang references within the llvm project. I tried which clang and it returned empty. Typing clang gives "-bash: clang: command not found" </div><div><br></div><div>I'm kind of lost here. Someone from LLVM dev team provide some guidance/clues here ?? All logs are present in first post of this thread.</div><div><br></div><div>Thanks!</div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 15 Dec 2021 at 03:42, Raul Tambre <<a href="mailto:raul@tambre.ee" target="_blank">raul@tambre.ee</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> > but still when I type clang and/or opt in terminal I get "-bash: opt: command <br>
not found"<br>
<br>
Make sure where they're located or installed to is on your PATH.<br>
<br>
 > Is "opt" a dir or library?<br>
<br>
A tool, i.e. an executable.<br>
</blockquote></div>