We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, is that possible to have a static linking version of the editor?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
The dependency information
$ ldd `which ne` linux-vdso.so.1 (0x00007ffd31d14000) libm.so.6 => /usr/lib/libm.so.6 (0x00007f0b1e887000) libncursesw.so.6 => /usr/lib/libncursesw.so.6 (0x00007f0b1e818000) libc.so.6 => /usr/lib/libc.so.6 (0x00007f0b1e654000) /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f0b1eaca000)
maybe a pre-built binary is just enough on the target machine 👍
Sorry, something went wrong.
You need to pass -static to gcc.
No branches or pull requests
Hello, is that possible to have a static linking version of the editor?
Thanks a lot.
The text was updated successfully, but these errors were encountered: