>
> S. Cowles:
>>
> i have found this problem with almost every project i build from source in
> win7 under cygwin.  the fix is rather straightforward, and is a cygwin
> issue, not a vim issue:  it is necessary to "rebase" all applications,
> libraries, and dll's in cygwin.
>
> the simple cookbook is:
>
> 1.  do a shutdown of all cygwin services and apps.
> (
> http://www.heikkitoivonen.net/blog/2008/11/26/cygwin-upgrades-and-rebaseall/
> )
> for example:
>
>        cygrunsrv --stop cron
>        cygrunsrv --stop exim
>        cygrunsrv --stop mountd
>        cygrunsrv --stop nfsd
>        cygrunsrv --stop portmap
>        cygrunsrv --stop sshd
>        cygrunsrv --stop cygserver
>
> 2.  initiate a cmd session
> 3.  cd \cygwin\bin
> 4.  .\ash.exe
> 5.  PATH=/bin
> 6.  find /usr/local -name '*.dll' -o -name '*.so' > /tmp/lst
> 7.  rebaseall -v -T /tmp/lst


Thank you and Bryan as well. Your suggestions solved the issue and I also
read the related Cygwin article to better understand what the fuss is all
about. The cookbook solution is especially effective.

I have 2 follow-up questions if you may:
1. Should I repeat the rebase each time I upgrade a give cygwin lib or util?
2. Do you happen to know when will Cygwin include the rebase so that it's no
longer required to perform this manually?

Thanks!
Yosi

-- 
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

Reply via email to