Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: dll Error on cygwin



On Sat, 2 May 2009, S. Cowles wrote:
On Fri, 1 May 2009, Peter A. Castro wrote:
On Fri, 1 May 2009, Bart Schaefer wrote:
On May 1,  8:44am, Peter A. Castro wrote:

one more data point: this problem had me effectively shut down on win7 beta 1. after the rebase routine, vim, zsh, cvs, subversion, and gcc, for instance, all appear to be working as expected.

after a fresh compile of zsh on win 7 beta 1, dll's and so's in /usr/local need to be included in the rebaseall invocation.

1.  do the normal shutdown of all cygwin services and apps.
    (http://www.heikkitoivonen.net/blog/2008/11/26/cygwin-upgrades-and-rebaseall/)
2.  initiate a bash session
3.  find /usr/local -name *.dll  > /tmp/lst
4.  find /usr/local -name *.so  >> /tmp/lst
5.  exit the bash session
6.  initiate a cmd session
7.  cd \cygwin\bin
8.  .\ash.exe
9.  PATH=. rebaseall -v -T /tmp/lst



Messages sorted by: Reverse Date, Date, Thread, Author