Re: wine and rpath

2006-03-14 Thread Alexandre Julliard
Ivars Strazdins <[EMAIL PROTECTED]> writes: > Hello all, > recently introduced rpath sets rpath to $ORIGIN > I wonder if $ORIGIN/../lib would not be more appropriate? Or is this > something my build-system specific? It's supposed to be set to $ORIGIN/../lib, it sounds like something went wrong wi

wine and rpath

2006-03-13 Thread Ivars Strazdins
Hello all, recently introduced rpath sets rpath to $ORIGIN I wonder if $ORIGIN/../lib would not be more appropriate? Or is this something my build-system specific? $ORIGIN just does not work to me, I really need $ORIGIN/../lib, if --prefix is set to non-default, non /usr value. Thank you, Ivar