libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

and when you attach something...


From: Peter O'Gorman
Subject: and when you attach something...
Date: Fri, 30 Jan 2004 23:35:18 +0900
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

2004-01-30  Peter O'Gorman  <address@hidden>

~        * ltmain.in: Do not write '-framework foo' libraries to the .la's
~        dependency_libs. Older libtools may see this, and some of them die
~        when they encounter unknown args in dependency_libs. Reported by
~        Max Horn <address@hidden>.

Peter
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iQCVAwUBQBprpriDAg3OZTLPAQK1rQP+N38KhV1pgwqvuyXdwva4PgQPCpOgeIQW
PzeIKil7GON6e8PxAiU/iZbIo5btWgCWBdVA3PVPbezlAmdLMoscZ9xtOeMxbT85
kd33v/vQw8U2viQcBCPtUSZqvAd0HIPsyKbAvTtoZE2bgAum1GFeLj/Mt7byO/5C
3LBoGjDVFx8=
=lamL
-----END PGP SIGNATURE-----
Index: ChangeLog
2004-01-30  Peter O'Gorman  <address@hidden>

        * ltmain.in: Do not write '-framework foo' libraries to the .la's
        dependency_libs. Older libtools may see this, and some of them die
        when they encounter unknown args in dependency_libs. Reported by
        Max Horn <address@hidden>.

from  Scott James Remnant  <address@hidden>
Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/ltmain.in,v
retrieving revision 1.369
diff -u -3 -p -u -r1.369 ltmain.in
--- ltmain.in 22 Jan 2004 15:27:25 -0000 1.369
+++ ltmain.in 30 Jan 2004 14:29:55 -0000
@@ -1958,10 +1958,15 @@ EOF
            finalize_deplibs="$deplib $finalize_deplibs"
          else
            deplibs="$deplib $deplibs"
-           if test "$linkmode" = lib ; then
-             newdependency_libs="$deplib $newdependency_libs"
-           fi
+
+         # It would be nice to write this to the .la, but if we put stuff
+         # in dependency_libs that older libtool's do not understand, there is
+          # trouble, the older libtool dies :(
+         # if test "$linkmode" = lib ; then
+         #   newdependency_libs="$deplib $newdependency_libs"
+         # fi
+
          fi
          continue
          ;;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]