Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: dll Error on cygwin
- X-seq: zsh-users 14088
- From: "S. Cowles" <scowles@xxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: dll Error on cygwin
- Date: Sat, 2 May 2009 20:53:39 -0700 (PDT)
- In-reply-to: <alpine.LN8.2.00.0905021343480.14755@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090501061103.GA22489@xxxxxxxxxxxxxxxxx> <200905010919.n419JaNK031673@xxxxxxxxxxxxxx> <20090501111952.GD22489@xxxxxxxxxxxxxxxxx> <Pine.LNX.4.64.0905010841120.13565@xxxxxxxxxxxxxxxxxxxx> <090501091020.ZM27774@xxxxxxxxxxxxxxxxxxxxxx> <Pine.LNX.4.64.0905011016180.13565@xxxxxxxxxxxxxxxxxxxx> <alpine.LN8.2.00.0905021343480.14755@xxxxxxxxxxxxxxx>
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