]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid link error on AIX.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Jan 2002 17:36:47 +0000 (17:36 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:35:08 +0000 (00:35 +0200)
intl/ChangeLog
intl/Makefile.in
lib/ChangeLog
lib/Makefile.am
src/ChangeLog
src/Makefile.am

index 8b282c12ddc48900ec69392aaf7aea6324066e8c..d9e9a653b3856084d16a61ad1cf898a39e00cb5b 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-05  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in (libintl.la): Add -lc. Needed on AIX.
+
 2002-01-02  Bruno Haible  <bruno@clisp.org>
 
        * loadmsgcat.c (_nl_init_domain_conv): Convert extern declaration to
index b12e3dca9c207343855d5655ee060c9a683faf75..a483f1d2980f47e01a4e38cca9c1420a0f8df6ed 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for directory with message catalog handling in GNU NLS Utilities.
-# Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
+# Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Library General Public License as published
@@ -119,7 +119,7 @@ libintl.a libgnuintl.a: $(OBJECTS)
 libintl.la libgnuintl.la: $(OBJECTS)
        $(LIBTOOL) --mode=link \
          $(CC) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS) $(LDFLAGS) -o $@ \
-         $(OBJECTS) @LIBICONV@ \
+         $(OBJECTS) @LIBICONV@ -lc \
          -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
          -rpath $(libdir) \
          -no-undefined
index 1286b854c2e6dfc274c141ffba9bb4591b1c78f2..09e53cbfed4be2fada0d7927395f11ae51736b28 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-05  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (libgettextlib_la_LDFLAGS): Add -lc. Needed on AIX.
+
 2002-01-05  Bruno Haible  <bruno@clisp.org>
 
        * wait-process.c (WIFSIGNALED): Make it return false when WIFSTOPPED
index 95ae48def8d68218dc9d087096e63b290b6ebecc..fdeb4748b1be031e48e8a26b3c3505785ac8a60f 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the support lib subdirectory of the GNU NLS Utilities
-## Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -90,7 +90,7 @@ libgettextlib_la_LIBADD = @LTALLOCA@ @LTLIBOBJS@
 # Need @LIBICONV@ because linebreak.c uses iconv().
 libgettextlib_la_LDFLAGS = \
   -release @VERSION@ \
-  @INTLLIBS@ @LIBICONV@ -no-undefined
+  @INTLLIBS@ @LIBICONV@ -lc -no-undefined
 
 # Extra files to be installed.
 
index 3c4189b9a3e753a077ef534c2657cb40f82cfd74..7f7fa5a383d62e22a82074accb06a0c4825eedc7 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-05  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (libgettextsrc_la_LDFLAGS): Add -lc. Needed on AIX.
+
 2002-01-05  Bruno Haible  <bruno@clisp.org>
 
        * x-c.c (buflen): Make static.
index 9e0c2d7a5e0f0d1f389c9ecdfa80301f92c40817..9ef9f6f7184dff64814dcafb635f75cb446ba474 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for program src directory in GNU NLS utilities package.
-## Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -104,7 +104,7 @@ urlget_SOURCES = urlget.c
 # iconv().
 libgettextsrc_la_LDFLAGS = \
   -release @VERSION@ \
-  ../lib/libgettextlib.la @INTLLIBS@ @LIBICONV@ -no-undefined
+  ../lib/libgettextlib.la @INTLLIBS@ @LIBICONV@ -lc -no-undefined
 
 # Link dependencies.
 msgcmp_LDADD = libgettextsrc.la