Subject: Re: libtool & intra-library linking
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Frederick Bruckman <fb@enteract.com>
List: tech-pkg
Date: 09/19/2000 22:16:04
On Wed, 20 Sep 2000, Hubert Feyrer wrote:

> is that a bug or a feature that the latest libtool doesn't allow linking
> shared libs against each other any more (at least while still
> uninstalled) any more? It used to work with older libtool.

Bug. It should do it on ELF, not bother on a.out.

fredb@fiona-> uname -pr; ldd /usr/X11R6/lib/libXt.so.6.0
1.5_ALPHA2 i386
/usr/X11R6/lib/libXt.so.6.0:
         -lc.12 => /usr/lib/libc.so.12
         -lX11.6 => /usr/X11R6/lib/libX11.so.6
         -lICE.6 => /usr/X11R6/lib/libICE.so.6
         -lSM.6 => /usr/X11R6/lib/libSM.so.6
fredb@fiona-> ssh corwin "uname -pr; ldd /usr/X11R6/lib/libXt.so.6.0"
1.4.3_ALPHA m68k
ldd: /usr/X11R6/lib/libXt.so.6.0: not a dynamic executable


Frederick