Paul E Johnson <[EMAIL PROTECTED]> writes: > I do now know what patch is required to make libtool-1.4.2 work as > it is currently released, I've been asking about. My understanding > is that the Debian packager of libtool has a patch which fixes the > problem.
Hmm, well the latest Debian libtool claimed to have such a patch, but at least for guile and heimdal, it didn't fix the problem, though perhaps these packages aren't using the automake variables the way that libtool would prefer. For libguile, we have: libguile_la_DEPENDENCIES = @LIBLOBJS@ libguile_la_LIBADD = @LIBLOBJS@ $(LIBLTDL) $(THREAD_LIBS_LOCAL) libguile_la_LDFLAGS = -version-info @LIBGUILE_INTERFACE_CURRENT@:@LIBGUILE_INTERFACE_REVISION@:@LIBGUILE_INTERFACE_AGE@ -export-dynamic -no-undefined where $(THREAD_LIBS_LOCAL) := ../qt/libqthreads.la -- Rob Browning rlb @defaultvalue.org, @linuxdevel.com, and @debian.org Previously @cs.utexas.edu GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
