Re: Problem with libtool relinking

2008-11-02 Thread Ben Burton
Hi Alexis, So maybe putting the -L/-l linker args in LIBADD instead would fix the problem. I tried this out over the weekend, and it worked a treat. Thanks for that, Ben. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Problem with libtool relinking

2008-10-25 Thread Peter Samuelson
[Ben Burton] At the build stage, everything is fine. At the make install stage, library A installs without problems into the DESTDIR, but then libtool tries to relink library B against the older A in /usr/lib (and fails because the older library is missing some new symbols). Yeah, same

Re: Problem with libtool relinking

2008-10-25 Thread Alexis Ballier
Hi, Does anyone know if there is a better solution than a build-conflicts? No, I use build-conflicts. If anyone does have better ideas, I want to know too. (: I've had the same problem for vlc here [1] (real understanding of the situation starts around comment #44). It took me ages to