Hi, Peter Thomas wrote: > I'm trying to build a version of vim with perl support that will run > under the cygwin terminal (ie. *not* the win32 build). The configure/ > make/make install sequence runs to completion with no errors, however > when I fire up vim and do a test perl command like ":perl 'my $i=1;'", > vim quits with this message: > > Vim: Caught deadly signal SEGV > Vim: Finished. > Segmentation fault
are you sure the single quotes are correct? I think it should be :perl my $i=1; Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin) -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php