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

popsicle doesn't seem to support relative paths #14

Open
hferreiro opened this issue Oct 6, 2017 · 0 comments
Open

popsicle doesn't seem to support relative paths #14

hferreiro opened this issue Oct 6, 2017 · 0 comments

Comments

@hferreiro
Copy link

$ ~/git/popsicle/target/release/popsicle ./src/third_party/llvm-build/Release+Asserts/bin/clang
Error: cannot find external program: "./src/third_party/llvm-build/Release+Asserts/bin/clang"
$ ~/git/popsicle/target/release/popsicle `pwd`/src/third_party/llvm-build/Release+Asserts/bin/clang
$HOME/.cache/popsicle/clang/clang-6.0.0.tar.gz

The pointed clang is a normal binary file:

$ file ./src/third_party/llvm-build/Release+Asserts/bin/clang
clang: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.24, stripped
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

1 participant