$ diff -ud ltmain.sh.old ltmain.sh --- ltmain.sh.old 2004-10-08 01:56:36.797564800 +0200 +++ ltmain.sh 2004-10-02 02:24:08.852576000 +0200 @@ -2416,7 +2416,7 @@ { test "$prefer_static_libs" = no || test -z "$old_library"; }; then if test "$installed" = no; then notinst_deplibs="$notinst_deplibs $lib" - need_relink=yes + need_relink=no fi # This is a shared library
Obviously, this patch can't go back to the "real" libtool because it turns off relinking for all platforms, not just cygwin. I'm testing something related in the libtool-2.0pre baseline...stay tuned.
I recall this came up earlier but I can't find it in the archives. What was my objection back then? I'm sure someone objected, because otherwise it would have gone in; and I'm sure it was me, because nobody else cares about the libtool internals. :-)
-- Chuck
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/