Re: can't find winedbg

2009-05-05 Thread Ken Sharp
Vitaliy Margolen wrote: Ben Klein wrote: 2009/5/5 Vitaliy Margolen : Mike Kaplinskiy wrote: executable, so you would run it like: ./wine ./programs/winedbg/winedbg.exe.so './wine winedbg' will do the same. Will that look-up in ./programs/winedbg before looking in $PREFIX/lib/wine/? Shoul

Re: can't find winedbg

2009-05-05 Thread Vitaliy Margolen
Ben Klein wrote: > 2009/5/5 Vitaliy Margolen : >> Mike Kaplinskiy wrote: >>> executable, so you would run it like: >>> >>> ./wine ./programs/winedbg/winedbg.exe.so >> './wine winedbg' will do the same. > > Will that look-up in ./programs/winedbg before looking in $PREFIX/lib/wine/? Should. I don't

Re: can't find winedbg

2009-05-04 Thread Ben Klein
2009/5/5 Vitaliy Margolen : > Mike Kaplinskiy wrote: >> executable, so you would run it like: >> >> ./wine ./programs/winedbg/winedbg.exe.so > > './wine winedbg' will do the same. Will that look-up in ./programs/winedbg before looking in $PREFIX/lib/wine/?

Re: can't find winedbg

2009-05-04 Thread Vitaliy Margolen
Mike Kaplinskiy wrote: > executable, so you would run it like: > > ./wine ./programs/winedbg/winedbg.exe.so './wine winedbg' will do the same. Vitaliy.

Re: can't find winedbg

2009-05-04 Thread Christopher Harvey
Ben Klein wrote: > 2009/5/5 Mike Kaplinskiy : > >> On Mon, May 4, 2009 at 9:27 PM, Christopher Harvey >> wrote: >> >>> I just built wine out of git. >>> Ran this: >>> wine-git $ find . -name winedbg >>> ./programs/winedbg >>> >>> notice there is no winedbg program. The output there is a fo

Re: can't find winedbg

2009-05-04 Thread Ben Klein
2009/5/5 Mike Kaplinskiy : > On Mon, May 4, 2009 at 9:27 PM, Christopher Harvey > wrote: >> I just built wine out of git. >> Ran this: >> wine-git $ find . -name winedbg >> ./programs/winedbg >> >> notice there is no winedbg program. The output there is a folder only. >> Where is the winedbg progr

Re: can't find winedbg

2009-05-04 Thread Mike Kaplinskiy
On Mon, May 4, 2009 at 9:27 PM, Christopher Harvey wrote: > I just built wine out of git. > Ran this: > wine-git $ find . -name winedbg > ./programs/winedbg > > > notice there is no winedbg program. The output there is a folder only. > Where is the winedbg program within the git tree? > > > I'm p

can't find winedbg

2009-05-04 Thread Christopher Harvey
I just built wine out of git. Ran this: wine-git $ find . -name winedbg ./programs/winedbg notice there is no winedbg program. The output there is a folder only. Where is the winedbg program within the git tree?