-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
bootstraping does not find libLLVM-4.0.so #49052
Comments
Calling |
Next problem is, that libLLVM-4.0 is not found during linking:
|
Another case. For me it is unclear, whey it prints at the end "aborting due to 2 previous errors" and "Build completed successfully in 0:00:38":
|
Closing -- if this is still reproducible off of Rust master then we can reopen but it looks like it probably wouldn't be... |
I am trying to build rustc-1.24.1-src, first with:
./configure --enable-ninja --enable-docs --enable-compiler-docs --enable-llvm-link-shared --enable-optimize --enable-full-bootstrap --enable-extended
and then with
python /src/rustc-1.24.1-src/x.py build -v
:libLLVM-4.0.so is available, as
find
shows:./build/x86_64-unknown-linux-gnu/llvm/lib/libLLVM-4.0.so ./build/x86_64-unknown-linux-gnu/llvm/lib/libLLVM-4.0.1.so ./build/x86_64-unknown-linux-gnu/llvm/build/lib/libLLVM-4.0.so
On my system I have clang 5.
The text was updated successfully, but these errors were encountered: