On Tue, Mar 8, 2011 at 10:17 AM, ron <[email protected]> wrote: > On Mar 8, 5:07 pm, ron <[email protected]> wrote: >> I give the configure option "--disable-selinux", and vim still links >> with it. >> >> This is on kubuntu 10.10 ... > > Forgot to mention, 7.3.138
If you're using ldd to test that, then that's the problem. ldd reports all recursive library dependencies. "objdump -p vim | grep NEEDED" will show what the Vim binary directly requires. It's likely that some library which is a direct dependency (or one of their dependencies) is linked against selinux. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]> -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
