How do I configure and make rust (from incoming) so that it doesn't
try to link against my system LLVM and die?

The main problem seems to be that the configure script picks up
/usr/bin/llvm-config

configure: CFG_LLVM_CONFIG      := /usr/bin/llvm-config (3.2)

but I couldn't find anything in the configure options to stop it doing
that. Leaving llvm-root unset was in theory supposed to do the right
thing, but it fails.

I filed a bug about it here:
https://github.com/mozilla/rust/issues/4607 but I figured I'd check
that it wasn't just something I was doing wrong.

martin
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to