Bruno Haible wrote: > On MacOS X 10.5, the following gnulib tests fail to link: ... > This is apparently due to the recent implementation change of getcwd(). > This patch should fix it: > > 2011-10-08 Bruno Haible <[email protected]> > > Tests: Avoid link failures w.r.t. libintl. > * modules/faccessat-tests (Makefile.am): Link test-faccessat against > $(LIBINTL). > * modules/fchdir-tests (Makefile.am): Link test-fchdir against > $(LIBINTL). > * modules/getcwd-lgpl-tests (Makefile.am): Link test-getcwd-lgpl > against $(LIBINTL). > * modules/getcwd-tests (Makefile.am): Link test-getcwd against > $(LIBINTL). > * modules/openat-tests (Makefile.am): Link test-fchmodat against > $(LIBINTL). > * modules/stat-tests (Makefile.am): Link test-stat against $(LIBINTL).
Thanks for the speedy testing and fix!
