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.59. 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: 133 tasks, 187 threads, 4 processors Load average: 0.89, Mach factor: 3.10 /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:1288: Configuring dbench configure:1302: checking for i386-unknown-gnu-gcc configure:1328: result: cc configure:1610: checking for C compiler version configure:1613: 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:1616: $? = 0 configure:1618: 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:1621: $? = 0 configure:1623: cc -V &5 cc: `-V' option must have argument configure:1626: $? = 1 configure:1649: checking for C compiler default output file name configure:1652: cc -fno-common conftest.c >&5 configure:1655: $? = 0 configure:1701: result: a.out configure:1706: checking whether the C compiler works configure:1712: ./a.out configure:1715: $? = 0 configure:1732: result: yes configure:1739: checking whether we are cross compiling configure:1741: result: no configure:1744: checking for suffix of executables configure:1746: cc -o conftest -fno-common conftest.c >&5 configure:1749: $? = 0 configure:1774: result: configure:1780: checking for suffix of object files configure:1801: cc -c -fno-common conftest.c >&5 configure:1804: $? = 0 configure:1826: result: configure:1830: checking whether we are using the GNU C compiler configure:1854: cc -c -fno-common conftest.c >&5 configure:1860: $? = 0 configure:1863: test -z || test ! -s conftest.err configure:1866: $? = 0 configure:1869: test -s conftest. configure:1872: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1885: result: no configure:1891: checking whether cc accepts -g configure:1912: cc -c -g conftest.c >&5 configure:1918: $? = 0 configure:1921: test -z || test ! -s conftest.err configure:1924: $? = 0 configure:1927: test -s conftest. configure:1930: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1941: result: no configure:1958: checking for cc option to accept ANSI C configure:2028: cc -c -fno-common conftest.c >&5 configure:2034: $? = 0 configure:2037: test -z || test ! -s conftest.err configure:2040: $? = 0 configure:2043: test -s conftest. configure:2046: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2028: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2034: $? = 0 configure:2037: test -z || test ! -s conftest.err configure:2040: $? = 0 configure:2043: test -s conftest. configure:2046: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2028: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2034: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2028: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2034: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2028: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2034: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2028: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2034: $? = 0 configure:2037: test -z || test ! -s conftest.err configure:2040: $? = 0 configure:2043: test -s conftest. configure:2046: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2064: result: none needed configure:2082: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2088: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2223: checking how to run the C preprocessor configure:2258: cc -E conftest.c configure:2264: $? = 0 configure:2296: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2302: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2341: result: cc -E configure:2365: cc -E conftest.c configure:2371: $? = 0 configure:2403: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2409: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2490: checking for a BSD-compatible install configure:2545: result: /usr/bin/install -c -o root -g wheel configure:2580: checking for dirent.h that defines DIR configure:2604: cc -c -fno-common -O conftest.c >&5 configure:2610: $? = 0 configure:2613: test -z || test ! -s conftest.err configure:2616: $? = 0 configure:2619: test -s conftest. configure:2622: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2633: result: no configure:2580: checking for sys/ndir.h that defines DIR configure:2604: cc -c -fno-common -O conftest.c >&5 conftest.c:11:22: sys/ndir.h: No such file or directory conftest.c: In function `main': conftest.c:16: error: `DIR' undeclared (first use in this function) conftest.c:16: error: (Each undeclared identifier is reported only once conftest.c:16: error: for each function it appears in.) conftest.c:16: error: parse error before ')' token configure:2610: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2633: result: no configure:2580: checking for sys/dir.h that defines DIR configure:2604: cc -c -fno-common -O conftest.c >&5 configure:2610: $? = 0 configure:2613: test -z || test ! -s conftest.err configure:2616: $? = 0 configure:2619: test -s conftest. configure:2622: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2633: result: no configure:2580: checking for ndir.h that defines DIR configure:2604: cc -c -fno-common -O conftest.c >&5 conftest.c:11:18: ndir.h: No such file or directory conftest.c: In function `main': conftest.c:16: error: `DIR' undeclared (first use in this function) conftest.c:16: error: (Each undeclared identifier is reported only once conftest.c:16: error: for each function it appears in.) conftest.c:16: error: parse error before ')' token configure:2610: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2633: result: no configure:2771: checking for library containing opendir configure:2801: cc -o conftest -fno-common -O conftest.c >&5 configure:2807: $? = 0 configure:2810: test -z || test ! -s conftest.err configure:2813: $? = 0 configure:2816: test -s conftest configure:2819: $? = 0 configure:2888: result: none required configure:2897: checking whether time.h and sys/time.h may both be included configure:2922: cc -c -fno-common -O conftest.c >&5 configure:2928: $? = 0 configure:2931: test -z || test ! -s conftest.err configure:2934: $? = 0 configure:2937: test -s conftest. configure:2940: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((struct tm *) 0) | return 0; | ; | return 0; | } configure:2951: result: no configure:2961: checking for sys/wait.h that is POSIX.1 compatible configure:2992: cc -c -fno-common -O conftest.c >&5 configure:2998: $? = 0 configure:3001: test -z || test ! -s conftest.err configure:3004: $? = 0 configure:3007: test -s conftest. configure:3010: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* 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:3021: result: no configure:3033: checking for egrep configure:3043: result: grep -E configure:3048: checking for ANSI C header files configure:3073: cc -c -fno-common -O conftest.c >&5 configure:3079: $? = 0 configure:3082: test -z || test ! -s conftest.err configure:3085: $? = 0 configure:3088: test -s conftest. configure:3091: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3200: result: no configure:3224: checking for sys/types.h configure:3240: cc -c -fno-common -O conftest.c >&5 configure:3246: $? = 0 configure:3249: test -z || test ! -s conftest.err configure:3252: $? = 0 configure:3255: test -s conftest. configure:3258: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 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:3269: result: no configure:3224: checking for sys/stat.h configure:3240: cc -c -fno-common -O conftest.c >&5 configure:3246: $? = 0 configure:3249: test -z || test ! -s conftest.err configure:3252: $? = 0 configure:3255: test -s conftest. configure:3258: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 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:3269: result: no configure:3224: checking for stdlib.h configure:3240: cc -c -fno-common -O conftest.c >&5 configure:3246: $? = 0 configure:3249: test -z || test ! -s conftest.err configure:3252: $? = 0 configure:3255: test -s conftest. configure:3258: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 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:3269: result: no configure:3224: checking for string.h configure:3240: cc -c -fno-common -O conftest.c >&5 configure:3246: $? = 0 configure:3249: test -z || test ! -s conftest.err configure:3252: $? = 0 configure:3255: test -s conftest. configure:3258: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 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:3269: result: no configure:3224: checking for memory.h configure:3240: cc -c -fno-common -O conftest.c >&5 configure:3246: $? = 0 configure:3249: test -z || test ! -s conftest.err configure:3252: $? = 0 configure:3255: test -s conftest. configure:3258: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 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:3269: result: no configure:3224: checking for strings.h configure:3240: cc -c -fno-common -O conftest.c >&5 configure:3246: $? = 0 configure:3249: test -z || test ! -s conftest.err configure:3252: $? = 0 configure:3255: test -s conftest. configure:3258: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 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:3269: result: no configure:3224: checking for inttypes.h configure:3240: cc -c -fno-common -O conftest.c >&5 configure:3246: $? = 0 configure:3249: test -z || test ! -s conftest.err configure:3252: $? = 0 configure:3255: test -s conftest. configure:3258: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 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:3269: result: no configure:3224: checking for stdint.h configure:3240: cc -c -fno-common -O conftest.c >&5 configure:3246: $? = 0 configure:3249: test -z || test ! -s conftest.err configure:3252: $? = 0 configure:3255: test -s conftest. configure:3258: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 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:3269: result: no configure:3224: checking for unistd.h configure:3240: cc -c -fno-common -O conftest.c >&5 configure:3246: $? = 0 configure:3249: test -z || test ! -s conftest.err configure:3252: $? = 0 configure:3255: test -s conftest. configure:3258: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 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:3269: result: no configure:3301: checking ctype.h usability configure:3313: cc -c -fno-common -O conftest.c >&5 configure:3319: $? = 0 configure:3322: test -z || test ! -s conftest.err configure:3325: $? = 0 configure:3328: test -s conftest. configure:3331: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 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:3341: result: no configure:3345: checking ctype.h presence configure:3355: cc -E conftest.c configure:3361: $? = 0 configure:3381: result: yes configure:3394: WARNING: ctype.h: present but cannot be compiled configure:3396: WARNING: ctype.h: check for missing prerequisite headers? configure:3398: WARNING: ctype.h: see the Autoconf documentation configure:3400: WARNING: ctype.h: section "Present But Cannot Be Compiled" configure:3402: WARNING: ctype.h: proceeding with the preprocessor's result configure:3404: WARNING: ctype.h: in the future, the compiler will take precedence configure:3416: checking for ctype.h configure:3423: result: yes configure:3292: checking for strings.h configure:3297: result: no configure:3292: checking for stdlib.h configure:3297: result: no configure:3292: checking for string.h configure:3297: result: no configure:3301: checking sys/vfs.h usability configure:3313: cc -c -fno-common -O conftest.c >&5 conftest.c:45:21: sys/vfs.h: No such file or directory configure:3319: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 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:3341: result: no configure:3345: checking sys/vfs.h presence configure:3355: cc -E conftest.c conftest.c:11:21: sys/vfs.h: No such file or directory configure:3361: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | /* end confdefs.h. */ | #include configure:3381: result: no configure:3416: checking for sys/vfs.h configure:3423: result: no configure:3301: checking sys/statvfs.h usability configure:3313: cc -c -fno-common -O conftest.c >&5 configure:3319: $? = 0 configure:3322: test -z || test ! -s conftest.err configure:3325: $? = 0 configure:3328: test -s conftest. configure:3331: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 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:3341: result: no configure:3345: checking sys/statvfs.h presence configure:3355: cc -E conftest.c configure:3361: $? = 0 configure:3381: result: yes configure:3394: WARNING: sys/statvfs.h: present but cannot be compiled configure:3396: WARNING: sys/statvfs.h: check for missing prerequisite headers? configure:3398: WARNING: sys/statvfs.h: see the Autoconf documentation configure:3400: WARNING: sys/statvfs.h: section "Present But Cannot Be Compiled" configure:3402: WARNING: sys/statvfs.h: proceeding with the preprocessor's result configure:3404: WARNING: sys/statvfs.h: in the future, the compiler will take precedence configure:3416: checking for sys/statvfs.h configure:3423: result: yes configure:3292: checking for stdint.h configure:3297: result: no configure:3455: checking sys/attributes.h usability configure:3467: cc -c -fno-common -O conftest.c >&5 conftest.c:46:28: sys/attributes.h: No such file or directory configure:3473: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 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:3495: result: no configure:3499: checking sys/attributes.h presence configure:3509: cc -E conftest.c conftest.c:12:28: sys/attributes.h: No such file or directory configure:3515: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | /* end confdefs.h. */ | #include configure:3535: result: no configure:3570: checking for sys/attributes.h configure:3577: result: no configure:3455: checking attr/xattr.h usability configure:3467: cc -c -fno-common -O conftest.c >&5 conftest.c:46:24: attr/xattr.h: No such file or directory configure:3473: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 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:3495: result: no configure:3499: checking attr/xattr.h presence configure:3509: cc -E conftest.c conftest.c:12:24: attr/xattr.h: No such file or directory configure:3515: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | /* end confdefs.h. */ | #include configure:3535: result: no configure:3570: checking for attr/xattr.h configure:3577: result: no configure:3455: checking sys/xattr.h usability configure:3467: cc -c -fno-common -O conftest.c >&5 configure:3473: $? = 0 configure:3476: test -z || test ! -s conftest.err configure:3479: $? = 0 configure:3482: test -s conftest. configure:3485: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 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:3495: result: no configure:3499: checking sys/xattr.h presence configure:3509: cc -E conftest.c configure:3515: $? = 0 configure:3535: result: yes configure:3548: WARNING: sys/xattr.h: present but cannot be compiled configure:3550: WARNING: sys/xattr.h: check for missing prerequisite headers? configure:3552: WARNING: sys/xattr.h: see the Autoconf documentation configure:3554: WARNING: sys/xattr.h: section "Present But Cannot Be Compiled" configure:3556: WARNING: sys/xattr.h: proceeding with the preprocessor's result configure:3558: WARNING: sys/xattr.h: in the future, the compiler will take precedence configure:3570: checking for sys/xattr.h configure:3577: result: yes configure:3455: checking sys/extattr.h usability configure:3467: cc -c -fno-common -O conftest.c >&5 conftest.c:47:25: sys/extattr.h: No such file or directory configure:3473: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 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:3495: result: no configure:3499: checking sys/extattr.h presence configure:3509: cc -E conftest.c conftest.c:13:25: sys/extattr.h: No such file or directory configure:3515: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | /* end confdefs.h. */ | #include configure:3535: result: no configure:3570: checking for sys/extattr.h configure:3577: result: no configure:3455: checking sys/uio.h usability configure:3467: cc -c -fno-common -O conftest.c >&5 configure:3473: $? = 0 configure:3476: test -z || test ! -s conftest.err configure:3479: $? = 0 configure:3482: test -s conftest. configure:3485: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 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:3495: result: no configure:3499: checking sys/uio.h presence configure:3509: cc -E conftest.c configure:3515: $? = 0 configure:3535: result: yes configure:3548: WARNING: sys/uio.h: present but cannot be compiled configure:3550: WARNING: sys/uio.h: check for missing prerequisite headers? configure:3552: WARNING: sys/uio.h: see the Autoconf documentation configure:3554: WARNING: sys/uio.h: section "Present But Cannot Be Compiled" configure:3556: WARNING: sys/uio.h: proceeding with the preprocessor's result configure:3558: WARNING: sys/uio.h: in the future, the compiler will take precedence configure:3570: checking for sys/uio.h configure:3577: result: yes configure:3604: checking sys/mount.h usability configure:3616: cc -c -fno-common -O conftest.c >&5 configure:3622: $? = 0 configure:3625: test -z || test ! -s conftest.err configure:3628: $? = 0 configure:3631: test -s conftest. configure:3634: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 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:3644: result: no configure:3648: checking sys/mount.h presence configure:3658: cc -E conftest.c configure:3664: $? = 0 configure:3684: result: yes configure:3697: WARNING: sys/mount.h: present but cannot be compiled configure:3699: WARNING: sys/mount.h: check for missing prerequisite headers? configure:3701: WARNING: sys/mount.h: see the Autoconf documentation configure:3703: WARNING: sys/mount.h: section "Present But Cannot Be Compiled" configure:3705: WARNING: sys/mount.h: proceeding with the preprocessor's result configure:3707: WARNING: sys/mount.h: in the future, the compiler will take precedence configure:3719: checking for sys/mount.h configure:3726: result: yes configure:3744: checking for fdatasync configure:3801: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _fdatasync configure:3807: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | /* end confdefs.h. */ | /* Define fdatasync to an innocuous variant, in case declares fdatasync. | For example, HP-UX 11i declares gettimeofday. */ | #define fdatasync innocuous_fdatasync | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fdatasync (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fdatasync | | /* 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 fdatasync (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_fdatasync) || defined (__stub___fdatasync) | choke me | #else | char (*f) () = fdatasync; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != fdatasync; | ; | return 0; | } configure:3831: result: no configure:3842: checking for library containing getxattr configure:3872: cc -o conftest -fno-common -O conftest.c >&5 configure:3878: $? = 0 configure:3881: test -z || test ! -s conftest.err configure:3884: $? = 0 configure:3887: test -s conftest configure:3890: $? = 0 configure:3959: result: none required configure:3966: checking for library containing socket configure:3996: cc -o conftest -fno-common -O conftest.c >&5 configure:4002: $? = 0 configure:4005: test -z || test ! -s conftest.err configure:4008: $? = 0 configure:4011: test -s conftest configure:4014: $? = 0 configure:4083: result: none required configure:4090: checking for library containing gethostbyname configure:4120: cc -o conftest -fno-common -O conftest.c >&5 configure:4126: $? = 0 configure:4129: test -z || test ! -s conftest.err configure:4132: $? = 0 configure:4135: test -s conftest configure:4138: $? = 0 configure:4207: result: none required configure:4223: checking for getxattr configure:4280: cc -o conftest -fno-common -O conftest.c >&5 configure:4286: $? = 0 configure:4289: test -z || test ! -s conftest.err configure:4292: $? = 0 configure:4295: test -s conftest configure:4298: $? = 0 configure:4310: result: yes configure:4223: checking for lgetxattr configure:4280: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _lgetxattr configure:4286: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | /* end confdefs.h. */ | /* Define lgetxattr to an innocuous variant, in case declares lgetxattr. | For example, HP-UX 11i declares gettimeofday. */ | #define lgetxattr innocuous_lgetxattr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char lgetxattr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef lgetxattr | | /* 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 lgetxattr (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_lgetxattr) || defined (__stub___lgetxattr) | choke me | #else | char (*f) () = lgetxattr; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != lgetxattr; | ; | return 0; | } configure:4310: result: no configure:4223: checking for fgetxattr configure:4280: cc -o conftest -fno-common -O conftest.c >&5 configure:4286: $? = 0 configure:4289: test -z || test ! -s conftest.err configure:4292: $? = 0 configure:4295: test -s conftest configure:4298: $? = 0 configure:4310: result: yes configure:4223: checking for listxattr configure:4280: cc -o conftest -fno-common -O conftest.c >&5 configure:4286: $? = 0 configure:4289: test -z || test ! -s conftest.err configure:4292: $? = 0 configure:4295: test -s conftest configure:4298: $? = 0 configure:4310: result: yes configure:4223: checking for llistxattr configure:4280: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _llistxattr configure:4286: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | /* end confdefs.h. */ | /* Define llistxattr to an innocuous variant, in case declares llistxattr. | For example, HP-UX 11i declares gettimeofday. */ | #define llistxattr innocuous_llistxattr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char llistxattr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef llistxattr | | /* 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 llistxattr (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_llistxattr) || defined (__stub___llistxattr) | choke me | #else | char (*f) () = llistxattr; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != llistxattr; | ; | return 0; | } configure:4310: result: no configure:4327: checking for flistxattr configure:4384: cc -o conftest -fno-common -O conftest.c >&5 configure:4390: $? = 0 configure:4393: test -z || test ! -s conftest.err configure:4396: $? = 0 configure:4399: test -s conftest configure:4402: $? = 0 configure:4414: result: yes configure:4327: checking for removexattr configure:4384: cc -o conftest -fno-common -O conftest.c >&5 configure:4390: $? = 0 configure:4393: test -z || test ! -s conftest.err configure:4396: $? = 0 configure:4399: test -s conftest configure:4402: $? = 0 configure:4414: result: yes configure:4327: checking for lremovexattr configure:4384: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _lremovexattr configure:4390: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | /* end confdefs.h. */ | /* Define lremovexattr to an innocuous variant, in case declares lremovexattr. | For example, HP-UX 11i declares gettimeofday. */ | #define lremovexattr innocuous_lremovexattr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char lremovexattr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef lremovexattr | | /* 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 lremovexattr (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_lremovexattr) || defined (__stub___lremovexattr) | choke me | #else | char (*f) () = lremovexattr; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != lremovexattr; | ; | return 0; | } configure:4414: result: no configure:4327: checking for fremovexattr configure:4384: cc -o conftest -fno-common -O conftest.c >&5 configure:4390: $? = 0 configure:4393: test -z || test ! -s conftest.err configure:4396: $? = 0 configure:4399: test -s conftest configure:4402: $? = 0 configure:4414: result: yes configure:4430: checking for setxattr configure:4487: cc -o conftest -fno-common -O conftest.c >&5 configure:4493: $? = 0 configure:4496: test -z || test ! -s conftest.err configure:4499: $? = 0 configure:4502: test -s conftest configure:4505: $? = 0 configure:4517: result: yes configure:4430: checking for lsetxattr configure:4487: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _lsetxattr configure:4493: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | /* end confdefs.h. */ | /* Define lsetxattr to an innocuous variant, in case declares lsetxattr. | For example, HP-UX 11i declares gettimeofday. */ | #define lsetxattr innocuous_lsetxattr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char lsetxattr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef lsetxattr | | /* 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 lsetxattr (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_lsetxattr) || defined (__stub___lsetxattr) | choke me | #else | char (*f) () = lsetxattr; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != lsetxattr; | ; | return 0; | } configure:4517: result: no configure:4430: checking for fsetxattr configure:4487: cc -o conftest -fno-common -O conftest.c >&5 configure:4493: $? = 0 configure:4496: test -z || test ! -s conftest.err configure:4499: $? = 0 configure:4502: test -s conftest configure:4505: $? = 0 configure:4517: result: yes configure:4535: checking for attr_get configure:4592: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _attr_get configure:4598: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define attr_get to an innocuous variant, in case declares attr_get. | For example, HP-UX 11i declares gettimeofday. */ | #define attr_get innocuous_attr_get | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char attr_get (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef attr_get | | /* 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 attr_get (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_attr_get) || defined (__stub___attr_get) | choke me | #else | char (*f) () = attr_get; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != attr_get; | ; | return 0; | } configure:4622: result: no configure:4535: checking for attr_list configure:4592: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _attr_list configure:4598: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define attr_list to an innocuous variant, in case declares attr_list. | For example, HP-UX 11i declares gettimeofday. */ | #define attr_list innocuous_attr_list | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char attr_list (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef attr_list | | /* 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 attr_list (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_attr_list) || defined (__stub___attr_list) | choke me | #else | char (*f) () = attr_list; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != attr_list; | ; | return 0; | } configure:4622: result: no configure:4535: checking for attr_set configure:4592: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _attr_set configure:4598: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define attr_set to an innocuous variant, in case declares attr_set. | For example, HP-UX 11i declares gettimeofday. */ | #define attr_set innocuous_attr_set | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char attr_set (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef attr_set | | /* 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 attr_set (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_attr_set) || defined (__stub___attr_set) | choke me | #else | char (*f) () = attr_set; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != attr_set; | ; | return 0; | } configure:4622: result: no configure:4535: checking for attr_remove configure:4592: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _attr_remove configure:4598: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define attr_remove to an innocuous variant, in case declares attr_remove. | For example, HP-UX 11i declares gettimeofday. */ | #define attr_remove innocuous_attr_remove | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char attr_remove (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef attr_remove | | /* 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 attr_remove (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_attr_remove) || defined (__stub___attr_remove) | choke me | #else | char (*f) () = attr_remove; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != attr_remove; | ; | return 0; | } configure:4622: result: no configure:4639: checking for attr_getf configure:4696: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _attr_getf configure:4702: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define attr_getf to an innocuous variant, in case declares attr_getf. | For example, HP-UX 11i declares gettimeofday. */ | #define attr_getf innocuous_attr_getf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char attr_getf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef attr_getf | | /* 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 attr_getf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_attr_getf) || defined (__stub___attr_getf) | choke me | #else | char (*f) () = attr_getf; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != attr_getf; | ; | return 0; | } configure:4726: result: no configure:4639: checking for attr_listf configure:4696: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _attr_listf configure:4702: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define attr_listf to an innocuous variant, in case declares attr_listf. | For example, HP-UX 11i declares gettimeofday. */ | #define attr_listf innocuous_attr_listf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char attr_listf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef attr_listf | | /* 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 attr_listf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_attr_listf) || defined (__stub___attr_listf) | choke me | #else | char (*f) () = attr_listf; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != attr_listf; | ; | return 0; | } configure:4726: result: no configure:4639: checking for attr_setf configure:4696: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _attr_setf configure:4702: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define attr_setf to an innocuous variant, in case declares attr_setf. | For example, HP-UX 11i declares gettimeofday. */ | #define attr_setf innocuous_attr_setf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char attr_setf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef attr_setf | | /* 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 attr_setf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_attr_setf) || defined (__stub___attr_setf) | choke me | #else | char (*f) () = attr_setf; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != attr_setf; | ; | return 0; | } configure:4726: result: no configure:4639: checking for attr_removef configure:4696: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _attr_removef configure:4702: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define attr_removef to an innocuous variant, in case declares attr_removef. | For example, HP-UX 11i declares gettimeofday. */ | #define attr_removef innocuous_attr_removef | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char attr_removef (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef attr_removef | | /* 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 attr_removef (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_attr_removef) || defined (__stub___attr_removef) | choke me | #else | char (*f) () = attr_removef; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != attr_removef; | ; | return 0; | } configure:4726: result: no configure:4743: checking for extattr_delete_fd configure:4800: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _extattr_delete_fd configure:4806: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define extattr_delete_fd to an innocuous variant, in case declares extattr_delete_fd. | For example, HP-UX 11i declares gettimeofday. */ | #define extattr_delete_fd innocuous_extattr_delete_fd | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char extattr_delete_fd (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef extattr_delete_fd | | /* 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 extattr_delete_fd (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_extattr_delete_fd) || defined (__stub___extattr_delete_fd) | choke me | #else | char (*f) () = extattr_delete_fd; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != extattr_delete_fd; | ; | return 0; | } configure:4830: result: no configure:4743: checking for extattr_delete_file configure:4800: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _extattr_delete_file configure:4806: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define extattr_delete_file to an innocuous variant, in case declares extattr_delete_file. | For example, HP-UX 11i declares gettimeofday. */ | #define extattr_delete_file innocuous_extattr_delete_file | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char extattr_delete_file (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef extattr_delete_file | | /* 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 extattr_delete_file (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_extattr_delete_file) || defined (__stub___extattr_delete_file) | choke me | #else | char (*f) () = extattr_delete_file; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != extattr_delete_file; | ; | return 0; | } configure:4830: result: no configure:4743: checking for extattr_delete_link configure:4800: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _extattr_delete_link configure:4806: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define extattr_delete_link to an innocuous variant, in case declares extattr_delete_link. | For example, HP-UX 11i declares gettimeofday. */ | #define extattr_delete_link innocuous_extattr_delete_link | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char extattr_delete_link (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef extattr_delete_link | | /* 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 extattr_delete_link (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_extattr_delete_link) || defined (__stub___extattr_delete_link) | choke me | #else | char (*f) () = extattr_delete_link; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != extattr_delete_link; | ; | return 0; | } configure:4830: result: no configure:4846: checking for extattr_get_fd configure:4903: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _extattr_get_fd configure:4909: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define extattr_get_fd to an innocuous variant, in case declares extattr_get_fd. | For example, HP-UX 11i declares gettimeofday. */ | #define extattr_get_fd innocuous_extattr_get_fd | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char extattr_get_fd (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef extattr_get_fd | | /* 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 extattr_get_fd (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_extattr_get_fd) || defined (__stub___extattr_get_fd) | choke me | #else | char (*f) () = extattr_get_fd; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != extattr_get_fd; | ; | return 0; | } configure:4933: result: no configure:4846: checking for extattr_get_file configure:4903: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _extattr_get_file configure:4909: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define extattr_get_file to an innocuous variant, in case declares extattr_get_file. | For example, HP-UX 11i declares gettimeofday. */ | #define extattr_get_file innocuous_extattr_get_file | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char extattr_get_file (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef extattr_get_file | | /* 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 extattr_get_file (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_extattr_get_file) || defined (__stub___extattr_get_file) | choke me | #else | char (*f) () = extattr_get_file; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != extattr_get_file; | ; | return 0; | } configure:4933: result: no configure:4846: checking for extattr_get_link configure:4903: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _extattr_get_link configure:4909: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define extattr_get_link to an innocuous variant, in case declares extattr_get_link. | For example, HP-UX 11i declares gettimeofday. */ | #define extattr_get_link innocuous_extattr_get_link | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char extattr_get_link (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef extattr_get_link | | /* 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 extattr_get_link (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_extattr_get_link) || defined (__stub___extattr_get_link) | choke me | #else | char (*f) () = extattr_get_link; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != extattr_get_link; | ; | return 0; | } configure:4933: result: no configure:4949: checking for extattr_list_fd configure:5006: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _extattr_list_fd configure:5012: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define extattr_list_fd to an innocuous variant, in case declares extattr_list_fd. | For example, HP-UX 11i declares gettimeofday. */ | #define extattr_list_fd innocuous_extattr_list_fd | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char extattr_list_fd (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef extattr_list_fd | | /* 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 extattr_list_fd (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_extattr_list_fd) || defined (__stub___extattr_list_fd) | choke me | #else | char (*f) () = extattr_list_fd; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != extattr_list_fd; | ; | return 0; | } configure:5036: result: no configure:4949: checking for extattr_list_file configure:5006: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _extattr_list_file configure:5012: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define extattr_list_file to an innocuous variant, in case declares extattr_list_file. | For example, HP-UX 11i declares gettimeofday. */ | #define extattr_list_file innocuous_extattr_list_file | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char extattr_list_file (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef extattr_list_file | | /* 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 extattr_list_file (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_extattr_list_file) || defined (__stub___extattr_list_file) | choke me | #else | char (*f) () = extattr_list_file; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != extattr_list_file; | ; | return 0; | } configure:5036: result: no configure:4949: checking for extattr_list_link configure:5006: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _extattr_list_link configure:5012: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define extattr_list_link to an innocuous variant, in case declares extattr_list_link. | For example, HP-UX 11i declares gettimeofday. */ | #define extattr_list_link innocuous_extattr_list_link | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char extattr_list_link (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef extattr_list_link | | /* 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 extattr_list_link (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_extattr_list_link) || defined (__stub___extattr_list_link) | choke me | #else | char (*f) () = extattr_list_link; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != extattr_list_link; | ; | return 0; | } configure:5036: result: no configure:5052: checking for extattr_set_fd configure:5109: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _extattr_set_fd configure:5115: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define extattr_set_fd to an innocuous variant, in case declares extattr_set_fd. | For example, HP-UX 11i declares gettimeofday. */ | #define extattr_set_fd innocuous_extattr_set_fd | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char extattr_set_fd (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef extattr_set_fd | | /* 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 extattr_set_fd (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_extattr_set_fd) || defined (__stub___extattr_set_fd) | choke me | #else | char (*f) () = extattr_set_fd; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != extattr_set_fd; | ; | return 0; | } configure:5139: result: no configure:5052: checking for extattr_set_file configure:5109: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _extattr_set_file configure:5115: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define extattr_set_file to an innocuous variant, in case declares extattr_set_file. | For example, HP-UX 11i declares gettimeofday. */ | #define extattr_set_file innocuous_extattr_set_file | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char extattr_set_file (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef extattr_set_file | | /* 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 extattr_set_file (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_extattr_set_file) || defined (__stub___extattr_set_file) | choke me | #else | char (*f) () = extattr_set_file; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != extattr_set_file; | ; | return 0; | } configure:5139: result: no configure:5052: checking for extattr_set_link configure:5109: cc -o conftest -fno-common -O conftest.c >&5 ld: Undefined symbols: _extattr_set_link configure:5115: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define _GNU_SOURCE 1 | #define HAVE_CTYPE_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_XATTR_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_GETXATTR 1 | #define HAVE_FGETXATTR 1 | #define HAVE_LISTXATTR 1 | #define HAVE_FLISTXATTR 1 | #define HAVE_REMOVEXATTR 1 | #define HAVE_FREMOVEXATTR 1 | #define HAVE_SETXATTR 1 | #define HAVE_FSETXATTR 1 | /* end confdefs.h. */ | /* Define extattr_set_link to an innocuous variant, in case declares extattr_set_link. | For example, HP-UX 11i declares gettimeofday. */ | #define extattr_set_link innocuous_extattr_set_link | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char extattr_set_link (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef extattr_set_link | | /* 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 extattr_set_link (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_extattr_set_link) || defined (__stub___extattr_set_link) | choke me | #else | char (*f) () = extattr_set_link; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != extattr_set_link; | ; | return 0; | } configure:5139: result: no configure:5156: checking for snprintf configure:5213: cc -o conftest -fno-common -O conftest.c >&5 conftest.c:47: warning: conflicting types for built-in function `snprintf' configure:5219: $? = 0 configure:5222: test -z || test ! -s conftest.err configure:5225: $? = 0 configure:5228: test -s conftest configure:5231: $? = 0 configure:5243: result: yes configure:5156: checking for vsnprintf configure:5213: cc -o conftest -fno-common -O conftest.c >&5 conftest.c:48: warning: conflicting types for built-in function `vsnprintf' configure:5219: $? = 0 configure:5222: test -z || test ! -s conftest.err configure:5225: $? = 0 configure:5228: test -s conftest configure:5231: $? = 0 configure:5243: result: yes configure:5156: checking for asprintf configure:5213: cc -o conftest -fno-common -O conftest.c >&5 configure:5219: $? = 0 configure:5222: test -z || test ! -s conftest.err configure:5225: $? = 0 configure:5228: test -s conftest configure:5231: $? = 0 configure:5243: result: yes configure:5156: checking for vasprintf configure:5213: cc -o conftest -fno-common -O conftest.c >&5 configure:5219: $? = 0 configure:5222: test -z || test ! -s conftest.err configure:5225: $? = 0 configure:5228: test -s conftest configure:5231: $? = 0 configure:5243: result: yes configure:5264: checking for va_copy configure:5287: cc -o conftest -fno-common -O conftest.c >&5 configure:5293: $? = 0 configure:5296: test -z || test ! -s conftest.err configure:5299: $? = 0 configure:5302: test -s conftest configure:5305: $? = 0 configure:5317: result: yes configure:5489: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:688: creating Makefile config.status:754: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_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_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_asprintf=yes ac_cv_func_attr_get=no ac_cv_func_attr_getf=no ac_cv_func_attr_list=no ac_cv_func_attr_listf=no ac_cv_func_attr_remove=no ac_cv_func_attr_removef=no ac_cv_func_attr_set=no ac_cv_func_attr_setf=no ac_cv_func_extattr_delete_fd=no ac_cv_func_extattr_delete_file=no ac_cv_func_extattr_delete_link=no ac_cv_func_extattr_get_fd=no ac_cv_func_extattr_get_file=no ac_cv_func_extattr_get_link=no ac_cv_func_extattr_list_fd=no ac_cv_func_extattr_list_file=no ac_cv_func_extattr_list_link=no ac_cv_func_extattr_set_fd=no ac_cv_func_extattr_set_file=no ac_cv_func_extattr_set_link=no ac_cv_func_fdatasync=no ac_cv_func_fgetxattr=yes ac_cv_func_flistxattr=yes ac_cv_func_fremovexattr=yes ac_cv_func_fsetxattr=yes ac_cv_func_getxattr=yes ac_cv_func_lgetxattr=no ac_cv_func_listxattr=yes ac_cv_func_llistxattr=no ac_cv_func_lremovexattr=no ac_cv_func_lsetxattr=no ac_cv_func_removexattr=yes ac_cv_func_setxattr=yes ac_cv_func_snprintf=yes ac_cv_func_vasprintf=yes ac_cv_func_vsnprintf=yes ac_cv_header_attr_xattr_h=no ac_cv_header_ctype_h=yes ac_cv_header_dirent_dirent_h=no ac_cv_header_dirent_ndir_h=no ac_cv_header_dirent_sys_dir_h=no ac_cv_header_dirent_sys_ndir_h=no ac_cv_header_inttypes_h=no 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_attributes_h=no ac_cv_header_sys_extattr_h=no ac_cv_header_sys_mount_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_statvfs_h=yes ac_cv_header_sys_types_h=no ac_cv_header_sys_uio_h=yes ac_cv_header_sys_vfs_h=no ac_cv_header_sys_wait_h=no ac_cv_header_sys_xattr_h=yes ac_cv_header_time=no ac_cv_header_unistd_h=no ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_search_gethostbyname='none required' ac_cv_search_getxattr='none required' ac_cv_search_opendir='none required' ac_cv_search_socket='none required' dbench_cv_HAVE_VA_COPY=yes lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common -O' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' 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='' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SHELL='/bin/sh' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share/dbench' 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_ASPRINTF 1 #define HAVE_CTYPE_H 1 #define HAVE_EA_SUPPORT 1 #define HAVE_FGETXATTR 1 #define HAVE_FLISTXATTR 1 #define HAVE_FREMOVEXATTR 1 #define HAVE_FSETXATTR 1 #define HAVE_GETXATTR 1 #define HAVE_LISTXATTR 1 #define HAVE_REMOVEXATTR 1 #define HAVE_SETXATTR 1 #define HAVE_SNPRINTF 1 #define HAVE_SYS_MOUNT_H 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_SYS_XATTR_H 1 #define HAVE_VASPRINTF 1 #define HAVE_VA_COPY 1 #define HAVE_VSNPRINTF 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define _GNU_SOURCE 1 configure: exit 0