* modules/string-c++-tests (Makefile.am): Link test-string-c++ with
$(LIBC32CONV).
* modules/uchar-c++-tests (Makefile.am): Link test-uchar-c++ with
$(LIBC32CONV).
+2023-10-03 Bruno Haible <bruno@clisp.org>
+
+ string-c++-tests, uchar-c++-tests: Fix link errors on Mac OS X.
+ * modules/string-c++-tests (Makefile.am): Link test-string-c++ with
+ $(LIBC32CONV).
+ * modules/uchar-c++-tests (Makefile.am): Link test-uchar-c++ with
+ $(LIBC32CONV).
+
2023-10-03 Bruno Haible <bruno@clisp.org>
mcel tests: Fix link error.
TESTS += test-string-c++
check_PROGRAMS += test-string-c++
test_string_c___SOURCES = test-string-c++.cc test-string-c++2.cc
-test_string_c___LDADD = $(LDADD) $(LIBUNISTRING) $(LIBINTL) $(LIBTHREAD)
+test_string_c___LDADD = $(LDADD) $(LIBUNISTRING) $(LIBINTL) $(LIBC32CONV) $(LIBTHREAD)
endif
if CXX_HAVE_CUCHAR
test_uchar_c___SOURCES += test-uchar-c++2.cc
endif
-test_uchar_c___LDADD = $(LDADD) $(LIBUNISTRING) $(MBRTOWC_LIB)
+test_uchar_c___LDADD = $(LDADD) $(LIBUNISTRING) $(MBRTOWC_LIB) $(LIBC32CONV)
endif