[A.J.Mechelynck] > Configure with no extra arguments will build a "Normal" version without > Gnome and with no interpreters. Now that million-line file I spoke about > is in UTF-8 and contains CJK characters mixed in with English text. A > "Normal"-version Vim couldn't edit it because it would have no > multi-byte editing support. > > Hmm... Which version are you using? > - tiny, small, normal, large, big, huge? (I have huge) > - no GUI, Motif, Athena, NextAW, GTK1, GTK1 with Gnome, GTK2, GTK2 with > Gnome? Or MacOsX without X11? And in the latter case, Motorola, Intel or > Universal binary? (I have GTK2 with Gnome on Linux i386)
Normal I guess. These are the configure options I use: --disable-acl --disable-gpm --disable-nls --disable-netbeans --disable-xsmp --disable-xsmp-interact --with-x=no --enable-gui=no -- Haakon