-
Notifications
You must be signed in to change notification settings - Fork 13.4k
make stops, because no target is indicated and no make file is found #1774
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Which command fails: configure, make, or make install? |
make |
Can you post the output of configure? |
ubuntu says llvm is the newest version the output: |
I have just installed c++ and clang++. |
omg complete! |
I love you so much! |
Cool, so you're able to build now that you have clang installed? |
g++ and clang++... |
I think probably you would be fine with either g++ or clang++. Most of the code is LLVM. Can we consider this resolved? |
Ping original reporter: is this done? |
This is done! |
Bootstraps nix detection isn't always perfect: - https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/Bootstrapping.20on.20NixOS - rust-lang#115073
Bootstraps nix detection isn't always perfect: - https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/Bootstrapping.20on.20NixOS - rust-lang#115073
I'm using Ubuntu 12.04.
expected results: rust would be installed
actual results: rust returns one line only that says "make: *** No target indicated and no make file found. Stop."
The text was updated successfully, but these errors were encountered: