make check is now failing: gl/.libs/libgl.a(xalloc-die.o)(.text+0x1b): In function `xalloc_die': /home/jhs/src/pspp/gl/xalloc-die.c:35: undefined reference to `libintl_gettext' collect2: ld returned 1 exit status *** Error code 1
libintl_gettext is declared in libintl.h. libintl.h is included xalloc-die.c via #include "gettext.h". I don't see this function defined anywhere in the gettext source. I have gettext 0.16.1. >From the pspp directory, the only reference to libintl_gettext is: $ find ./* -name '*.c' |xargs grep libintl_gettext ./tmpwrk8549/archive/intl/gettext.c:# define GETTEXT libintl_gettext ./tmpwrk8549/archive/intl/intl-compat.c: return libintl_gettext (msgid); So why is make working, but not make check? This is all happening on OBSD 4.0. -Jason _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
