configure:8501: checking libintl.h usability
configure:8518: gcc -c -g -O2 -L/usr/local/bin conftest.c >&5
configure:8524: $? = 0
configure:8531: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8534: $? = 0
configure:8541: test -s conftest.o
configure:8544: $? = 0
configure:8555: result: yes
configure:8559: checking libintl.h presence
configure:8574: gcc -E -L/usr/local/bin conftest.c
configure:8580: $? = 0
configure:8601: result: yes
configure:8634: checking for libintl.h
configure:8641: result: yes
configure:8652: checking for ngettext in libc
configure:8680: gcc -o conftest -g -O2 -L/usr/local/bin -framework Carbon conftest.c >&5
ld: Undefined symbols:
_libintl_ngettext
configure:8686: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.1"
| #define PACKAGE_STRING "glib 2.14.1"
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 1
| #define GLIB_INTERFACE_AGE 1
| #define GLIB_BINARY_AGE 1401
| #define HAVE_CARBON 1
| #define NEED_ICONV_CACHE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h. */
|
| #include <libintl.h>
|
| int
| main ()
| {
| return !ngettext ("","", 1)
| ;
| return 0;
| }
configure:8720: result: no