-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
Weird dependency on ncurses #1827
Comments
It's probably pulled in by LLVM (as in, some LLVM support library depends on ncurses, and then the ldflags we get from llvm-config contain it). Not too sure what we can do about this, other than getting upstream LLVM to fix that. You can check whether it indeed comes from there by manually running |
We could also consider filtering out anything ncurses-related from the llvm-config output, but that would be quite hacky. |
This is a purely optional dependency of LLVM (nowadays on This now also makes the v1.15.0-beta1 Linux x86_64 binary (built on Ubuntu 16.04) produce this on Ubuntu 14.04 (Travis):
=> LDC-LLVM 8.0.0 will use |
I have tried ldc2-1.1.0-beta3-linux-armv7hf.tar.xz but it does not work because of this error:
error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
I know what that mean, but I do not know why ldc need ncurses?
The text was updated successfully, but these errors were encountered: