Tom G. Christensen wrote: > > Which ones, please? > > > test-nonblocking-pipe-main > test-nonblocking-socket-main
This patch should fix it: 2011-05-31 Bruno Haible <br...@clisp.org> Fix link errors in tests: wait-process uses gettext-h. * modules/nonblocking-pipe-tests (Makefile.am): Set test_nonblocking_pipe_main_LDADD. * modules/nonblocking-socket-tests (Makefile.am): Link test-nonblocking-socket-main against $(LIBINTL). Reported by Tom G. Christensen <t...@jupiterrise.com>. --- modules/nonblocking-pipe-tests.orig Tue May 31 00:42:02 2011 +++ modules/nonblocking-pipe-tests Tue May 31 00:41:21 2011 @@ -32,3 +32,4 @@ Makefile.am: TESTS += test-nonblocking-pipe.sh check_PROGRAMS += test-nonblocking-pipe-main test-nonblocking-pipe-child +test_nonblocking_pipe_main_LDADD = $(LDADD) @LIBINTL@ --- modules/nonblocking-socket-tests.orig Tue May 31 00:42:02 2011 +++ modules/nonblocking-socket-tests Tue May 31 00:40:44 2011 @@ -42,5 +42,5 @@ Makefile.am: TESTS += test-nonblocking-socket.sh check_PROGRAMS += test-nonblocking-socket-main test-nonblocking-socket-child -test_nonblocking_socket_main_LDADD = $(LDADD) $(LIBSOCKET) +test_nonblocking_socket_main_LDADD = $(LDADD) $(LIBSOCKET) @LIBINTL@ test_nonblocking_socket_child_LDADD = $(LDADD) $(LIBSOCKET) -- In memoriam Otto Neururer <http://de.wikipedia.org/wiki/Otto_Neururer>