After I make&make install vim from source, I found many symbolic links of vim in /usr/local/bin, such as evim, rvim, view...
The vim(1) man page said that "rvim" is equivalent to "vim -Z" and so on.
Now I wonder: can I make such a symbolic link with ln(1) myself, and if so, how?

make && make install? Just one&would compile in the background and try to install in the foreground. – Kevin Mar 2 '12 at 16:29