Re: libwine: Use rpath-based install name and library references for libwine on Mac.

2013-01-12 Thread Alexandre Julliard
Ken Thomases writes: > OK, but that still works for me. I configured with --prefix=$HOME/test1, I > installed there, and tested. Then, I renamed ~/test1 to ~/test2 and retested > and things still worked. > > (I'll also point out that none of the Wine library references > incorporate absolute

Re: libwine: Use rpath-based install name and library references for libwine on Mac.

2013-01-12 Thread Ken Thomases
On Jan 12, 2013, at 4:12 AM, Alexandre Julliard wrote: > Ken Thomases writes: > >> On Jan 11, 2013, at 11:13 AM, Alexandre Julliard wrote: >>> It doesn't seem to work when installed: >>> >>> wine: failed to initialize: dlopen(/usr/local/lib/wine/ntdll.dll.so, 258): >>> image not found >> I as

Re: libwine: Use rpath-based install name and library references for libwine on Mac.

2013-01-12 Thread Alexandre Julliard
Ken Thomases writes: > On Jan 11, 2013, at 11:13 AM, Alexandre Julliard wrote: >> It doesn't seem to work when installed: >> >> wine: failed to initialize: dlopen(/usr/local/lib/wine/ntdll.dll.so, 258): >> image not found > > It works for me on Mac OS X 10.6.8. On which version of the OS were

Re: libwine: Use rpath-based install name and library references for libwine on Mac.

2013-01-11 Thread Ken Thomases
On Jan 11, 2013, at 11:13 AM, Alexandre Julliard wrote: > Ken Thomases writes: > >> --- >> configure.ac |3 ++- >> libs/wine/Makefile.in |6 +++--- >> 2 files changed, 5 insertions(+), 4 deletions(-) > > It doesn't seem to work when installed: > > wine: failed to initialize: dlo

Re: Ken Thomases : libwine: Use rpath-based install name and library references for libwine on Mac.

2013-01-11 Thread Alexandre Julliard
627832e41b2ad01b9 >> >> Author: Ken Thomases >> Date: Fri Jan 11 03:25:07 2013 -0600 >> >> libwine: Use rpath-based install name and library references for libwine on >> Mac. > Huh? I thought this broke running installed Wine for you. Why did you > commit

Re: Ken Thomases : libwine: Use rpath-based install name and library references for libwine on Mac.

2013-01-11 Thread Charles Davis
Date: Fri Jan 11 03:25:07 2013 -0600 > > libwine: Use rpath-based install name and library references for libwine on > Mac. Huh? I thought this broke running installed Wine for you. Why did you commit this anyway? (Or is there another email message that I didn't see? Gma

Re: libwine: Use rpath-based install name and library references for libwine on Mac.

2013-01-11 Thread Alexandre Julliard
Ken Thomases writes: > --- > configure.ac |3 ++- > libs/wine/Makefile.in |6 +++--- > 2 files changed, 5 insertions(+), 4 deletions(-) It doesn't seem to work when installed: wine: failed to initialize: dlopen(/usr/local/lib/wine/ntdll.dll.so, 258): image not found -- Alexand