On Friday, May 13, 2016 at 9:47:26 AM UTC+12, Daniel Hodges wrote: > I've been trying to compile on fedora 24 and I'm running into this bug issue: > > src/auto/config.log ... > gcc: error: unrecognized command line option '-qversion'; did you mean > '--version'? > gcc: fatal error: no input files > compilation terminated. > > It seems the error is in src/auto/configure
I've just installed gcc 6 on Ubuntu 16.04, and built vim using --enable-rubyinterp with no trouble. My config.log contains the errors you report; it continues: configure:2993: checking whether the C compiler works I conclude that those errors are not your problem. You may have concluded the same, since --enable-rubyinterp has nothing to do with that part of configure's processing. Regards, John Little -- -- 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.
