-
Notifications
You must be signed in to change notification settings - Fork 13.3k
configure fails clang++ required but not found. #6466
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
Comments
For the record, it seems to work once I also install g++ - I still think that there's something broken in the LLVM bit of the configure script, but installing g++ seems to be a viable workaround. |
I just ran into the same issue while building 0.7. Installed clang and made sure it was available but the exact same error message appeared. I installed g++ as @bruceiv suggested and then it worked. |
see also #6310 |
For 0.8, the following works without |
Same with 0.9 in my Ubuntu 13.04, |
With rust 0.10pre : I got the same on debian whezzy stable. And moreover --enable-clang did not make the trick... Work fine with g++ package installed. |
The LLVM configure script is strange, it has this code:
Why is it only checking the variables Well, I am hoping that my changes for #13823 will help sidestep some of these issues, but it is not certain. |
Not much has happened since #13823 was merged. This can probably be closed. No news is good news, right? |
Agreed. Please let me know if you can reproduce this! |
I've downloaded rust-0.6, and am attempting to install it on Ubuntu 13.04. Unlike in Issue 1774, I have installed clang (though not g++), and have set my CC and CXX environment variables appropriately, but the configure script fails with the message below:
full ,/configure output:
misc system details:
The text was updated successfully, but these errors were encountered: