Installing vim7.2 on Solaris Sparc 10 as non-root
- by Tobbe
I'm trying to install vim to $HOME/bin by compiling the sources.
./configure --prefix=$home/bin
seems to work, but when running make I get:
> make
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
cd src && make first
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK …