On Wed, Oct 25, 2017 at 11:26 AM, Shubham Purwar <[email protected]> wrote: > Hi, > > I haved faced same issue in centos 6.6 while upgrading vim to latest vim > version(vim 8). > > In my machine it is gcc compiler version problem. My previous gcc version in > centos 6.6 is 4.8 > > I have resolved it by upgrading my gcc to gcc 5.5. After that it has > installed.
FWIW, my present gcc version is 4.8.5 (from my openSUSE distro, release Leap 42.3) and I have no problems compiling Vim. The way I do it is described at: http://vim.wikia.com/wiki/Getting_the_Vim_source_with_Mercurial (getting the source) http://users.skynet.be/antoine.mechelynck/vim/compunix.htm (once the source is downloaded) Sometimes I've seen Vim stop functioning after an OS release upgrade; running "make reconfig" (which reconfigures and recompiles everything from the ground up) cured the problem it every time. Note that my configure settings are set by means of environment variables, so that I never run configure other than through make, and that whenever make decides to reconfigure it does so according to my own configure settings. Best regards, Tony. -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
