Vim7.0 isntallation in the Unix/Solaris

2006-07-10 Thread SHANKAR R-R66203
Hi, I am installing Vim in Unix and Solaris In which file do I configure, to enable perl, python etc. Regards Shankar

Re: Vim7.0 isntallation in the Unix/Solaris

2006-07-10 Thread panshizhu
Edit the Makefile directly. Hope that helps. -- Sincerely, Pan, Shi Zhu. ext: 2606 "SHANKAR R-R66203" <[EMAIL PROTECTED]> wrote on 2006.07.11 12:34:03: > Hi, > I am installing Vim in Unix and Solaris > In which file do I configure, to enable perl, python etc. > > Regards > Shankar >

Re: Vim7.0 isntallation in the Unix/Solaris

2006-07-11 Thread Benji Fisher
More precisely, edit src/Makefile . IIRC, there is also a Makefile in the top-level directory. HTH --Benji Fisher On Tue, Jul 11, 2006 at 01:54:44PM +0800, [EMAIL PROTECTED] wrote: > Edit the Makefile directly. > > Hope that helps. > -- > Sincerely, Pan,

Re: Vim7.0 isntallation in the Unix/Solaris

2006-07-11 Thread Yakov Lerner
On 7/11/06, SHANKAR R-R66203 <[EMAIL PROTECTED]> wrote: Hi, I am installing Vim in Unix and Solaris In which file do I configure, to enable perl, python etc. Do './configure --help' and in the output, search for perl and python. You enable those build options like this: ./configure -

Re: Vim7.0 isntallation in the Unix/Solaris

2006-07-15 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: Edit the Makefile directly. Hope that helps. -- Sincerely, Pan, Shi Zhu. ext: 2606 "SHANKAR R-R66203" <[EMAIL PROTECTED]> wrote on 2006.07.11 12:34:03: Hi, I am installing Vim in Unix and Solaris In which file do I configure, to enable perl, python etc. Regards