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: 124 tasks, 179 threads, 4 processors Load average: 1.07, Mach factor: 2.93 /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: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1411: checking for i386-unknown-gnu-gcc configure:1437: result: cc configure:1719: checking for C compiler version configure:1722: 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:1725: $? = 0 configure:1727: 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:1730: $? = 0 configure:1732: cc -V &5 cc: `-V' option must have argument configure:1735: $? = 1 configure:1758: checking for C compiler default output file name configure:1761: cc -fno-common conftest.c >&5 configure:1764: $? = 0 configure:1810: result: a.out configure:1815: checking whether the C compiler works configure:1821: ./a.out configure:1824: $? = 0 configure:1841: result: yes configure:1848: checking whether we are cross compiling configure:1850: result: no configure:1853: checking for suffix of executables configure:1855: cc -o conftest -fno-common conftest.c >&5 configure:1858: $? = 0 configure:1883: result: configure:1889: checking for suffix of object files configure:1910: cc -c -fno-common conftest.c >&5 configure:1913: $? = 0 configure:1935: result: configure:1939: checking whether we are using the GNU C compiler configure:1963: cc -c -fno-common conftest.c >&5 configure:1969: $? = 0 configure:1973: test -z || test ! -s conftest.err configure:1976: $? = 0 configure:1979: test -s conftest. configure:1982: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1995: result: no configure:2001: checking whether cc accepts -g configure:2022: cc -c -g conftest.c >&5 configure:2028: $? = 0 configure:2032: test -z || test ! -s conftest.err configure:2035: $? = 0 configure:2038: test -s conftest. configure:2041: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2052: result: no configure:2069: checking for cc option to accept ANSI C configure:2139: cc -c -fno-common conftest.c >&5 configure:2145: $? = 0 configure:2149: test -z || test ! -s conftest.err configure:2152: $? = 0 configure:2155: test -s conftest. configure:2158: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | /* 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:2139: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2145: $? = 0 configure:2149: test -z || test ! -s conftest.err configure:2152: $? = 0 configure:2155: test -s conftest. configure:2158: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | /* 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:2139: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2145: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | /* 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:2139: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2145: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | /* 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:2139: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2145: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | /* 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:2139: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2145: $? = 0 configure:2149: test -z || test ! -s conftest.err configure:2152: $? = 0 configure:2155: test -s conftest. configure:2158: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | /* 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:2176: result: none needed configure:2194: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2200: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2346: checking for a BSD-compatible install configure:2401: result: /usr/bin/install -c -o root -g wheel configure:2412: checking whether gmake sets $(MAKE) configure:2432: result: yes configure:2443: checking for gzip configure:2459: found /usr/local/bin/gzip configure:2470: result: gzip -f9 configure:2486: checking for msgfmt configure:2504: found /usr/local/bin/msgfmt configure:2517: result: /usr/local/bin/msgfmt configure:2526: checking for gmsgfmt configure:2557: result: /usr/local/bin/msgfmt configure:2566: checking for xgettext configure:2584: found /usr/local/bin/xgettext configure:2597: result: /usr/local/bin/xgettext configure:2614: checking for main in -lintl configure:2638: cc -o conftest -fno-common conftest.c -lintl >&5 configure:2644: $? = 0 configure:2648: test -z || test ! -s conftest.err configure:2651: $? = 0 configure:2654: test -s conftest configure:2657: $? = 0 configure:2670: result: yes configure:2682: checking for main in -li configure:2706: cc -o conftest -fno-common conftest.c -li -lintl >&5 ld: can't locate file for: -li configure:2712: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:2738: result: no configure:2760: checking for gettext configure:2817: cc -o conftest -fno-common conftest.c -lintl >&5 configure:2823: $? = 0 configure:2827: test -z || test ! -s conftest.err configure:2830: $? = 0 configure:2833: test -s conftest configure:2836: $? = 0 configure:2848: result: yes configure:2870: checking how to run the C preprocessor configure:2905: cc -E conftest.c configure:2911: $? = 0 configure:2943: cc -E conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:2949: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 1 | /* end confdefs.h. */ | #include configure:2988: result: cc -E configure:3012: cc -E conftest.c configure:3018: $? = 0 configure:3050: cc -E conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:3056: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 1 | /* end confdefs.h. */ | #include configure:3100: checking for egrep configure:3110: result: grep -E configure:3115: checking for ANSI C header files configure:3140: cc -c -fno-common conftest.c >&5 configure:3146: $? = 0 configure:3150: test -z || test ! -s conftest.err configure:3153: $? = 0 configure:3156: test -s conftest. configure:3159: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3268: result: no configure:3292: checking for sys/types.h configure:3308: cc -c -fno-common conftest.c >&5 configure:3314: $? = 0 configure:3318: test -z || test ! -s conftest.err configure:3321: $? = 0 configure:3324: test -s conftest. configure:3327: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 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:3338: result: no configure:3292: checking for sys/stat.h configure:3308: cc -c -fno-common conftest.c >&5 configure:3314: $? = 0 configure:3318: test -z || test ! -s conftest.err configure:3321: $? = 0 configure:3324: test -s conftest. configure:3327: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 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:3338: result: no configure:3292: checking for stdlib.h configure:3308: cc -c -fno-common conftest.c >&5 configure:3314: $? = 0 configure:3318: test -z || test ! -s conftest.err configure:3321: $? = 0 configure:3324: test -s conftest. configure:3327: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 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:3338: result: no configure:3292: checking for string.h configure:3308: cc -c -fno-common conftest.c >&5 configure:3314: $? = 0 configure:3318: test -z || test ! -s conftest.err configure:3321: $? = 0 configure:3324: test -s conftest. configure:3327: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 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:3338: result: no configure:3292: checking for memory.h configure:3308: cc -c -fno-common conftest.c >&5 configure:3314: $? = 0 configure:3318: test -z || test ! -s conftest.err configure:3321: $? = 0 configure:3324: test -s conftest. configure:3327: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 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:3338: result: no configure:3292: checking for strings.h configure:3308: cc -c -fno-common conftest.c >&5 configure:3314: $? = 0 configure:3318: test -z || test ! -s conftest.err configure:3321: $? = 0 configure:3324: test -s conftest. configure:3327: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 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:3338: result: no configure:3292: checking for inttypes.h configure:3308: cc -c -fno-common conftest.c >&5 configure:3314: $? = 0 configure:3318: test -z || test ! -s conftest.err configure:3321: $? = 0 configure:3324: test -s conftest. configure:3327: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 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:3338: result: no configure:3292: checking for stdint.h configure:3308: cc -c -fno-common conftest.c >&5 configure:3314: $? = 0 configure:3318: test -z || test ! -s conftest.err configure:3321: $? = 0 configure:3324: test -s conftest. configure:3327: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 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:3338: result: no configure:3292: checking for unistd.h configure:3308: cc -c -fno-common conftest.c >&5 configure:3314: $? = 0 configure:3318: test -z || test ! -s conftest.err configure:3321: $? = 0 configure:3324: test -s conftest. configure:3327: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 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:3338: result: no configure:3364: checking libintl.h usability configure:3376: cc -c -fno-common conftest.c >&5 configure:3382: $? = 0 configure:3386: test -z || test ! -s conftest.err configure:3389: $? = 0 configure:3392: test -s conftest. configure:3395: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 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:3405: result: no configure:3409: checking libintl.h presence configure:3419: cc -E conftest.c configure:3425: $? = 0 configure:3445: result: yes configure:3458: WARNING: libintl.h: present but cannot be compiled configure:3460: WARNING: libintl.h: check for missing prerequisite headers? configure:3462: WARNING: libintl.h: see the Autoconf documentation configure:3464: WARNING: libintl.h: section "Present But Cannot Be Compiled" configure:3466: WARNING: libintl.h: proceeding with the preprocessor's result configure:3468: WARNING: libintl.h: in the future, the compiler will take precedence configure:3480: checking for libintl.h configure:3487: result: yes configure:3514: checking locale.h usability configure:3526: cc -c -fno-common conftest.c >&5 configure:3532: $? = 0 configure:3536: test -z || test ! -s conftest.err configure:3539: $? = 0 configure:3542: test -s conftest. configure:3545: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 1 | #define HAVE_LIBINTL_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:3555: result: no configure:3559: checking locale.h presence configure:3569: cc -E conftest.c configure:3575: $? = 0 configure:3595: result: yes configure:3608: WARNING: locale.h: present but cannot be compiled configure:3610: WARNING: locale.h: check for missing prerequisite headers? configure:3612: WARNING: locale.h: see the Autoconf documentation configure:3614: WARNING: locale.h: section "Present But Cannot Be Compiled" configure:3616: WARNING: locale.h: proceeding with the preprocessor's result configure:3618: WARNING: locale.h: in the future, the compiler will take precedence configure:3630: checking for locale.h configure:3637: result: yes configure:3665: checking for getopt_long configure:3722: cc -o conftest -fno-common conftest.c -lintl >&5 configure:3728: $? = 0 configure:3732: test -z || test ! -s conftest.err configure:3735: $? = 0 configure:3738: test -s conftest configure:3741: $? = 0 configure:3753: result: yes configure:3665: checking for getopt configure:3722: cc -o conftest -fno-common conftest.c -lintl >&5 configure:3728: $? = 0 configure:3732: test -z || test ! -s conftest.err configure:3735: $? = 0 configure:3738: test -s conftest configure:3741: $? = 0 configure:3753: result: yes configure:3777: checking getopt.h usability configure:3789: cc -c -fno-common conftest.c >&5 configure:3795: $? = 0 configure:3799: test -z || test ! -s conftest.err configure:3802: $? = 0 configure:3805: test -s conftest. configure:3808: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_GETOPT 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:3818: result: no configure:3822: checking getopt.h presence configure:3832: cc -E conftest.c configure:3838: $? = 0 configure:3858: result: yes configure:3871: WARNING: getopt.h: present but cannot be compiled configure:3873: WARNING: getopt.h: check for missing prerequisite headers? configure:3875: WARNING: getopt.h: see the Autoconf documentation configure:3877: WARNING: getopt.h: section "Present But Cannot Be Compiled" configure:3879: WARNING: getopt.h: proceeding with the preprocessor's result configure:3881: WARNING: getopt.h: in the future, the compiler will take precedence configure:3893: checking for getopt.h configure:3900: result: yes configure:3919: checking for open64 configure:3976: cc -o conftest -fno-common conftest.c -lintl >&5 ld: Undefined symbols: _open64 configure:3982: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_H 1 | /* end confdefs.h. */ | /* Define open64 to an innocuous variant, in case declares open64. | For example, HP-UX 11i declares gettimeofday. */ | #define open64 innocuous_open64 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char open64 (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef open64 | | /* 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 open64 (); | /* 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_open64) || defined (__stub___open64) | choke me | #else | char (*f) () = open64; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != open64; | ; | return 0; | } configure:4007: result: no configure:4026: checking for ANSI C header files configure:4179: result: no configure:4195: checking for memcpy configure:4252: cc -o conftest -fno-common conftest.c -lintl >&5 conftest.c:45: warning: conflicting types for built-in function `memcpy' configure:4258: $? = 0 configure:4262: test -z || test ! -s conftest.err configure:4265: $? = 0 configure:4268: test -s conftest configure:4271: $? = 0 configure:4283: result: yes configure:4195: checking for basename configure:4252: cc -o conftest -fno-common conftest.c -lintl >&5 configure:4258: $? = 0 configure:4262: test -z || test ! -s conftest.err configure:4265: $? = 0 configure:4268: test -s conftest configure:4271: $? = 0 configure:4283: result: yes configure:4195: checking for snprintf configure:4252: cc -o conftest -fno-common conftest.c -lintl >&5 conftest.c:47: warning: conflicting types for built-in function `snprintf' configure:4258: $? = 0 configure:4262: test -z || test ! -s conftest.err configure:4265: $? = 0 configure:4268: test -s conftest configure:4271: $? = 0 configure:4283: result: yes configure:4310: checking limits.h usability configure:4322: cc -c -fno-common conftest.c >&5 configure:4328: $? = 0 configure:4332: test -z || test ! -s conftest.err configure:4335: $? = 0 configure:4338: test -s conftest. configure:4341: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_H 1 | #define HAVE_CONFIG_H 1 | #define HAVE_MEMCPY 1 | #define HAVE_BASENAME 1 | #define HAVE_SNPRINTF 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:4351: result: no configure:4355: checking limits.h presence configure:4365: cc -E conftest.c configure:4371: $? = 0 configure:4391: result: yes configure:4404: WARNING: limits.h: present but cannot be compiled configure:4406: WARNING: limits.h: check for missing prerequisite headers? configure:4408: WARNING: limits.h: see the Autoconf documentation configure:4410: WARNING: limits.h: section "Present But Cannot Be Compiled" configure:4412: WARNING: limits.h: proceeding with the preprocessor's result configure:4414: WARNING: limits.h: in the future, the compiler will take precedence configure:4426: checking for limits.h configure:4433: result: yes configure:4310: checking sys/ipc.h usability configure:4322: cc -c -fno-common conftest.c >&5 configure:4328: $? = 0 configure:4332: test -z || test ! -s conftest.err configure:4335: $? = 0 configure:4338: test -s conftest. configure:4341: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_H 1 | #define HAVE_CONFIG_H 1 | #define HAVE_MEMCPY 1 | #define HAVE_BASENAME 1 | #define HAVE_SNPRINTF 1 | #define HAVE_LIMITS_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:4351: result: no configure:4355: checking sys/ipc.h presence configure:4365: cc -E conftest.c configure:4371: $? = 0 configure:4391: result: yes configure:4404: WARNING: sys/ipc.h: present but cannot be compiled configure:4406: WARNING: sys/ipc.h: check for missing prerequisite headers? configure:4408: WARNING: sys/ipc.h: see the Autoconf documentation configure:4410: WARNING: sys/ipc.h: section "Present But Cannot Be Compiled" configure:4412: WARNING: sys/ipc.h: proceeding with the preprocessor's result configure:4414: WARNING: sys/ipc.h: in the future, the compiler will take precedence configure:4426: checking for sys/ipc.h configure:4433: result: yes configure:4310: checking sys/param.h usability configure:4322: cc -c -fno-common conftest.c >&5 configure:4328: $? = 0 configure:4332: test -z || test ! -s conftest.err configure:4335: $? = 0 configure:4338: test -s conftest. configure:4341: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_H 1 | #define HAVE_CONFIG_H 1 | #define HAVE_MEMCPY 1 | #define HAVE_BASENAME 1 | #define HAVE_SNPRINTF 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IPC_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:4351: result: no configure:4355: checking sys/param.h presence configure:4365: cc -E conftest.c configure:4371: $? = 0 configure:4391: result: yes configure:4404: WARNING: sys/param.h: present but cannot be compiled configure:4406: WARNING: sys/param.h: check for missing prerequisite headers? configure:4408: WARNING: sys/param.h: see the Autoconf documentation configure:4410: WARNING: sys/param.h: section "Present But Cannot Be Compiled" configure:4412: WARNING: sys/param.h: proceeding with the preprocessor's result configure:4414: WARNING: sys/param.h: in the future, the compiler will take precedence configure:4426: checking for sys/param.h configure:4433: result: yes configure:4310: checking libgen.h usability configure:4322: cc -c -fno-common conftest.c >&5 configure:4328: $? = 0 configure:4332: test -z || test ! -s conftest.err configure:4335: $? = 0 configure:4338: test -s conftest. configure:4341: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "pv" | #define PROGRAM_NAME "pv" | #define VERSION "0.9.6" | #define ENABLE_NLS 1 | #define HAVE_LIBINTL 1 | #define HAVE_GETTEXT 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_H 1 | #define HAVE_CONFIG_H 1 | #define HAVE_MEMCPY 1 | #define HAVE_BASENAME 1 | #define HAVE_SNPRINTF 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_PARAM_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:4351: result: no configure:4355: checking libgen.h presence configure:4365: cc -E conftest.c configure:4371: $? = 0 configure:4391: result: yes configure:4404: WARNING: libgen.h: present but cannot be compiled configure:4406: WARNING: libgen.h: check for missing prerequisite headers? configure:4408: WARNING: libgen.h: see the Autoconf documentation configure:4410: WARNING: libgen.h: section "Present But Cannot Be Compiled" configure:4412: WARNING: libgen.h: proceeding with the preprocessor's result configure:4414: WARNING: libgen.h: in the future, the compiler will take precedence configure:4426: checking for libgen.h configure:4433: result: yes configure:4558: 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:680: creating Makefile config.status:680: creating doc/lsm config.status:680: creating doc/manual.texi config.status:680: creating doc/quickref.1 config.status:680: creating doc/pv.spec config.status:680: creating src/.dummy config.status:784: creating src/include/config.h config.status:1062: executing default commands ## ---------------- ## ## 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_basename=yes ac_cv_func_getopt=yes ac_cv_func_getopt_long=yes ac_cv_func_gettext=yes ac_cv_func_memcpy=yes ac_cv_func_open64=no ac_cv_func_snprintf=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=no ac_cv_header_libgen_h=yes ac_cv_header_libintl_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_lib_i_main=no ac_cv_lib_intl_main=yes ac_cv_objext= ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt ac_cv_path_MSGFMT=/usr/local/bin/msgfmt ac_cv_path_XGETTEXT=/usr/local/bin/xgettext ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_DO_GZIP='gzip -f9' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_gmake_set=yes lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CATALOGS=' src/nls/de.mo src/nls/fr.mo src/nls/pl.mo src/nls/pt.mo' CATOBJEXT='.mo' CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' DO_GZIP='gzip -f9' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GMOFILES=' de.gmo fr.gmo pl.gmo pt.gmo' GMSGFMT='/usr/local/bin/msgfmt' 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' INSTOBJEXT='.mo' LDFLAGS='' LIBOBJS='' LIBS='-lintl ' LTLIBOBJS='' MSGFMT='/usr/local/bin/msgfmt' NLSOBJ='' OBJEXT='' PACKAGE='pv' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' POFILES=' $(srcdir)/src/nls/de.po $(srcdir)/src/nls/fr.po $(srcdir)/src/nls/pl.po $(srcdir)/src/nls/pt.po' SET_MAKE='' SHELL='/bin/sh' UCPACKAGE='PV' VERSION='0.9.6' XGETTEXT='/usr/local/bin/xgettext' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ENABLE_NLS 1 #define HAVE_BASENAME 1 #define HAVE_CONFIG_H 1 #define HAVE_GETOPT 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG 1 #define HAVE_GETTEXT 1 #define HAVE_LIBGEN_H 1 #define HAVE_LIBINTL 1 #define HAVE_LIBINTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMCPY 1 #define HAVE_SNPRINTF 1 #define HAVE_SYS_IPC_H 1 #define HAVE_SYS_PARAM_H 1 #define PACKAGE "pv" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PROGRAM_NAME "pv" #define VERSION "0.9.6" configure: exit 0