Re: Compile vim with perl

2014-04-12 Thread John Little
On Friday, April 11, 2014 8:41:48 PM UTC+12, Егор wrote: checking if compile and link flags for Perl are sane... no PERL DISABLED configure runs some perl commands to find the right compiler and linker options to use for perl. Then, it uses these options to compile a dummy programme using

Re: Compile vim with perl

2014-04-11 Thread Shlomi Fish
Hi Erop, On Fri, 11 Apr 2014 10:59:48 +0300 Егор negr...@mail.ru wrote: Need to use perl in vimscript. My system vim on :echo has('per') prints 0. I hav no expirience in compiling vim so can anyone help me to buil vim with perl? I'm using the following script to build perl: #!/bin/bash

Re: Compile vim with perl

2014-04-11 Thread Shlomi Fish
Hi Erop, On Fri, 11 Apr 2014 11:41:48 +0300 Егор negr...@mail.ru wrote: First problem - during configure got such message checking if compile and link flags for Perl are sane... no PERL DISABLED using this ./configure --with-features=huge --enable-rubyinterp --enable-pythoninterp