make fails on ubuntu: missing llvm-ar #84
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Running
make
in the root directory yield this on my ubuntu machine:Seems like ubuntu installs it as
/usr/bin/llvm-ar-15
. Manually linking it asllvm-ar
allows the make process to continue, until it hits the same issue forllvm-nm
.Should we leave the installation of llvm/wasi-sdk to the user and rely on the
WASI_SDK_PATH
environment variable instead?The text was updated successfully, but these errors were encountered: