]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid a link error on OSF/1.
authorBruno Haible <bruno@clisp.org>
Wed, 19 Feb 2003 13:16:55 +0000 (13:16 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:12 +0000 (12:10 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/Makefile.am

index c94c5d8ba9ca89be50c3f8a7a3772535f6c3b5a8..2c3ca71c2ce1ff928b2782298bc1b93e54e3a69e 100644 (file)
@@ -1,3 +1,11 @@
+2003-02-19  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (xgettext_LDADD): Mention $(LIBUNINAME) before
+       libgettextsrc.la, not after it. Needed avoid link error on OSF/1 4.0:
+       libtool produces a link command line that contains "-lc" where a
+       shared library was used, and on OSF/1 4.0 "-lc" must not be used
+       before objects that use integer division.
+
 2003-02-18  Bruno Haible  <bruno@clisp.org>
 
        * message.c (msgdomain_list_free): Uncomment this function.
index 074391afe7976badc2dc32f7b74055b2fdada393..f2f0cb67b6694914011f34878aed3bb8b4fa718d 100644 (file)
@@ -157,7 +157,7 @@ msgcmp_LDADD = libgettextsrc.la
 msgfmt_LDADD = libgettextsrc.la
 msgmerge_LDADD = libgettextsrc.la
 msgunfmt_LDADD = libgettextsrc.la
-xgettext_LDADD = libgettextsrc.la $(LIBUNINAME) @LTLIBEXPAT@
+xgettext_LDADD = $(LIBUNINAME) libgettextsrc.la @LTLIBEXPAT@
 msgattrib_LDADD = libgettextsrc.la
 msgcat_LDADD = libgettextsrc.la
 msgcomm_LDADD = libgettextsrc.la