Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

won't build; missing mkinstalldirs #5

Open
haberman opened this issue Jan 1, 2015 · 2 comments
Open

won't build; missing mkinstalldirs #5

haberman opened this issue Jan 1, 2015 · 2 comments

Comments

@haberman
Copy link

haberman commented Jan 1, 2015

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.

@rtc-draper
Copy link
Collaborator

mkinstalldirs exists: https://github.com/draperlaboratory/llvm-cbe/blob/master/autoconf/mkinstalldirs

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.

@agabrielson
Copy link

I was able to recreate this mkinstalldirs issue this morning. The LLVM path ended up having a typo - this is my configure:

./configure --with-llvmsrc=$HOME/builds/llvm --with-llvmobj=$HOME/builds/llvm

You will obviously need to modify the path for your LLVM build directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants