On 11/8/2010 9:01 PM, Reid Thompson wrote:
On 11/8/2010 8:35 PM, John Little wrote:

However, I was free to build stuff under my own user directory (sort
of...).  So, I was asking, can someone give a few pointers about
installing needed libraries and headers in a user directory and
building vim from there?

Regards, John

this is from a gentoo box, not suse, but i'd guess the requirements are going to match pretty close depending on what features you want
$ ldd /usr/bin/gvim
        linux-gate.so.1 =>  (0xffffe000)
snip---
i'd start by downloading the source from vim.org, the running
./configure --prefix=/home/yourname/bin     + the options you want to build

see what configure bails on
download the appropriate source to fix the failure
./configure --prefix=~/where/you/want/these/libs
make
make install

back to gvim
./configure --prefix=/home/yourname/bin + the proper compile options in order for configure/build to see where/you/want/these/libs where/you/want/these/headers + the options you want to build

repeat

--
You received this message from the "vim_use" 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

Reply via email to