Re: libtool varying versions

1998-04-05 Thread jdassen
On Sun, Apr 05, 1998 at 04:35:09PM +0200, Christian Schwarz wrote: > On Tue, 17 Mar 1998 [EMAIL PROTECTED] wrote: > > IMO the new libtool's behaviour (forced -rpath and no inter-library > > dependencies) is seriously broken. The Debian maintainer should lobby > > with the upstream author to get if

Re: libtool varying versions

1998-04-05 Thread Christian Schwarz
On Tue, 17 Mar 1998 [EMAIL PROTECTED] wrote: > On Tue, Mar 17, 1998 at 08:30:08AM -0600, Marcelo E. Magallon wrote: > > On Tue, 17 Mar 1998 [EMAIL PROTECTED] wrote: > > > One of the irritating other things is that newer versions of libtool > > > force -rpath. > > > > Yes. And lintian generates a

Re: libtool varying versions

1998-03-17 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE- On Tue, 17 Mar 1998, Marcelo E. Magallon wrote: > On 16 Mar 1998, Ben Gertzfield wrote: > > > Do I remove the newer libtool from the upstream source and replace > > it with the current libtool in the Debian distribution? > > add "libtoolize --force --copy" to

Re: libtool varying versions

1998-03-17 Thread jdassen
On Tue, Mar 17, 1998 at 08:30:08AM -0600, Marcelo E. Magallon wrote: > On Tue, 17 Mar 1998 [EMAIL PROTECTED] wrote: > > One of the irritating other things is that newer versions of libtool > > force -rpath. > > Yes. And lintian generates a warning about that. Yes. I suggested this to Christian.

Re: libtool varying versions

1998-03-17 Thread Marcelo E. Magallon
On Tue, 17 Mar 1998 [EMAIL PROTECTED] wrote: > One of the irritating other things is that newer versions of libtool force > -rpath. Yes. And lintian generates a warning about that. Is it that serious? I mean, should we, Debian, (again) patch libtool? It's becoming a bit troubling to know we have

Re: libtool varying versions

1998-03-17 Thread Marcelo E. Magallon
On 16 Mar 1998, Ben Gertzfield wrote: > Do I remove the newer libtool from the upstream source and replace > it with the current libtool in the Debian distribution? add "libtoolize --force --copy" to debian/rules. This would make your package source-depend on libtool. And automake maybe. Definit

Re: libtool varying versions

1998-03-17 Thread jdassen
On Mon, Mar 16, 1998 at 10:41:42PM -0800, Ben Gertzfield wrote: > Many of my packages contain shared libraries, and many of them use their > own versions of libtool. > > These libtools, among other things, do not always link their shared > libraries dynamically; One of the irritating other things

libtool varying versions

1998-03-17 Thread Ben Gertzfield
Many of my packages contain shared libraries, and many of them use their own versions of libtool. These libtools, among other things, do not always link their shared libraries dynamically; Gtk+ has just moved to a new version of libtool which no longer links the shared libraries dynamically. Do I