This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by fget configure 1.3.3, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --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: 137 tasks, 192 threads, 4 processors Load average: 0.73, Mach factor: 3.26 /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: /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: /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: /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:1330: checking for epkg configure:1363: result: no configure:1369: checking for mkencap configure:1402: result: no configure:1532: checking for i386-unknown-gnu-gcc configure:1558: result: cc configure:1840: checking for C compiler version configure:1843: 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:1846: $? = 0 configure:1848: 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:1851: $? = 0 configure:1853: cc -V &5 cc: `-V' option must have argument configure:1856: $? = 1 configure:1880: checking for C compiler default output configure:1883: cc -fno-common conftest.c >&5 configure:1886: $? = 0 configure:1932: result: a.out configure:1937: checking whether the C compiler works configure:1943: ./a.out configure:1946: $? = 0 configure:1963: result: yes configure:1970: checking whether we are cross compiling configure:1972: result: no configure:1975: checking for suffix of executables configure:1977: cc -o conftest -fno-common conftest.c >&5 configure:1980: $? = 0 configure:2005: result: configure:2011: checking for suffix of object files configure:2033: cc -c -fno-common conftest.c >&5 configure:2036: $? = 0 configure:2058: result: configure:2062: checking whether we are using the GNU C compiler configure:2087: cc -c -fno-common conftest.c >&5 configure:2090: $? = 0 configure:2093: test -s conftest. configure:2096: $? = 1 configure: failed program was: | #line 2067 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2109: result: no configure:2115: checking whether cc accepts -g configure:2137: cc -c -g conftest.c >&5 configure:2140: $? = 0 configure:2143: test -s conftest. configure:2146: $? = 1 configure: failed program was: | #line 2120 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2157: result: no configure:2174: checking for cc option to accept ANSI C configure:2235: cc -c -fno-common conftest.c >&5 configure:2238: $? = 0 configure:2241: test -s conftest. configure:2244: $? = 1 configure: failed program was: | #line 2181 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | /* 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:2235: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2238: $? = 0 configure:2241: test -s conftest. configure:2244: $? = 1 configure: failed program was: | #line 2181 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | /* 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:2235: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2238: $? = 1 configure: failed program was: | #line 2181 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | /* 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:2235: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2238: $? = 1 configure: failed program was: | #line 2181 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | /* 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:2235: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2238: $? = 1 configure: failed program was: | #line 2181 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | /* 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:2235: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2238: $? = 0 configure:2241: test -s conftest. configure:2244: $? = 1 configure: failed program was: | #line 2181 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | /* 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:2262: result: none needed configure:2280: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2283: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2395: checking for i386-unknown-gnu-ranlib configure:2424: result: no configure:2433: checking for ranlib configure:2449: found /usr/bin/ranlib configure:2460: result: ranlib configure:2484: checking for a BSD-compatible install configure:2538: result: /usr/bin/install -c -o root -g wheel configure:2549: checking whether ln -s works configure:2553: result: yes configure:2560: checking whether gmake sets $(MAKE) configure:2580: result: yes configure:2598: checking how to run the C preprocessor configure:2634: cc -E conftest.c configure:2640: $? = 0 configure:2672: cc -E conftest.c configure:2671:28: ac_nonexistent.h: No such file or directory configure:2678: $? = 1 configure: failed program was: | #line 2663 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2716: result: cc -E configure:2741: cc -E conftest.c configure:2747: $? = 0 configure:2779: cc -E conftest.c configure:2778:28: ac_nonexistent.h: No such file or directory configure:2785: $? = 1 configure: failed program was: | #line 2770 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2828: checking for egrep configure:2838: result: grep -E configure:2844: checking for AIX configure:2867: result: no configure:2873: checking for an ANSI C-conforming const configure:2941: cc -c -fno-common conftest.c >&5 configure:2944: $? = 0 configure:2947: test -s conftest. configure:2950: $? = 1 configure: failed program was: | #line 2878 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | /* FIXME: Include the comments suggested by Paul. */ | #ifndef __cplusplus | /* Ultrix mips cc rejects this. */ | typedef int charset[2]; | const charset x; | /* SunOS 4.1.1 cc rejects this. */ | char const *const *ccp; | char **p; | /* NEC SVR4.0.2 mips cc rejects this. */ | struct point {int x, y;}; | static struct point const zero = {0,0}; | /* AIX XL C 1.02.0.0 rejects this. | It does not let you subtract one const X* pointer from another in | an arm of an if-expression whose if-part is not a constant | expression */ | const char *g = "string"; | ccp = &g + (g ? g-g : 0); | /* HPUX 7.0 cc rejects these. */ | ++ccp; | p = (char**) ccp; | ccp = (char const *const *) p; | { /* SCO 3.2v4 cc rejects this. */ | char *t; | char const *s = 0 ? (char *) 0 : (char const *) 0; | | *t++ = 0; | } | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | int x[] = {25, 17}; | const int *foo = &x[0]; | ++foo; | } | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | typedef const int *iptr; | iptr p = 0; | ++p; | } | { /* AIX XL C 1.02.0.0 rejects this saying | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | struct s { int j; const int *ap[3]; }; | struct s *b; b->j = 5; | } | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | const int foo = 10; | } | #endif | | ; | return 0; | } configure:2961: result: no configure:2974: checking for ANSI C header files configure:3000: cc -c -fno-common conftest.c >&5 configure:3003: $? = 0 configure:3006: test -s conftest. configure:3009: $? = 1 configure: failed program was: | #line 2979 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3121: result: no configure:3131: checking for sys/wait.h that is POSIX.1 compatible configure:3163: cc -c -fno-common conftest.c >&5 configure:3166: $? = 0 configure:3169: test -s conftest. configure:3172: $? = 1 configure: failed program was: | #line 3136 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | /* end confdefs.h. */ | #include | #include | #ifndef WEXITSTATUS | # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) | #endif | #ifndef WIFEXITED | # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) | #endif | | int | main () | { | int s; | wait (&s); | s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | ; | return 0; | } configure:3183: result: no configure:3207: checking for sys/types.h configure:3224: cc -c -fno-common conftest.c >&5 configure:3227: $? = 0 configure:3230: test -s conftest. configure:3233: $? = 1 configure: failed program was: | #line 3212 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | /* 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:3244: result: no configure:3207: checking for sys/stat.h configure:3224: cc -c -fno-common conftest.c >&5 configure:3227: $? = 0 configure:3230: test -s conftest. configure:3233: $? = 1 configure: failed program was: | #line 3212 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | /* 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:3244: result: no configure:3207: checking for stdlib.h configure:3224: cc -c -fno-common conftest.c >&5 configure:3227: $? = 0 configure:3230: test -s conftest. configure:3233: $? = 1 configure: failed program was: | #line 3212 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | /* 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:3244: result: no configure:3207: checking for string.h configure:3224: cc -c -fno-common conftest.c >&5 configure:3227: $? = 0 configure:3230: test -s conftest. configure:3233: $? = 1 configure: failed program was: | #line 3212 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | /* 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:3244: result: no configure:3207: checking for memory.h configure:3224: cc -c -fno-common conftest.c >&5 configure:3227: $? = 0 configure:3230: test -s conftest. configure:3233: $? = 1 configure: failed program was: | #line 3212 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | /* 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:3244: result: no configure:3207: checking for strings.h configure:3224: cc -c -fno-common conftest.c >&5 configure:3227: $? = 0 configure:3230: test -s conftest. configure:3233: $? = 1 configure: failed program was: | #line 3212 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | /* 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:3244: result: no configure:3207: checking for inttypes.h configure:3224: cc -c -fno-common conftest.c >&5 configure:3227: $? = 0 configure:3230: test -s conftest. configure:3233: $? = 1 configure: failed program was: | #line 3212 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | /* 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:3244: result: no configure:3207: checking for stdint.h configure:3224: cc -c -fno-common conftest.c >&5 configure:3227: $? = 0 configure:3230: test -s conftest. configure:3233: $? = 1 configure: failed program was: | #line 3212 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | /* 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:3244: result: no configure:3207: checking for unistd.h configure:3224: cc -c -fno-common conftest.c >&5 configure:3227: $? = 0 configure:3230: test -s conftest. configure:3233: $? = 1 configure: failed program was: | #line 3212 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | /* 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:3244: result: no configure:3262: checking for unistd.h configure:3267: result: no configure:3262: checking for inttypes.h configure:3267: result: no configure:3399: checking whether sys/types.h defines makedev configure:3421: cc -o conftest -fno-common conftest.c >&5 configure:3424: $? = 0 configure:3427: test -s conftest configure:3430: $? = 0 configure:3442: result: yes configure:3727: checking for major_t configure:3762: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:3755: error: `major_t' undeclared (first use in this function) configure:3755: error: (Each undeclared identifier is reported only once configure:3755: error: for each function it appears in.) configure:3755: error: parse error before ')' token configure:3765: $? = 1 configure: failed program was: | #line 3732 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | /* end confdefs.h. */ | #include | #ifdef MAJOR_IN_MKDEV | # include | #else | # ifdef MAJOR_IN_SYSMACROS | # include | # endif | #endif | | | | int | main () | { | if ((major_t *) 0) | return 0; | if (sizeof (major_t)) | return 0; | ; | return 0; | } configure:3782: result: no configure:3800: checking for minor_t configure:3835: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:3829: error: `minor_t' undeclared (first use in this function) configure:3829: error: (Each undeclared identifier is reported only once configure:3829: error: for each function it appears in.) configure:3829: error: parse error before ')' token configure:3838: $? = 1 configure: failed program was: | #line 3805 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | /* end confdefs.h. */ | #include | #ifdef MAJOR_IN_MKDEV | # include | #else | # ifdef MAJOR_IN_SYSMACROS | # include | # endif | #endif | | | | int | main () | { | if ((minor_t *) 0) | return 0; | if (sizeof (minor_t)) | return 0; | ; | return 0; | } configure:3855: result: no configure:3873: checking for dev_t configure:3908: cc -c -fno-common conftest.c >&5 configure:3911: $? = 0 configure:3914: test -s conftest. configure:3917: $? = 1 configure: failed program was: | #line 3878 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | /* end confdefs.h. */ | #include | #ifdef MAJOR_IN_MKDEV | # include | #else | # ifdef MAJOR_IN_SYSMACROS | # include | # endif | #endif | | | | int | main () | { | if ((dev_t *) 0) | return 0; | if (sizeof (dev_t)) | return 0; | ; | return 0; | } configure:3928: result: no configure:3946: checking for uint64_t configure:3971: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:4000: error: `uint64_t' undeclared (first use in this function) configure:4000: error: (Each undeclared identifier is reported only once configure:4000: error: for each function it appears in.) configure:4000: error: parse error before ')' token configure:3974: $? = 1 configure: failed program was: | #line 3951 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | /* 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 | int | main () | { | if ((uint64_t *) 0) | return 0; | if (sizeof (uint64_t)) | return 0; | ; | return 0; | } configure:3991: result: no configure:4009: checking for mode_t configure:4034: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:4064: error: `mode_t' undeclared (first use in this function) configure:4064: error: (Each undeclared identifier is reported only once configure:4064: error: for each function it appears in.) configure:4064: error: parse error before ')' token configure:4037: $? = 1 configure: failed program was: | #line 4014 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | /* 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 | int | main () | { | if ((mode_t *) 0) | return 0; | if (sizeof (mode_t)) | return 0; | ; | return 0; | } configure:4054: result: no configure:4066: checking for off_t configure:4091: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:4122: error: `off_t' undeclared (first use in this function) configure:4122: error: (Each undeclared identifier is reported only once configure:4122: error: for each function it appears in.) configure:4122: error: parse error before ')' token configure:4094: $? = 1 configure: failed program was: | #line 4071 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | /* 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 | int | main () | { | if ((off_t *) 0) | return 0; | if (sizeof (off_t)) | return 0; | ; | return 0; | } configure:4111: result: no configure:4123: checking for size_t configure:4148: cc -c -fno-common conftest.c >&5 configure:4151: $? = 0 configure:4154: test -s conftest. configure:4157: $? = 1 configure: failed program was: | #line 4128 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | /* 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 | int | main () | { | if ((size_t *) 0) | return 0; | if (sizeof (size_t)) | return 0; | ; | return 0; | } configure:4168: result: no configure:4180: checking for uid_t in sys/types.h configure:4204: result: yes configure:4219: checking for nlink_t configure:4244: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:4277: error: `nlink_t' undeclared (first use in this function) configure:4277: error: (Each undeclared identifier is reported only once configure:4277: error: for each function it appears in.) configure:4277: error: parse error before ')' token configure:4247: $? = 1 configure: failed program was: | #line 4224 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | /* 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 | int | main () | { | if ((nlink_t *) 0) | return 0; | if (sizeof (nlink_t)) | return 0; | ; | return 0; | } configure:4264: result: no configure:4436: checking libgen.h usability configure:4449: cc -c -fno-common conftest.c >&5 configure:4452: $? = 0 configure:4455: test -s conftest. configure:4458: $? = 1 configure: failed program was: | #line 4438 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 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:4468: result: no configure:4472: checking libgen.h presence configure:4483: cc -E conftest.c configure:4489: $? = 0 configure:4508: result: yes configure:4528: WARNING: libgen.h: present but cannot be compiled configure:4530: WARNING: libgen.h: check for missing prerequisite headers? configure:4532: WARNING: libgen.h: proceeding with the preprocessor's result configure:4544: checking for libgen.h configure:4551: result: yes configure:4564: checking for working basename configure:4613: cc -o conftest -fno-common conftest.c >&5 configure: In function `main': configure:4615: warning: passing arg 1 of `strcmp' makes pointer from integer without a cast configure:4616: $? = 0 configure:4618: ./conftest configure:4621: $? = 0 configure:4636: result: yes configure:4659: checking for libgen.h configure:4664: result: yes configure:4796: checking for working dirname configure:4848: cc -o conftest -fno-common conftest.c >&5 configure: In function `main': configure:4853: warning: passing arg 1 of `strcmp' makes pointer from integer without a cast configure:4851: $? = 0 configure:4853: ./conftest configure:4856: $? = 0 configure:4871: result: yes configure:4903: checking fnmatch.h usability configure:4916: cc -c -fno-common conftest.c >&5 configure:4919: $? = 0 configure:4922: test -s conftest. configure:4925: $? = 1 configure: failed program was: | #line 4905 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 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:4935: result: no configure:4939: checking fnmatch.h presence configure:4950: cc -E conftest.c configure:4956: $? = 0 configure:4975: result: yes configure:4995: WARNING: fnmatch.h: present but cannot be compiled configure:4997: WARNING: fnmatch.h: check for missing prerequisite headers? configure:4999: WARNING: fnmatch.h: proceeding with the preprocessor's result configure:5011: checking for fnmatch.h configure:5018: result: yes configure:5032: checking for working POSIX fnmatch configure:5071: cc -o conftest -fno-common conftest.c >&5 configure:5074: $? = 0 configure:5076: ./conftest configure:5079: $? = 0 configure:5093: result: yes configure:5259: checking for gethostname configure:5309: cc -o conftest -fno-common conftest.c >&5 configure:5312: $? = 0 configure:5315: test -s conftest configure:5318: $? = 0 configure:5329: result: yes configure:5348: checking for localtime_r configure:5398: cc -o conftest -fno-common conftest.c >&5 configure:5401: $? = 0 configure:5404: test -s conftest configure:5407: $? = 0 configure:5418: result: yes configure:5432: checking what to define for localtime_r prototype configure:5460: cc -c -fno-common conftest.c >&5 configure:5463: $? = 0 configure:5466: test -s conftest. configure:5469: $? = 1 configure: failed program was: | #line 5437 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | /* end confdefs.h. */ | | #include | | int | main () | { | | void *funcptr; | | funcptr = localtime_r; | | ; | return 0; | } configure:5501: cc -c -fno-common conftest.c >&5 configure:5504: $? = 0 configure:5507: test -s conftest. configure:5510: $? = 1 configure: failed program was: | #line 5477 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | /* end confdefs.h. */ | | #define _REENTRANT | #include | | int | main () | { | | void *funcptr; | | funcptr = localtime_r; | | ; | return 0; | } configure:5501: cc -c -fno-common conftest.c >&5 configure:5504: $? = 0 configure:5507: test -s conftest. configure:5510: $? = 1 configure: failed program was: | #line 5477 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | /* end confdefs.h. */ | | #define _THREAD_SAFE | #include | | int | main () | { | | void *funcptr; | | funcptr = localtime_r; | | ; | return 0; | } configure:5530: result: not found configure:5541: checking for lchown configure:5591: cc -o conftest -fno-common conftest.c >&5 configure:5594: $? = 0 configure:5597: test -s conftest configure:5600: $? = 0 configure:5611: result: yes configure:5627: checking for working snprintf configure:5679: cc -o conftest -fno-common conftest.c >&5 configure:5682: $? = 0 configure:5684: ./conftest configure:5687: $? = 0 configure:5702: result: yes configure:5721: checking for strdup configure:5771: cc -o conftest -fno-common conftest.c >&5 configure:5774: $? = 0 configure:5777: test -s conftest configure:5780: $? = 0 configure:5791: result: yes configure:5813: checking for strlcat configure:5863: cc -o conftest -fno-common conftest.c >&5 configure:5866: $? = 0 configure:5869: test -s conftest configure:5872: $? = 0 configure:5883: result: yes configure:5905: checking for strlcpy configure:5955: cc -o conftest -fno-common conftest.c >&5 configure:5958: $? = 0 configure:5961: test -s conftest configure:5964: $? = 0 configure:5975: result: yes configure:5997: checking for strmode configure:6047: cc -o conftest -fno-common conftest.c >&5 configure:6050: $? = 0 configure:6053: test -s conftest configure:6056: $? = 0 configure:6067: result: yes configure:6089: checking for strsep configure:6139: cc -o conftest -fno-common conftest.c >&5 configure:6142: $? = 0 configure:6145: test -s conftest configure:6148: $? = 0 configure:6159: result: yes configure:6184: checking for library containing gethostbyname_r configure:6215: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _gethostbyname_r configure:6218: $? = 1 configure: failed program was: | #line 6191 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define NEED_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define NEED_STRDUP 1 | #define HAVE_STRDUP 1 | #define NEED_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define NEED_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define NEED_STRMODE 1 | #define HAVE_STRMODE 1 | #define NEED_STRSEP 1 | #define HAVE_STRSEP 1 | #define NEED_GETHOSTBYNAME_R 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethostbyname_r (); | int | main () | { | gethostbyname_r (); | ; | return 0; | } configure:6260: cc -o conftest -fno-common conftest.c -lnsl >&5 ld: can't locate file for: -lnsl configure:6263: $? = 1 configure: failed program was: | #line 6236 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define NEED_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define NEED_STRDUP 1 | #define HAVE_STRDUP 1 | #define NEED_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define NEED_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define NEED_STRMODE 1 | #define HAVE_STRMODE 1 | #define NEED_STRSEP 1 | #define HAVE_STRSEP 1 | #define NEED_GETHOSTBYNAME_R 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethostbyname_r (); | int | main () | { | gethostbyname_r (); | ; | return 0; | } configure:6283: result: no configure:6555: WARNING: cannot find gethostbyname_r - resulting libraries will not be thread-safe configure:6566: checking for library containing getservbyname_r configure:6597: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _getservbyname_r configure:6600: $? = 1 configure: failed program was: | #line 6573 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define NEED_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define NEED_STRDUP 1 | #define HAVE_STRDUP 1 | #define NEED_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define NEED_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define NEED_STRMODE 1 | #define HAVE_STRMODE 1 | #define NEED_STRSEP 1 | #define HAVE_STRSEP 1 | #define NEED_GETHOSTBYNAME_R 1 | #define NEED_GETSERVBYNAME_R 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getservbyname_r (); | int | main () | { | getservbyname_r (); | ; | return 0; | } configure:6642: cc -o conftest -fno-common conftest.c -lsocket >&5 ld: can't locate file for: -lsocket configure:6645: $? = 1 configure: failed program was: | #line 6618 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define NEED_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define NEED_STRDUP 1 | #define HAVE_STRDUP 1 | #define NEED_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define NEED_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define NEED_STRMODE 1 | #define HAVE_STRMODE 1 | #define NEED_STRSEP 1 | #define HAVE_STRSEP 1 | #define NEED_GETHOSTBYNAME_R 1 | #define NEED_GETSERVBYNAME_R 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getservbyname_r (); | int | main () | { | getservbyname_r (); | ; | return 0; | } configure:6642: cc -o conftest -fno-common conftest.c -lnsl >&5 ld: can't locate file for: -lnsl configure:6645: $? = 1 configure: failed program was: | #line 6618 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define NEED_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define NEED_STRDUP 1 | #define HAVE_STRDUP 1 | #define NEED_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define NEED_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define NEED_STRMODE 1 | #define HAVE_STRMODE 1 | #define NEED_STRSEP 1 | #define HAVE_STRSEP 1 | #define NEED_GETHOSTBYNAME_R 1 | #define NEED_GETSERVBYNAME_R 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getservbyname_r (); | int | main () | { | getservbyname_r (); | ; | return 0; | } configure:6665: result: no configure:6935: WARNING: cannot find getservbyname_r - resulting libraries will not be thread-safe configure:6964: checking sys/poll.h usability configure:6977: cc -c -fno-common conftest.c >&5 configure:6980: $? = 0 configure:6983: test -s conftest. configure:6986: $? = 1 configure: failed program was: | #line 6966 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define NEED_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define NEED_STRDUP 1 | #define HAVE_STRDUP 1 | #define NEED_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define NEED_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define NEED_STRMODE 1 | #define HAVE_STRMODE 1 | #define NEED_STRSEP 1 | #define HAVE_STRSEP 1 | #define NEED_GETHOSTBYNAME_R 1 | #define NEED_GETSERVBYNAME_R 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:6996: result: no configure:7000: checking sys/poll.h presence configure:7011: cc -E conftest.c configure:7017: $? = 0 configure:7036: result: yes configure:7056: WARNING: sys/poll.h: present but cannot be compiled configure:7058: WARNING: sys/poll.h: check for missing prerequisite headers? configure:7060: WARNING: sys/poll.h: proceeding with the preprocessor's result configure:7072: checking for sys/poll.h configure:7079: result: yes configure:7237: checking for socklen_t configure:7266: cc -c -fno-common conftest.c >&5 configure:7269: $? = 0 configure:7272: test -s conftest. configure:7275: $? = 1 configure: failed program was: | #line 7242 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define NEED_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define NEED_STRDUP 1 | #define HAVE_STRDUP 1 | #define NEED_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define NEED_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define NEED_STRMODE 1 | #define HAVE_STRMODE 1 | #define NEED_STRSEP 1 | #define HAVE_STRSEP 1 | #define NEED_GETHOSTBYNAME_R 1 | #define NEED_GETSERVBYNAME_R 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #include | #include | | | | int | main () | { | if ((socklen_t *) 0) | return 0; | if (sizeof (socklen_t)) | return 0; | ; | return 0; | } configure:7286: result: no configure:7304: checking for ssize_t configure:7329: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:7392: error: `ssize_t' undeclared (first use in this function) configure:7392: error: (Each undeclared identifier is reported only once configure:7392: error: for each function it appears in.) configure:7392: error: parse error before ')' token configure:7332: $? = 1 configure: failed program was: | #line 7309 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define NEED_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define NEED_STRDUP 1 | #define HAVE_STRDUP 1 | #define NEED_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define NEED_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define NEED_STRMODE 1 | #define HAVE_STRMODE 1 | #define NEED_STRSEP 1 | #define HAVE_STRSEP 1 | #define NEED_GETHOSTBYNAME_R 1 | #define NEED_GETSERVBYNAME_R 1 | #define HAVE_SYS_POLL_H 1 | #define socklen_t int | /* 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 | int | main () | { | if ((ssize_t *) 0) | return 0; | if (sizeof (ssize_t)) | return 0; | ; | return 0; | } configure:7349: result: no configure:7372: checking for poll configure:7422: cc -o conftest -fno-common conftest.c >&5 configure:7425: $? = 0 configure:7428: test -s conftest configure:7431: $? = 0 configure:7442: result: yes configure:7454: checking for socket in -lsocket configure:7485: cc -o conftest -fno-common conftest.c -lsocket >&5 ld: can't locate file for: -lsocket configure:7488: $? = 1 configure: failed program was: | #line 7461 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define NEED_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define NEED_STRDUP 1 | #define HAVE_STRDUP 1 | #define NEED_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define NEED_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define NEED_STRMODE 1 | #define HAVE_STRMODE 1 | #define NEED_STRSEP 1 | #define HAVE_STRSEP 1 | #define NEED_GETHOSTBYNAME_R 1 | #define NEED_GETSERVBYNAME_R 1 | #define HAVE_SYS_POLL_H 1 | #define socklen_t int | #define ssize_t int | #define HAVE_POLL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char socket (); | int | main () | { | socket (); | ; | return 0; | } configure:7506: result: no configure:7518: checking for gethostbyname in -lnsl configure:7549: cc -o conftest -fno-common conftest.c -lnsl >&5 ld: can't locate file for: -lnsl configure:7552: $? = 1 configure: failed program was: | #line 7525 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "fget" | #define PACKAGE_TARNAME "fget" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "fget 1.3.3" | #define PACKAGE_BUGREPORT "" | #define const | #define major_t unsigned int | #define minor_t unsigned int | #define dev_t unsigned long | #define uint64_t long long | #define mode_t int | #define off_t long | #define size_t unsigned | #define nlink_t unsigned short | #define NEED_BASENAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_BASENAME 1 | #define NEED_DIRNAME 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_DIRNAME 1 | #define NEED_FNMATCH 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_FNMATCH 1 | #define NEED_GETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define NEED_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define NEED_STRDUP 1 | #define HAVE_STRDUP 1 | #define NEED_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define NEED_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define NEED_STRMODE 1 | #define HAVE_STRMODE 1 | #define NEED_STRSEP 1 | #define HAVE_STRSEP 1 | #define NEED_GETHOSTBYNAME_R 1 | #define NEED_GETSERVBYNAME_R 1 | #define HAVE_SYS_POLL_H 1 | #define socklen_t int | #define ssize_t int | #define HAVE_POLL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethostbyname (); | int | main () | { | gethostbyname (); | ; | return 0; | } configure:7570: result: no configure:7766: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by fget config.status 1.3.3, 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:654: creating netio/fget_netio_handle.c config.status:654: creating netio/fget_netio_internal.h config.status:654: creating netio/fget_netio.h config.status:654: creating netio/fget_netio_listen.c config.status:654: creating netio/fget_netio_options.c config.status:654: creating netio/fget_netio_recv.c config.status:654: creating netio/fget_netio_send.c config.status:654: creating netio/fget_netio_timeout.c config.status:654: creating listhash/fget_listhash.h config.status:654: creating listhash/fget_list.c config.status:654: creating listhash/fget_hash.c config.status:654: creating listhash/fget_list_new.3 config.status:654: creating listhash/fget_hash_new.3 config.status:654: creating pathcode/fget_cleanpath.c config.status:654: creating pathcode/fget_gsub.c config.status:654: creating pathcode/fget_mkdirhier.c config.status:654: creating pathcode/fget_pathcode.h config.status:654: creating pathcode/fget_relativepath.c config.status:654: creating pathcode/fget_rmtree.c config.status:654: creating Makefile config.status:654: creating lib/Makefile config.status:654: creating fget/Makefile config.status:654: creating doc/Makefile config.status:654: creating test/Makefile config.status:758: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=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_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_fnmatch_works=yes ac_cv_func_gethostname=yes ac_cv_func_lchown=yes ac_cv_func_localtime_r=yes ac_cv_func_poll=yes ac_cv_func_strdup=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_func_strmode=yes ac_cv_func_strsep=yes ac_cv_header_fnmatch_h=yes ac_cv_header_inttypes_h=no ac_cv_header_libgen_h=yes ac_cv_header_memory_h=no 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_poll_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_sys_types_h_makedev=yes ac_cv_header_sys_wait_h=no ac_cv_header_unistd_h=no ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_socket_socket=no ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_gmake_set=yes ac_cv_search_gethostbyname_r=no ac_cv_search_getservbyname_r=no ac_cv_type_dev_t=no ac_cv_type_major_t=no ac_cv_type_minor_t=no ac_cv_type_mode_t=no ac_cv_type_nlink_t=no ac_cv_type_off_t=no ac_cv_type_size_t=no ac_cv_type_socklen_t=no ac_cv_type_ssize_t=no ac_cv_type_uid_t=yes ac_cv_type_uint64_t=no compat_cv_func_basename_works=yes compat_cv_func_dirname_works=yes compat_cv_func_snprintf_works=yes compat_cv_proto_localtime_r_macro='not found' lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENCAP_DEFS='' ENCAP_INSTALL_RULES='' ENCAP_INSTALL_TARGET='' EPKG='' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS='' LIBOBJS='' LIBS='' LISTHASH_DIR='listhash' LISTHASH_PREFIX='fget' LN_S='ln -s' LTLIBOBJS='' MKDIR='mkdir -p -m 755' MKENCAP='' NETIO_DIR='netio' NETIO_PREFIX='fget' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='fget' PACKAGE_STRING='fget 1.3.3' PACKAGE_TARNAME='fget' PACKAGE_VERSION='1.3.3' PATHCODE_DIR='pathcode' PATHCODE_PREFIX='fget' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' ac_ct_CC='' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${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 HAVE_BASENAME 1 #define HAVE_DIRNAME 1 #define HAVE_FNMATCH 1 #define HAVE_FNMATCH_H 1 #define HAVE_GETHOSTNAME 1 #define HAVE_LCHOWN 1 #define HAVE_LIBGEN_H 1 #define HAVE_LIBGEN_H 1 #define HAVE_LOCALTIME_R 1 #define HAVE_POLL 1 #define HAVE_SNPRINTF 1 #define HAVE_STRDUP 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 #define HAVE_STRMODE 1 #define HAVE_STRSEP 1 #define HAVE_SYS_POLL_H 1 #define NEED_BASENAME 1 #define NEED_DIRNAME 1 #define NEED_FNMATCH 1 #define NEED_GETHOSTBYNAME_R 1 #define NEED_GETHOSTNAME 1 #define NEED_GETSERVBYNAME_R 1 #define NEED_SNPRINTF 1 #define NEED_STRDUP 1 #define NEED_STRLCAT 1 #define NEED_STRLCPY 1 #define NEED_STRMODE 1 #define NEED_STRSEP 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "fget" #define PACKAGE_STRING "fget 1.3.3" #define PACKAGE_TARNAME "fget" #define PACKAGE_VERSION "1.3.3" #define const #define dev_t unsigned long #define major_t unsigned int #define minor_t unsigned int #define mode_t int #define nlink_t unsigned short #define off_t long #define size_t unsigned #define socklen_t int #define ssize_t int #define uint64_t long long configure: exit 0