Re: libtool chooses the wrong library version to link against

2007-12-04 Thread Andreas Metzler
On 2007-12-01 Andreas Metzler <[EMAIL PROTECTED]> wrote: > On 2007-12-01 Roumen Petrov <[EMAIL PROTECTED]> wrote: > > Peter O'Gorman wrote: > [...] > > >>>Do you know where the -L/usr/lib is coming from? > Removing all -L/usr/lib from the libtool invocation indeed fixes the > problem. [...] > I s

Re: libtool chooses the wrong library version to link against

2007-12-04 Thread Andreas Metzler
On 2007-12-01 Roumen Petrov <[EMAIL PROTECTED]> wrote: > Peter O'Gorman wrote: [...] > >>>Do you know where the -L/usr/lib is coming from? Removing all -L/usr/lib from the libtool invocation indeed fixes the problem. > It should from a dependent library. > I guess that first this is from opencdk

Re: libtool chooses the wrong library version to link against

2007-12-01 Thread Kurt Roeckx
On Thu, Nov 29, 2007 at 07:25:19PM +0100, Andreas Metzler wrote: > Hello, > > this is about . You might also want to read: http://bugs.debian.org/320698 Kurt ___ http://lists.gnu.org/mailman/listinfo/libtool

Re: libtool chooses the wrong library version to link against

2007-12-01 Thread Roumen Petrov
Peter O'Gorman wrote: Andreas Metzler wrote: Peter O'Gorman <[EMAIL PROTECTED]> wrote: Andreas Metzler wrote: this is about . when I am building gnutls on a system with a different version of gnutls already installed, libtool links the li

Re: libtool chooses the wrong library version to link against

2007-12-01 Thread Andreas Metzler
Andreas Metzler <[EMAIL PROTECTED]> wrote: > Might this be related to the fact that I am running an i486 > installation on a amd64 kernel? That is not the case, running an ix86 kernel does not change a thing. cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so

Re: libtool chooses the wrong library version to link against

2007-11-29 Thread Peter O'Gorman
Andreas Metzler wrote: > Peter O'Gorman <[EMAIL PROTECTED]> wrote: >> Andreas Metzler wrote: >>> this is about . > >>> when I am building gnutls on a system with a different version of >>> gnutls already installed, libtool links the library libgnutls-extra >>> agains

Re: libtool chooses the wrong library version to link against

2007-11-29 Thread Andreas Metzler
Peter O'Gorman <[EMAIL PROTECTED]> wrote: > Andreas Metzler wrote: >> this is about . >> when I am building gnutls on a system with a different version of >> gnutls already installed, libtool links the library libgnutls-extra >> against /usr/lib/libgnutls.so instead

Re: libtool chooses the wrong library version to link against

2007-11-29 Thread Peter O'Gorman
Andreas Metzler wrote: > Hello, > > this is about . > > when I am building gnutls on a system with a different version of > gnutls already installed, libtool links the library libgnutls-extra > against /usr/lib/libgnutls.so instead of against the correct new > versi