Friday, August 23, 2019

Re: Compile vim with clipboard support.

On Fri, Aug 23, 2019 at 3:48 PM Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
> Sorry for my last reply to this thread. I try in a incorrect dir.
>
> Thanks a lot, I tried both of the following methods, it seems they all
> will do the trick:
>
> ./configure ...
> make -24 reconfig

"make reconfig" is the equivalent of "make distclean && make config &&
make", you don't need to run config just before but you do need to set
your config arguments in environment variables, otherwise it will
invoke configure with no arguments and you'll get a default Vim with
none of your customizations
>
> or
>
> git clean -xdf
> ./configure ...
> make -24

What is this -24 argument? I find it in neither "man make" nor "info
make". If you want to run 4 instances of gcc in parallel it's -j4 --
or you can let make compile one module at a time and omit it
altogether.

Best regards,
Tony.

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CAJkCKXsRN%2BrDjcbBpbjqLJ%3Dq2TMugGvgDNKDn89KxMd-CyoEWg%40mail.gmail.com.

No comments: