Re: AC_PATH_XTRA and -rpath

2006-08-03 Thread Harlan Stenn
I thought he was ssaying that if /bin/ls uses RPATH then configure should use RPATH, too. H -- > Patrick Welche <[EMAIL PROTECTED]> writes: > > On Thu, Jul 20, 2006 at 07:03:27PM -0700, Russ Allbery wrote: > > >> Adding -R for system X libraries is always the wrong thing to do on > >> Debian syst

Re: AC_PATH_XTRA and -rpath

2006-08-03 Thread Russ Allbery
Patrick Welche <[EMAIL PROTECTED]> writes: > On Thu, Jul 20, 2006 at 07:03:27PM -0700, Russ Allbery wrote: >> Adding -R for system X libraries is always the wrong thing to do on >> Debian systems and will break multiarch builds. I really don't think >> this is the right solution. > How about som

Re: AC_PATH_XTRA and -rpath

2006-08-03 Thread Patrick Welche
On Thu, Jul 20, 2006 at 07:03:27PM -0700, Russ Allbery wrote: > Paul Eggert <[EMAIL PROTECTED]> writes: > > "Peter O'Gorman" <[EMAIL PROTECTED]> writes: > > >> This patch will now add -R to X_LIBS for all systems. > > > It's not supposed to. It's supposed to try -R, and add it only if it > > wor