Hello Ralf, > 2007-10-22 Ralf Wildenhues <[EMAIL PROTECTED]> > > * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add > @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
This is all right. Please apply. > I must confess I don't know what I'm doing here, but this patch helped > me build test-fstrcmp. WDYT? The @LIBINTL@ is needed because fstrcmp depends on xalloc, which depends on xalloc-die, which depends on gettext-h, which causes a dependency to the gettext() function since you have also the module 'gettext' among the list. The $(LIBTHREAD) is needed because fstrcmp depends on lock. Bruno