[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
Shankar





I don't touch the Makefile, but before running the make I "source" the following script in the shell (i.e. issue the bash "source" command for it). Just typing the script name at the prompt won't work, sourcing (or "dot") is necessary.

#!/bin/bash
export CONF_OPT_GUI='--enable-gnome-check'
export CONF_OPT_PERL='--enable-perlinterp'
export CONF_OPT_PYTHON='--enable-pythoninterp'
export CONF_OPT_TCL='--enable-tclinterp --with-tcl=tclsh8.4'
export CONF_OPT_RUBY='--enable-rubyinterp'
export CONF_OPT_MZSCHEME='--enable-mzschemeinterp'
export CONF_OPT_CSCOPE='--enable-cscope'
export CONF_OPT_MULTIBYTE='--enable-multibyte'
export CONF_OPT_OUTPUT='--enable-fontset'
export CONF_OPT_FEAT='--with-features=huge'
export CONF_OPT_COMPBY='"[EMAIL PROTECTED]"'


You can copy-paste it from this mail (watch out for spurious linebreaks theough). If you do, please edit at least the last line (to put your own name in it instead of mine) ;-).

You will also need "development" versions of the perl, python, etc. packages. How to install those will depend on which Unix/Linux distribution you are using (RedHat, SuSE, Debian, etc., each have their own packaging and installing procedures).


Best regards,
Tony.

Reply via email to