[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
make check failure
From: |
Jason Stover |
Subject: |
make check failure |
Date: |
Thu, 29 Mar 2007 22:11:11 -0400 |
User-agent: |
Mutt/1.5.10i |
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
- make check failure,
Jason Stover <=