On Tue, Jun 17, 2003 at 04:15:50PM -0500, DJ Stauffer wrote:
> Hello,
> 
> I am trying to build vim 6.2-1 on cygwin with the perl support 
> enabled.  What configure options do I need to match the build that you 
> produced for that release?

./configure \
        --prefix=/usr \
        --sysconfdir=/etc \
        --libexecdir='$(sbindir)' \
        --localstatedir=/var \
        --datadir='$(prefix)/share' \
        --enable-multibyte \
        --without-x \
        --enable-gui=no

You need the libncurses-devel package installed.

Corinna


-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to