You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't been able to get llvm-cbe to build. I always get this error:
$ ./configure
[...]
./config.status: line 1080: /home/haberman/autoconf/mkinstalldirs: No such file or directory
/bin/sh: /home/haberman/autoconf/install-sh: No such file or directory
I've tried running ./autoconf/AutoRegen.sh, passing the path to my local LLVM source tree, but this hasn't helped.
The text was updated successfully, but these errors were encountered:
Are you really building in/cloned to /home/haberman?
Can you run a clean git clone, then a pwd, then a ./configure and send output? It may be a base path is broken but I can't reproduce the problem you are experiencing.
I haven't been able to get llvm-cbe to build. I always get this error:
I've tried running ./autoconf/AutoRegen.sh, passing the path to my local LLVM source tree, but this hasn't helped.
The text was updated successfully, but these errors were encountered: