This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:580: checking whether make sets ${MAKE}
configure:609: checking for gcc
configure:722: checking whether the C compiler (cc -fno-common -L/usr/local/lib -lintl) works
configure:738: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:764: checking whether the C compiler (cc -fno-common -L/usr/local/lib -lintl) is a cross-compiler
configure:769: checking whether we are using GNU C
configure:778: cc -E conftest.c
configure:797: checking whether cc accepts -g
configure:829: checking how to run the C preprocessor
configure:850: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:939: checking for a BSD compatible install
configure:994: checking for ranlib
configure:1022: checking whether ln -s works
configure:1045: checking for ANSI C header files
configure:1058: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1125: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:1152: checking for unistd.h
configure:1162: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1152: checking for stdint.h
configure:1162: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1152: checking for fcntl.h
configure:1162: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1152: checking for elf.h
configure:1162: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1158:17: elf.h: No such file or directory
configure: failed program was:
#line 1157 "configure"
#include "confdefs.h"
#include <elf.h>
configure:1192: checking for elf.h
configure:1192: checking for sys/elf.h
configure:1202: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1198:21: sys/elf.h: No such file or directory
configure: failed program was:
#line 1197 "configure"
#include "confdefs.h"
#include <sys/elf.h>
configure:1192: checking for link.h
configure:1202: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1198:18: link.h: No such file or directory
configure: failed program was:
#line 1197 "configure"
#include "confdefs.h"
#include <link.h>
configure:1192: checking for sys/link.h
configure:1202: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1198:22: sys/link.h: No such file or directory
configure: failed program was:
#line 1197 "configure"
#include "confdefs.h"
#include <sys/link.h>
configure:1229: checking if cc can compile elf.h
configure:1246: cc -c -fno-common -I/usr/local/include conftest.c 1>&5
configure: In function `main':
configure:1242: error: `Elf32_Ehdr' undeclared (first use in this function)
configure:1242: error: (Each undeclared identifier is reported only once
configure:1242: error: for each function it appears in.)
configure:1242: error: parse error before "dummy"
configure: failed program was:
#line 1235 "configure"
#include "confdefs.h"
#if HAVE_ELF_H
    #include <elf.h>
    #elif HAVE_SYS_ELF_H
    #include <sys/elf.h>
    #endif
int main() {
Elf32_Ehdr dummy
; return 0; }
configure:1280: checking for ar.h
configure:1290: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1280: checking for libelf.h
configure:1290: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1286:20: libelf.h: No such file or directory
configure: failed program was:
#line 1285 "configure"
#include "confdefs.h"
#include <libelf.h>
configure:1280: checking for nlist.h
configure:1290: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1280: checking for gelf.h
configure:1290: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out
configure:1286:18: gelf.h: No such file or directory
configure: failed program was:
#line 1285 "configure"
#include "confdefs.h"
#include <gelf.h>
configure:1317: checking whether to install <libelf.h>, <nlist.h> and <gelf.h>
configure:1333: checking for working const
configure:1387: cc -c -fno-common -I/usr/local/include conftest.c 1>&5
configure:1408: checking for off_t
configure:1441: checking for size_t
configure:1475: checking size of short
configure:1494: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:1514: checking size of int
configure:1533: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:1553: checking size of long
configure:1572: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:1592: checking size of long long
configure:1611: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:1632: checking size of __int64
configure:1651: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure: In function `main':
configure:1646: error: `__int64' undeclared (first use in this function)
configure:1646: error: (Each undeclared identifier is reported only once
configure:1646: error: for each function it appears in.)
configure: failed program was:
#line 1640 "configure"
#include "confdefs.h"
#include <stdio.h>
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", sizeof(__int64));
  exit(0);
}
configure:2021: checking for 64-bit integer
configure:2052: checking for 32-bit integer
configure:2081: checking for 16-bit integer
configure:2113: checking for unistd.h
configure:2152: checking for getpagesize
configure:2180: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:2205: checking for working mmap
configure:2353: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:2378: checking for ftruncate
configure:2406: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:2378: checking for memcmp
configure:2406: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:2390: warning: conflicting types for built-in function `memcmp'
configure:2378: checking for memcpy
configure:2406: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:2390: warning: conflicting types for built-in function `memcpy'
configure:2378: checking for memmove
configure:2406: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:2433: checking for memset
configure:2461: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:2445: warning: conflicting types for built-in function `memset'
configure:2495: checking whether overlapping arrays are copied correctly
configure:2520: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:2543: checking the coffee machine
configure:2553: checking whether 64-bit ELF support is sufficient
configure:2556: checking whether to include 64-bit support
configure:2578: checking whether versioning support is sufficient
configure:2598: checking whether to include versioning support
configure:2636: checking whether NLS is requested
configure:2653: checking for dgettext
configure:2666: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:2684: checking for msgfmt
configure:2721: checking for gmsgfmt
configure:2757: checking for xgettext
configure:2793: checking for msgmerge
configure:2827: checking for GNU gettext
configure:2840: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:2856: checking for losing catgets-based GNU gettext
configure:2869: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
ld: Undefined symbols:
__msg_tbl_length
configure: failed program was:
#line 2862 "configure"
#include "confdefs.h"

int main() {
extern int _msg_tbl_length; return _msg_tbl_length
; return 0; }
configure:2890: checking for pure GNU gettext
configure:2903: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure:3103: checking for catalogs to be installed
configure:3121: checking for gettext in -lintl
configure:3140: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c -lintl   1>&5
configure:3169: checking host system type
configure:3199: checking whether to build a shared library
configure:3211: checking whether GNU naming conventions are requested
configure:3226: checking for ld
configure:3265: checking for native ELF system
configure:3296: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib -lintl conftest.c  1>&5
configure: failed program was:
#line 3273 "configure"
#include "confdefs.h"
#include <stdio.h>
int
main(int argc, char **argv) {
  char buf[BUFSIZ];
  FILE *fp;
  int n;

  if ((fp = fopen(*argv, "r")) == NULL) {
    exit(1);
  }
  n = fread(buf, 1, sizeof(buf), fp);
  if (n >= 52
   && buf[0] == '\177'
   && buf[1] == 'E'
   && buf[2] == 'L'
   && buf[3] == 'F') {
    exit(0);
  }
  exit(1);
}