changeset 14035:1cdd9ed93c4e

Fix more C++ link errors on Solaris 8. * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Add $(LIB_EACCESS). * modules/stdio-c++-tests (test_stdio_c___LDADD): Likewise. * modules/stdlib-c++-tests (test_stdlib_c___LDADD): Likewise. * modules/sys_ioctl-c++-tests (test_sys_ioctl_c___LDADD): Likewise. * modules/wchar-c++-tests (test_wchar_c___LDADD): Likewise. * modules/wctype-c++-tests (test_wctype_c___LDADD): Likewise.
author Bruno Haible <bruno@clisp.org>
date Sat, 25 Dec 2010 19:44:39 +0100
parents 0082f00778bc
children c475f1b6d204
files ChangeLog modules/fcntl-h-c++-tests modules/stdio-c++-tests modules/stdlib-c++-tests modules/sys_ioctl-c++-tests modules/wchar-c++-tests modules/wctype-c++-tests
diffstat 7 files changed, 17 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-25  Bruno Haible  <bruno@clisp.org>
+
+	Fix more C++ link errors on Solaris 8.
+	* modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Add
+	$(LIB_EACCESS).
+	* modules/stdio-c++-tests (test_stdio_c___LDADD): Likewise.
+	* modules/stdlib-c++-tests (test_stdlib_c___LDADD): Likewise.
+	* modules/sys_ioctl-c++-tests (test_sys_ioctl_c___LDADD): Likewise.
+	* modules/wchar-c++-tests (test_wchar_c___LDADD): Likewise.
+	* modules/wctype-c++-tests (test_wctype_c___LDADD): Likewise.
+
 2010-12-25  Bruno Haible  <bruno@clisp.org>
 
 	printf-posix: Fix link error when a non-GCC compiler is used.
--- a/modules/fcntl-h-c++-tests
+++ b/modules/fcntl-h-c++-tests
@@ -15,5 +15,5 @@
 TESTS += test-fcntl-h-c++
 check_PROGRAMS += test-fcntl-h-c++
 test_fcntl_h_c___SOURCES = test-fcntl-h-c++.cc
-test_fcntl_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIBSOCKET)
+test_fcntl_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIBSOCKET)
 endif
--- a/modules/stdio-c++-tests
+++ b/modules/stdio-c++-tests
@@ -16,5 +16,5 @@
 TESTS += test-stdio-c++
 check_PROGRAMS += test-stdio-c++
 test_stdio_c___SOURCES = test-stdio-c++.cc test-stdio-c++2.cc
-test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
+test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP) $(LIB_EACCESS)
 endif
--- a/modules/stdlib-c++-tests
+++ b/modules/stdlib-c++-tests
@@ -16,5 +16,5 @@
 TESTS += test-stdlib-c++
 check_PROGRAMS += test-stdlib-c++
 test_stdlib_c___SOURCES = test-stdlib-c++.cc test-stdlib-c++2.cc
-test_stdlib_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
+test_stdlib_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)
 endif
--- a/modules/sys_ioctl-c++-tests
+++ b/modules/sys_ioctl-c++-tests
@@ -15,5 +15,5 @@
 TESTS += test-sys_ioctl-c++
 check_PROGRAMS += test-sys_ioctl-c++
 test_sys_ioctl_c___SOURCES = test-sys_ioctl-c++.cc
-test_sys_ioctl_c___LDADD = $(LDADD) $(LIBINTL) $(LIBSOCKET) $(LIB_CLOCK_GETTIME)
+test_sys_ioctl_c___LDADD = $(LDADD) $(LIBINTL) $(LIBSOCKET) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS)
 endif
--- a/modules/wchar-c++-tests
+++ b/modules/wchar-c++-tests
@@ -15,5 +15,5 @@
 TESTS += test-wchar-c++
 check_PROGRAMS += test-wchar-c++
 test_wchar_c___SOURCES = test-wchar-c++.cc
-test_wchar_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
+test_wchar_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP) $(LIB_EACCESS)
 endif
--- a/modules/wctype-c++-tests
+++ b/modules/wctype-c++-tests
@@ -15,5 +15,5 @@
 TESTS += test-wctype-c++
 check_PROGRAMS += test-wctype-c++
 test_wctype_c___SOURCES = test-wctype-c++.cc
-test_wctype_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
+test_wctype_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP) $(LIB_EACCESS)
 endif