This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --enable-localjpeg --enable-localzlib --enable-localpng --disable-gui --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 104 tasks, 159 threads, 4 processors Load average: 1.35, Mach factor: 2.75 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1332: checking for gawk configure:1348: found /usr/local/bin/gawk configure:1358: result: gawk configure:1376: checking for i386-unknown-gnu-gcc configure:1402: result: cc configure:1684: checking for C compiler version configure:1687: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1690: $? = 0 configure:1692: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1695: $? = 0 configure:1697: cc -V &5 cc: `-V' option must have argument configure:1700: $? = 1 configure:1724: checking for C compiler default output configure:1727: cc -fno-common conftest.c >&5 configure:1730: $? = 0 configure:1776: result: a.out configure:1781: checking whether the C compiler works configure:1787: ./a.out configure:1790: $? = 0 configure:1807: result: yes configure:1814: checking whether we are cross compiling configure:1816: result: no configure:1819: checking for suffix of executables configure:1821: cc -o conftest -fno-common conftest.c >&5 configure:1824: $? = 0 configure:1849: result: configure:1855: checking for suffix of object files configure:1877: cc -c -fno-common conftest.c >&5 configure:1880: $? = 0 configure:1902: result: configure:1906: checking whether we are using the GNU C compiler configure:1931: cc -c -fno-common conftest.c >&5 configure:1934: $? = 0 configure:1937: test -s conftest. configure:1940: $? = 1 configure: failed program was: | #line 1911 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1953: result: no configure:1959: checking whether cc accepts -g configure:1981: cc -c -g conftest.c >&5 configure:1984: $? = 0 configure:1987: test -s conftest. configure:1990: $? = 1 configure: failed program was: | #line 1964 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2001: result: no configure:2018: checking for cc option to accept ANSI C configure:2079: cc -c -fno-common conftest.c >&5 configure:2082: $? = 0 configure:2085: test -s conftest. configure:2088: $? = 1 configure: failed program was: | #line 2025 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2079: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2082: $? = 0 configure:2085: test -s conftest. configure:2088: $? = 1 configure: failed program was: | #line 2025 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2079: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2082: $? = 1 configure: failed program was: | #line 2025 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2079: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2082: $? = 1 configure: failed program was: | #line 2025 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2079: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2082: $? = 1 configure: failed program was: | #line 2025 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2079: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2082: $? = 0 configure:2085: test -s conftest. configure:2088: $? = 1 configure: failed program was: | #line 2025 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2106: result: none needed configure:2124: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2127: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2246: checking for i386-unknown-gnu-g++ configure:2272: result: c++ configure:2330: checking for C++ compiler version configure:2333: c++ --version &5 c++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2336: $? = 0 configure:2338: c++ -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:2341: $? = 0 configure:2343: c++ -V &5 c++: `-V' option must have argument configure:2346: $? = 1 configure:2349: checking whether we are using the GNU C++ compiler configure:2374: c++ -c -fno-common conftest.cc >&5 configure:2377: $? = 0 configure:2380: test -s conftest. configure:2383: $? = 1 configure: failed program was: | #line 2354 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2396: result: no configure:2402: checking whether c++ accepts -g configure:2424: c++ -c -g conftest.cc >&5 configure:2427: $? = 0 configure:2430: test -s conftest. configure:2433: $? = 1 configure: failed program was: | #line 2407 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2444: result: no configure:2488: c++ -c -fno-common conftest.cc >&5 configure:2491: $? = 0 configure:2494: test -s conftest. configure:2497: $? = 1 configure: failed program was: | #line 2470 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | | int | main () | { | exit (42); | ; | return 0; | } configure:2488: c++ -c -fno-common conftest.cc >&5 configure:2491: $? = 0 configure:2494: test -s conftest. configure:2497: $? = 1 configure: failed program was: | #line 2470 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2488: c++ -c -fno-common conftest.cc >&5 configure:2491: $? = 0 configure:2494: test -s conftest. configure:2497: $? = 1 configure: failed program was: | #line 2470 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | extern "C" void std::exit (int) throw (); using std::exit; | int | main () | { | exit (42); | ; | return 0; | } configure:2488: c++ -c -fno-common conftest.cc >&5 configure:2491: $? = 0 configure:2494: test -s conftest. configure:2497: $? = 1 configure: failed program was: | #line 2470 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | extern "C" void std::exit (int); using std::exit; | int | main () | { | exit (42); | ; | return 0; | } configure:2488: c++ -c -fno-common conftest.cc >&5 configure:2491: $? = 0 configure:2494: test -s conftest. configure:2497: $? = 1 configure: failed program was: | #line 2470 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | extern "C" void exit (int) throw (); | int | main () | { | exit (42); | ; | return 0; | } configure:2488: c++ -c -fno-common conftest.cc >&5 configure:2491: $? = 0 configure:2494: test -s conftest. configure:2497: $? = 1 configure: failed program was: | #line 2470 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | extern "C" void exit (int); | int | main () | { | exit (42); | ; | return 0; | } configure:2488: c++ -c -fno-common conftest.cc >&5 configure:2491: $? = 0 configure:2494: test -s conftest. configure:2497: $? = 1 configure: failed program was: | #line 2470 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | /* end confdefs.h. */ | #include | void exit (int); | int | main () | { | exit (42); | ; | return 0; | } configure:2561: checking how to run the C preprocessor configure:2597: cc -E conftest.c configure:2603: $? = 0 configure:2635: cc -E conftest.c configure:2638:28: ac_nonexistent.h: No such file or directory configure:2641: $? = 1 configure: failed program was: | #line 2626 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:2679: result: cc -E configure:2704: cc -E conftest.c configure:2710: $? = 0 configure:2742: cc -E conftest.c configure:2745:28: ac_nonexistent.h: No such file or directory configure:2748: $? = 1 configure: failed program was: | #line 2733 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:2793: checking for i386-unknown-gnu-ranlib configure:2822: result: no configure:2831: checking for ranlib configure:2847: found /usr/bin/ranlib configure:2858: result: ranlib configure:2872: checking for ar configure:2890: found /usr/bin/ar configure:2902: result: /usr/bin/ar configure:2911: checking for chmod configure:2929: found /usr/local/bin/chmod configure:2941: result: /usr/local/bin/chmod configure:2950: checking for cp configure:2968: found /usr/local/bin/cp configure:2980: result: /usr/local/bin/cp configure:2989: checking for fltk-config configure:3022: result: no configure:3028: checking for mv configure:3046: found /usr/local/bin/mv configure:3058: result: /usr/local/bin/mv configure:3067: checking for mkdir configure:3085: found /usr/local/bin/mkdir configure:3097: result: /usr/local/bin/mkdir configure:3106: checking for rm configure:3124: found /usr/local/bin/rm configure:3136: result: /usr/local/bin/rm configure:3156: checking for egrep configure:3166: result: grep -E configure:3171: checking for ANSI C header files configure:3197: cc -c -fno-common conftest.c >&5 configure:3200: $? = 0 configure:3203: test -s conftest. configure:3206: $? = 1 configure: failed program was: | #line 3176 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3318: result: no configure:3342: checking for sys/types.h configure:3359: cc -c -fno-common conftest.c >&5 configure:3362: $? = 0 configure:3365: test -s conftest. configure:3368: $? = 1 configure: failed program was: | #line 3347 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3379: result: no configure:3342: checking for sys/stat.h configure:3359: cc -c -fno-common conftest.c >&5 configure:3362: $? = 0 configure:3365: test -s conftest. configure:3368: $? = 1 configure: failed program was: | #line 3347 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3379: result: no configure:3342: checking for stdlib.h configure:3359: cc -c -fno-common conftest.c >&5 configure:3362: $? = 0 configure:3365: test -s conftest. configure:3368: $? = 1 configure: failed program was: | #line 3347 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3379: result: no configure:3342: checking for string.h configure:3359: cc -c -fno-common conftest.c >&5 configure:3362: $? = 0 configure:3365: test -s conftest. configure:3368: $? = 1 configure: failed program was: | #line 3347 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3379: result: no configure:3342: checking for memory.h configure:3359: cc -c -fno-common conftest.c >&5 configure:3362: $? = 0 configure:3365: test -s conftest. configure:3368: $? = 1 configure: failed program was: | #line 3347 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3379: result: no configure:3342: checking for strings.h configure:3359: cc -c -fno-common conftest.c >&5 configure:3362: $? = 0 configure:3365: test -s conftest. configure:3368: $? = 1 configure: failed program was: | #line 3347 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3379: result: no configure:3342: checking for inttypes.h configure:3359: cc -c -fno-common conftest.c >&5 configure:3362: $? = 0 configure:3365: test -s conftest. configure:3368: $? = 1 configure: failed program was: | #line 3347 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3379: result: no configure:3342: checking for stdint.h configure:3359: cc -c -fno-common conftest.c >&5 configure:3362: $? = 0 configure:3365: test -s conftest. configure:3368: $? = 1 configure: failed program was: | #line 3347 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3379: result: no configure:3342: checking for unistd.h configure:3359: cc -c -fno-common conftest.c >&5 configure:3362: $? = 0 configure:3365: test -s conftest. configure:3368: $? = 1 configure: failed program was: | #line 3347 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3379: result: no configure:3392: checking for strings.h configure:3397: result: no configure:3538: checking locale.h usability configure:3551: cc -c -fno-common conftest.c >&5 configure:3554: $? = 0 configure:3557: test -s conftest. configure:3560: $? = 1 configure: failed program was: | #line 3540 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3570: result: no configure:3574: checking locale.h presence configure:3585: cc -E conftest.c configure:3591: $? = 0 configure:3610: result: yes configure:3630: WARNING: locale.h: present but cannot be compiled configure:3632: WARNING: locale.h: check for missing prerequisite headers? configure:3634: WARNING: locale.h: proceeding with the preprocessor's result configure:3646: checking for locale.h configure:3653: result: yes configure:3674: checking for strdup configure:3724: cc -o conftest -fno-common conftest.c >&5 configure:3727: $? = 0 configure:3730: test -s conftest configure:3733: $? = 0 configure:3744: result: yes configure:3674: checking for strcasecmp configure:3724: cc -o conftest -fno-common conftest.c >&5 configure:3727: $? = 0 configure:3730: test -s conftest configure:3733: $? = 0 configure:3744: result: yes configure:3674: checking for strncasecmp configure:3724: cc -o conftest -fno-common conftest.c >&5 configure:3727: $? = 0 configure:3730: test -s conftest configure:3733: $? = 0 configure:3744: result: yes configure:3674: checking for strlcat configure:3724: cc -o conftest -fno-common conftest.c >&5 configure:3727: $? = 0 configure:3730: test -s conftest configure:3733: $? = 0 configure:3744: result: yes configure:3674: checking for strlcpy configure:3724: cc -o conftest -fno-common conftest.c >&5 configure:3727: $? = 0 configure:3730: test -s conftest configure:3733: $? = 0 configure:3744: result: yes configure:3763: checking for snprintf configure:3813: cc -o conftest -fno-common conftest.c >&5 configure:3802: warning: conflicting types for built-in function `snprintf' configure:3816: $? = 0 configure:3819: test -s conftest configure:3822: $? = 0 configure:3833: result: yes configure:3763: checking for vsnprintf configure:3813: cc -o conftest -fno-common conftest.c >&5 configure:3803: warning: conflicting types for built-in function `vsnprintf' configure:3816: $? = 0 configure:3819: test -s conftest configure:3822: $? = 0 configure:3833: result: yes configure:3845: checking for tm_gmtoff member in tm structure configure:3865: cc -c -fno-common conftest.c >&5 configure:3868: $? = 0 configure:3871: test -s conftest. configure:3874: $? = 1 configure: failed program was: | #line 3847 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LOCALE_H 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | /* end confdefs.h. */ | #include | int | main () | { | struct tm t; | int o = t.tm_gmtoff; | ; | return 0; | } configure:3886: result: no configure:3895: checking for pow in -lm configure:3926: cc -o conftest -fno-common conftest.c -lm >&5 configure:3929: $? = 0 configure:3932: test -s conftest configure:3935: $? = 0 configure:3947: result: yes configure:3958: checking for library containing socket configure:3989: cc -o conftest -fno-common conftest.c -lm >&5 configure:3992: $? = 0 configure:3995: test -s conftest configure:3998: $? = 0 configure:4057: result: none required configure:4064: checking for library containing gethostbyaddr configure:4095: cc -o conftest -fno-common conftest.c -lm >&5 configure:4098: $? = 0 configure:4101: test -s conftest configure:4104: $? = 0 configure:4163: result: none required configure:4170: checking for library containing getaddrinfo configure:4201: cc -o conftest -fno-common conftest.c -lm >&5 configure:4204: $? = 0 configure:4207: test -s conftest configure:4210: $? = 0 configure:4269: result: none required configure:4279: checking for library containing getnameinfo configure:4310: cc -o conftest -fno-common conftest.c -lm >&5 configure:4313: $? = 0 configure:4316: test -s conftest configure:4319: $? = 0 configure:4378: result: none required configure:4388: checking for library containing hstrerror configure:4419: cc -o conftest -fno-common conftest.c -lm >&5 configure:4422: $? = 0 configure:4425: test -s conftest configure:4428: $? = 0 configure:4487: result: none required configure:4505: checking for special C compiler options needed for large files configure:4541: cc -c -fno-common conftest.c >&5 configure:4544: $? = 0 configure:4547: test -s conftest. configure:4550: $? = 1 configure: failed program was: | #line 4516 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LOCALE_H 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_HSTRERROR 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4561: cc -n32 -c -fno-common conftest.c >&5 cc: unrecognized option `-n32' configure:4564: $? = 0 configure:4567: test -s conftest. configure:4570: $? = 1 configure: failed program was: | #line 4516 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LOCALE_H 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_HSTRERROR 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4585: result: no configure:4591: checking for _FILE_OFFSET_BITS value needed for large files configure:4623: cc -c -fno-common conftest.c >&5 configure:4626: $? = 0 configure:4629: test -s conftest. configure:4632: $? = 1 configure: failed program was: | #line 4598 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LOCALE_H 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_HSTRERROR 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4667: cc -c -fno-common conftest.c >&5 configure:4670: $? = 0 configure:4673: test -s conftest. configure:4676: $? = 1 configure: failed program was: | #line 4641 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LOCALE_H 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_HSTRERROR 1 | /* end confdefs.h. */ | #define _FILE_OFFSET_BITS 64 | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4688: result: no configure:4698: checking for _LARGE_FILES value needed for large files configure:4730: cc -c -fno-common conftest.c >&5 configure:4733: $? = 0 configure:4736: test -s conftest. configure:4739: $? = 1 configure: failed program was: | #line 4705 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LOCALE_H 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_HSTRERROR 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4774: cc -c -fno-common conftest.c >&5 configure:4777: $? = 0 configure:4780: test -s conftest. configure:4783: $? = 1 configure: failed program was: | #line 4748 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LOCALE_H 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_HSTRERROR 1 | /* end confdefs.h. */ | #define _LARGE_FILES 1 | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4795: result: no configure:4822: checking for long long int configure:4847: cc -c -fno-common conftest.c >&5 configure:4850: $? = 0 configure:4853: test -s conftest. configure:4856: $? = 1 configure: failed program was: | #line 4830 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LOCALE_H 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_HSTRERROR 1 | /* end confdefs.h. */ | | int | main () | { | long long int i; | ; | return 0; | } configure:4868: result: no configure:4878: checking for strtoll configure:4928: cc -o conftest -fno-common conftest.c -lm >&5 configure:4931: $? = 0 configure:4934: test -s conftest configure:4937: $? = 0 configure:4948: result: yes configure:5009: checking openssl/ssl.h usability configure:5022: cc -c -fno-common conftest.c >&5 configure:5025: $? = 0 configure:5028: test -s conftest. configure:5031: $? = 1 configure: failed program was: | #line 5011 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define SVERSION "1.8.27" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_LOCALE_H 1 | #define HAVE_STRDUP 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_LIBM 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_HSTRERROR 1 | #define HAVE_STRTOLL 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5041: result: no configure:5045: checking openssl/ssl.h presence configure:5056: cc -E conftest.c configure:5062: $? = 0 configure:5081: result: yes configure:5101: WARNING: openssl/ssl.h: present but cannot be compiled configure:5103: WARNING: openssl/ssl.h: check for missing prerequisite headers? configure:5105: WARNING: openssl/ssl.h: proceeding with the preprocessor's result configure:5117: checking for openssl/ssl.h configure:5124: result: yes configure:5137: checking for SSL_new in -lssl configure:5168: cc -o conftest -fno-common conftest.c -lssl -lcrypto -lm >&5 configure:5171: $? = 0 configure:5174: test -s conftest configure:5177: $? = 0 configure:5189: result: yes configure:5584: checking for jpeg_CreateCompress in -ljpeg configure:5615: cc -o conftest -fno-common conftest.c -ljpeg -lm >&5 configure:5618: $? = 0 configure:5621: test -s conftest configure:5624: $? = 0 configure:5636: result: yes configure:5657: checking for gzgets in -lz configure:5688: cc -o conftest -fno-common conftest.c -lz -ljpeg -lm >&5 configure:5691: $? = 0 configure:5694: test -s conftest configure:5697: $? = 0 configure:5709: result: yes configure:5730: checking for png_set_tRNS_to_alpha in -lpng configure:5761: cc -o conftest -fno-common conftest.c -lpng -lz -ljpeg -lm >&5 configure:5764: $? = 0 configure:5767: test -s conftest configure:5770: $? = 0 configure:5782: result: yes configure:5891: WARNING: FLTK not available so no GUI will be built. configure:6217: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:640: creating Makedefs config.status:640: creating Makefile config.status:640: creating htmldoc.list config.status:640: creating desktop/htmldoc.dt config.status:640: creating desktop/htmldoc.ftr config.status:640: creating desktop/htmldoc.plist config.status:743: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_long_long=no ac_cv_cxx_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value=-fno-common ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_snprintf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strdup=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_func_strncasecmp=yes ac_cv_func_strtoll=yes ac_cv_func_vsnprintf=yes ac_cv_header_inttypes_h=no ac_cv_header_locale_h=yes ac_cv_header_memory_h=no ac_cv_header_openssl_ssl_h=yes ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_lib_jpeg_jpeg_CreateCompress=yes ac_cv_lib_m_pow=yes ac_cv_lib_png_png_set_tRNS_to_alpha=yes ac_cv_lib_ssl_SSL_new=yes ac_cv_lib_z_gzgets=yes ac_cv_objext= ac_cv_path_AR=/usr/bin/ar ac_cv_path_CHMOD=/usr/local/bin/chmod ac_cv_path_CP=/usr/local/bin/cp ac_cv_path_MKDIR=/usr/local/bin/mkdir ac_cv_path_MV=/usr/local/bin/mv ac_cv_path_RM=/usr/local/bin/rm ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_CXX=c++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_cxx_g=no ac_cv_prog_egrep='grep -E' ac_cv_search_getaddrinfo='none required' ac_cv_search_gethostbyaddr='none required' ac_cv_search_getnameinfo='none required' ac_cv_search_hstrerror='none required' ac_cv_search_socket='none required' ac_cv_sys_file_offset_bits=no ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='/usr/bin/ar' ARFLAGS='cr' AWK='gawk' BUILDMODE='production' CC='cc' CFLAGS='-fno-common' CHMOD='/usr/local/bin/chmod' CP='/usr/local/bin/cp' CPP='cc -E' CPPFLAGS='' CXX='c++' CXXFLAGS='-fno-common' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' FLTKCONFIG='' JPEG='' JPEGINC='' LARGEFILE='-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE' LDFLAGS='' LIBOBJS='' LIBS=' -lpng -lz -ljpeg -lm ' LTLIBOBJS='' MKDIR='/usr/local/bin/mkdir' MV='/usr/local/bin/mv' NVERSION='10802600' OBJEXT='' OPTIM='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PNG='' PNGINC='' POST=':' RANLIB='ranlib' RM='/usr/local/bin/rm' SHELL='/bin/sh' SSLFLAGS='-DOPENSSL_DISABLE_OLD_DES_SUPPORT -DOPENSSL_NO_KRB5' SSLLIBS='-lssl -lcrypto' SVERSION='1.8.27' ZLIB='' ZLIBINC='' ac_ct_CC='' ac_ct_CXX='' ac_ct_RANLIB='ranlib' bindir='/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define DOCUMENTATION "/share/doc/htmldoc" #define HAVE_GETADDRINFO 1 #define HAVE_GETNAMEINFO 1 #define HAVE_HSTRERROR 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBM 1 #define HAVE_LIBPNG 1 #define HAVE_LIBSSL 1 #define HAVE_LIBZ 1 #define HAVE_LOCALE_H 1 #define HAVE_SNPRINTF 1 #define HAVE_SSL 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRTOLL 1 #define HAVE_VSNPRINTF 1 #define HTML_DATA "/share/htmldoc" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SVERSION "1.8.27" #endif #ifdef __cplusplus void exit (int); configure: exit 0