Re: How is relinking with DESTDIR != installdir in newish libtool?

2003-02-17 Thread Paul Johnson
Do you ever have the problem that the libtool re-linker finds the old version of the thing you are building from /usr/lib before it finds the BUILDROOT one in /tmp/build-root/usr/lib? That's my fear pj Tim Mooney wrote: In regard to: How is relinking with DESTDIR != installdir in newish...:

How is relinking with DESTDIR != installdir in newish libtool?

2003-02-14 Thread Paul Johnson
With libtool-1.4.2, I was using a patch (see below) that introduced DESTDIR that fixed the problems with relinking that happened when building RPMS. The problem was that when libraries were temporarily installed to /tmp/buildroot/usr/lib the re-linker would look in the final destination /usr/li