Re: shared libraries dependecy problem.

2006-03-21 Thread Martijn van Oosterhout
On 3/20/06, Grzegorz Bizon [EMAIL PROTECTED] wrote: Hi. I have problem with dependecies on shared libraries in my package (tleenx2). Linda complains that: W: tleenx2; A binary links against a library that is not depended on. (By the way - shoudn't it be error rather than warning ?) I have

Re: shared libraries dependecy problem.

2006-03-21 Thread Adeodato Simó
* Peter Samuelson [Tue, 21 Mar 2006 01:01:05 -0600]: [Grzegorz Bizon] Linda complains that: W: tleenx2; A binary links against a library that is not depended on. (By the way - shoudn't it be error rather than warning ?) [snip] The point is that you probably don't need to link to, e.g.,

shared libraries dependecy problem.

2006-03-20 Thread Grzegorz Bizon
Hi. I have problem with dependecies on shared libraries in my package (tleenx2). Linda complains that: W: tleenx2; A binary links against a library that is not depended on. (By the way - shoudn't it be error rather than warning ?) I have checked binary with objdump and ldd and i got ... simillar

Re: shared libraries dependecy problem.

2006-03-20 Thread Steve Langasek
On Mon, Mar 20, 2006 at 03:59:04PM +0100, Grzegorz Bizon wrote: I have problem with dependecies on shared libraries in my package (tleenx2). Linda complains that: W: tleenx2; A binary links against a library that is not depended on. (By the way - shoudn't it be error rather than warning ?)

Re: shared libraries dependecy problem.

2006-03-20 Thread Benjamin Seidenberg
Grzegorz Bizon wrote: Hi. I have problem with dependecies on shared libraries in my package (tleenx2). Linda complains that: W: tleenx2; A binary links against a library that is not depended on. (By the way - shoudn't it be error rather than warning ?) Linda seems to be doing this with

Re: shared libraries dependecy problem.

2006-03-20 Thread Peter Samuelson
[Grzegorz Bizon] Linda complains that: W: tleenx2; A binary links against a library that is not depended on. (By the way - shoudn't it be error rather than warning ?) No, because it's sometimes hard to fix and often harmless. We don't like it but error is too strong. I have checked binary