This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by PostgreSQL configure 8.1.10, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --with-libraries=/usr/local/lib --with-includes=/usr/local/include --with-docdir=/usr/local/share/doc/postgresql --with-openssl --enable-nls --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: 127 tasks, 184 threads, 4 processors Load average: 0.25, Mach factor: 3.74 /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: /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:1405: checking build system type configure:1423: result: i386-unknown-gnu configure:1431: checking host system type configure:1445: result: i386-unknown-gnu configure:1455: checking which template to use configure:1556: result: linux configure:1694: checking whether to build with 64-bit integer date/time support configure:1725: result: no configure:1732: checking whether NLS is wanted configure:1766: result: no configure:1774: checking for default port number configure:1803: result: 5432 configure:1986: checking for i386-unknown-gnu-gcc configure:2012: result: cc configure:2075: checking for C compiler version configure:2078: 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:2081: $? = 0 configure:2083: 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:2086: $? = 0 configure:2088: cc -V &5 cc: `-V' option must have argument configure:2091: $? = 1 configure:2114: checking for C compiler default output file name configure:2117: cc -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:2120: $? = 0 configure:2166: result: a.out configure:2171: checking whether the C compiler works configure:2177: ./a.out configure:2180: $? = 0 configure:2197: result: yes configure:2204: checking whether we are cross compiling configure:2206: result: no configure:2209: checking for suffix of executables configure:2211: cc -o conftest -fno-common -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:2214: $? = 0 configure:2239: result: configure:2245: checking for suffix of object files configure:2266: cc -c -fno-common conftest.c >&5 configure:2269: $? = 0 configure:2291: result: configure:2295: checking whether we are using the GNU C compiler configure:2319: cc -c -fno-common conftest.c >&5 configure:2325: $? = 0 configure:2329: test -z || test ! -s conftest.err configure:2332: $? = 0 configure:2335: test -s conftest. configure:2338: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2351: result: no configure:2357: checking whether cc accepts -g configure:2378: cc -c -g conftest.c >&5 configure:2384: $? = 0 configure:2388: test -z || test ! -s conftest.err configure:2391: $? = 0 configure:2394: test -s conftest. configure:2397: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2408: result: no configure:2425: checking for cc option to accept ANSI C configure:2495: cc -c -fno-common conftest.c >&5 configure:2501: $? = 0 configure:2505: test -z || test ! -s conftest.err configure:2508: $? = 0 configure:2511: test -s conftest. configure:2514: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* 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:2495: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2501: $? = 0 configure:2505: test -z || test ! -s conftest.err configure:2508: $? = 0 configure:2511: test -s conftest. configure:2514: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* 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:2495: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2501: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* 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:2495: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2501: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* 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:2495: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2501: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* 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:2495: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2501: $? = 0 configure:2505: test -z || test ! -s conftest.err configure:2508: $? = 0 configure:2511: test -s conftest. configure:2514: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* 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:2532: result: none needed configure:2550: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2556: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3056: using CFLAGS=-fno-common configure:3065: checking whether the C compiler still works configure:3083: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3089: $? = 0 configure:3093: test -z || test ! -s conftest.err configure:3096: $? = 0 configure:3099: test -s conftest configure:3102: $? = 0 configure:3104: result: yes configure:3177: checking how to run the C preprocessor configure:3212: cc -E -D_GNU_SOURCE conftest.c configure:3218: $? = 0 configure:3250: cc -E -D_GNU_SOURCE conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3256: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* end confdefs.h. */ | #include configure:3295: result: cc -E configure:3319: cc -E -D_GNU_SOURCE conftest.c configure:3325: $? = 0 configure:3357: cc -E -D_GNU_SOURCE conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3363: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* end confdefs.h. */ | #include configure:3538: checking allow thread-safe client libraries configure:3599: result: no configure:3606: checking whether to build with Tcl configure:3634: result: no configure:3670: checking whether to build Perl modules configure:3698: result: no configure:3705: checking whether to build Python modules configure:3733: result: no configure:3740: checking whether to build with Kerberos 5 support configure:3775: result: no configure:3823: checking whether to build with PAM support configure:3855: result: no configure:3863: checking whether to build with Bonjour support configure:3895: result: no configure:3903: checking whether to build with OpenSSL support configure:3935: result: no configure:4024: checking for egrep configure:4034: result: grep -E configure:4071: using CPPFLAGS=-D_GNU_SOURCE configure:4073: using LDFLAGS= -rpath=/usr/lib:/usr/local/lib configure:4082: checking for gawk configure:4098: found /usr/local/bin/gawk configure:4108: result: gawk configure:4118: checking for flex configure:4157: result: /usr/bin/flex configure:4192: checking whether ln -s works configure:4196: result: yes configure:4247: checking for non-GNU ld configure:4277: result: /usr/bin/ld configure:4286: checking if the linker (/usr/bin/ld) is GNU ld configure:4298: result: no configure:4370: checking for i386-unknown-gnu-ranlib configure:4399: result: no configure:4408: checking for ranlib configure:4424: found /usr/bin/ranlib configure:4435: result: ranlib configure:4451: checking for lorder configure:4467: found /usr/bin/lorder configure:4477: result: lorder configure:4489: checking for tar configure:4507: found /usr/local/bin/tar configure:4519: result: /usr/local/bin/tar configure:4530: checking for i386-unknown-gnu-strip configure:4559: result: no configure:4568: checking for strip configure:4584: found /usr/bin/strip configure:4595: result: strip configure:4608: checking whether it is possible to strip libraries configure:4618: result: no configure:4629: checking for bison configure:4645: found /usr/local/bin/bison configure:4655: result: bison -y configure:4670: WARNING: *** If you are going to modify the grammar files or build from CVS, the installed *** version of Bison is too old. Bison version 1.875 or later is required. configure:4699: checking for perl configure:4717: found /usr/local/bin/perl configure:4729: result: /usr/local/bin/perl configure:4889: checking for main in -lbsd configure:4913: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lbsd >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lbsd configure:4919: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:4945: result: no configure:4958: checking for setproctitle in -lutil configure:4988: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lutil >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lutil configure:4994: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char setproctitle (); | int | main () | { | setproctitle (); | ; | return 0; | } configure:5020: result: no configure:5032: checking for main in -lm configure:5056: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5062: $? = 0 configure:5066: test -z || test ! -s conftest.err configure:5069: $? = 0 configure:5072: test -s conftest configure:5075: $? = 0 configure:5088: result: yes configure:5100: checking for main in -ldl configure:5124: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5130: $? = 0 configure:5134: test -z || test ! -s conftest.err configure:5137: $? = 0 configure:5140: test -s conftest configure:5143: $? = 0 configure:5156: result: yes configure:5168: checking for main in -lnsl configure:5192: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lnsl -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lnsl configure:5198: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:5224: result: no configure:5236: checking for main in -lsocket configure:5260: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lsocket -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lsocket configure:5266: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:5292: result: no configure:5304: checking for main in -lipc configure:5328: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lipc -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lipc configure:5334: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:5360: result: no configure:5372: checking for main in -lIPC configure:5396: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lIPC -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lIPC configure:5402: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:5428: result: no configure:5440: checking for main in -llc configure:5464: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -llc -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -llc configure:5470: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:5496: result: no configure:5508: checking for main in -ldld configure:5532: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -ldld -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -ldld configure:5538: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:5564: result: no configure:5576: checking for main in -lld configure:5600: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lld -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lld configure:5606: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:5632: result: no configure:5644: checking for main in -lcompat configure:5668: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lcompat -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lcompat configure:5674: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:5700: result: no configure:5712: checking for main in -lBSD configure:5736: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lBSD -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lBSD configure:5742: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:5768: result: no configure:5780: checking for main in -lgen configure:5804: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lgen -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lgen configure:5810: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:5836: result: no configure:5848: checking for main in -lPW configure:5872: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lPW -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lPW configure:5878: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:5904: result: no configure:5916: checking for main in -lresolv configure:5940: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lresolv -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5946: $? = 0 configure:5950: test -z || test ! -s conftest.err configure:5953: $? = 0 configure:5956: test -s conftest configure:5959: $? = 0 configure:5972: result: yes configure:5983: checking for library containing getopt_long configure:6013: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lresolv -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:6019: $? = 0 configure:6023: test -z || test ! -s conftest.err configure:6026: $? = 0 configure:6029: test -s conftest configure:6032: $? = 0 configure:6102: result: none required configure:6111: checking for main in -lunix configure:6135: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lunix -lresolv -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lunix configure:6141: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:6167: result: no configure:6178: checking for library containing crypt configure:6208: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lresolv -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:6214: $? = 0 configure:6218: test -z || test ! -s conftest.err configure:6221: $? = 0 configure:6224: test -s conftest configure:6227: $? = 0 configure:6297: result: none required configure:6383: checking for library containing fdatasync configure:6413: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lresolv -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: Undefined symbols: _fdatasync configure:6419: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char fdatasync (); | int | main () | { | fdatasync (); | ; | return 0; | } configure:6468: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lrt -lresolv -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lrt configure:6474: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char fdatasync (); | int | main () | { | fdatasync (); | ; | return 0; | } configure:6468: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lposix4 -lresolv -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lposix4 configure:6474: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char fdatasync (); | int | main () | { | fdatasync (); | ; | return 0; | } configure:6502: result: no configure:6511: checking for shmget in -lcygipc configure:6541: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lcygipc -lresolv -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lcygipc configure:6547: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char shmget (); | int | main () | { | shmget (); | ; | return 0; | } configure:6573: result: no configure:6659: checking for readline configure:6693: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lreadline -lresolv -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:6699: $? = 0 configure:6703: test -z || test ! -s conftest.err configure:6706: $? = 0 configure:6709: test -s conftest configure:6712: $? = 0 configure:6748: result: yes (-lreadline) configure:6769: checking for inflate in -lz configure:6799: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lz -lreadline -lresolv -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:6805: $? = 0 configure:6809: test -z || test ! -s conftest.err configure:6812: $? = 0 configure:6815: test -s conftest configure:6818: $? = 0 configure:6831: result: yes configure:7667: checking for ANSI C header files configure:7692: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7698: $? = 0 configure:7702: test -z || test ! -s conftest.err configure:7705: $? = 0 configure:7708: test -s conftest. configure:7711: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:7820: result: no configure:7844: checking for sys/types.h configure:7860: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7866: $? = 0 configure:7870: test -z || test ! -s conftest.err configure:7873: $? = 0 configure:7876: test -s conftest. configure:7879: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7890: result: no configure:7844: checking for sys/stat.h configure:7860: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7866: $? = 0 configure:7870: test -z || test ! -s conftest.err configure:7873: $? = 0 configure:7876: test -s conftest. configure:7879: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7890: result: no configure:7844: checking for stdlib.h configure:7860: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7866: $? = 0 configure:7870: test -z || test ! -s conftest.err configure:7873: $? = 0 configure:7876: test -s conftest. configure:7879: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7890: result: no configure:7844: checking for string.h configure:7860: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7866: $? = 0 configure:7870: test -z || test ! -s conftest.err configure:7873: $? = 0 configure:7876: test -s conftest. configure:7879: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7890: result: no configure:7844: checking for memory.h configure:7860: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7866: $? = 0 configure:7870: test -z || test ! -s conftest.err configure:7873: $? = 0 configure:7876: test -s conftest. configure:7879: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7890: result: no configure:7844: checking for strings.h configure:7860: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7866: $? = 0 configure:7870: test -z || test ! -s conftest.err configure:7873: $? = 0 configure:7876: test -s conftest. configure:7879: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7890: result: no configure:7844: checking for inttypes.h configure:7860: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7866: $? = 0 configure:7870: test -z || test ! -s conftest.err configure:7873: $? = 0 configure:7876: test -s conftest. configure:7879: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7890: result: no configure:7844: checking for stdint.h configure:7860: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7866: $? = 0 configure:7870: test -z || test ! -s conftest.err configure:7873: $? = 0 configure:7876: test -s conftest. configure:7879: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7890: result: no configure:7844: checking for unistd.h configure:7860: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7866: $? = 0 configure:7870: test -z || test ! -s conftest.err configure:7873: $? = 0 configure:7876: test -s conftest. configure:7879: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7890: result: no configure:7940: checking crypt.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:54:19: crypt.h: No such file or directory configure:7958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7981: result: no configure:7985: checking crypt.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c conftest.c:20:19: crypt.h: No such file or directory configure:8001: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | /* end confdefs.h. */ | #include configure:8021: result: no configure:8056: checking for crypt.h configure:8063: result: no configure:7940: checking dld.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:54:17: dld.h: No such file or directory configure:7958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7981: result: no configure:7985: checking dld.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c conftest.c:20:17: dld.h: No such file or directory configure:8001: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | /* end confdefs.h. */ | #include configure:8021: result: no configure:8056: checking for dld.h configure:8063: result: no configure:7940: checking endian.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:54:20: endian.h: No such file or directory configure:7958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7981: result: no configure:7985: checking endian.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c conftest.c:20:20: endian.h: No such file or directory configure:8001: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | /* end confdefs.h. */ | #include configure:8021: result: no configure:8056: checking for endian.h configure:8063: result: no configure:7940: checking fp_class.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:54:22: fp_class.h: No such file or directory configure:7958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7981: result: no configure:7985: checking fp_class.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c conftest.c:20:22: fp_class.h: No such file or directory configure:8001: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | /* end confdefs.h. */ | #include configure:8021: result: no configure:8056: checking for fp_class.h configure:8063: result: no configure:7940: checking getopt.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 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:7981: result: no configure:7985: checking getopt.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: getopt.h: present but cannot be compiled configure:8036: WARNING: getopt.h: check for missing prerequisite headers? configure:8038: WARNING: getopt.h: see the Autoconf documentation configure:8040: WARNING: getopt.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: getopt.h: proceeding with the preprocessor's result configure:8044: WARNING: getopt.h: in the future, the compiler will take precedence configure:8056: checking for getopt.h configure:8063: result: yes configure:7940: checking ieeefp.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:55:20: ieeefp.h: No such file or directory configure:7958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_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:7981: result: no configure:7985: checking ieeefp.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c conftest.c:21:20: ieeefp.h: No such file or directory configure:8001: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | /* end confdefs.h. */ | #include configure:8021: result: no configure:8056: checking for ieeefp.h configure:8063: result: no configure:7940: checking langinfo.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_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:7981: result: no configure:7985: checking langinfo.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: langinfo.h: present but cannot be compiled configure:8036: WARNING: langinfo.h: check for missing prerequisite headers? configure:8038: WARNING: langinfo.h: see the Autoconf documentation configure:8040: WARNING: langinfo.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: langinfo.h: proceeding with the preprocessor's result configure:8044: WARNING: langinfo.h: in the future, the compiler will take precedence configure:8056: checking for langinfo.h configure:8063: result: yes configure:7940: checking poll.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_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:7981: result: no configure:7985: checking poll.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: poll.h: present but cannot be compiled configure:8036: WARNING: poll.h: check for missing prerequisite headers? configure:8038: WARNING: poll.h: see the Autoconf documentation configure:8040: WARNING: poll.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: poll.h: proceeding with the preprocessor's result configure:8044: WARNING: poll.h: in the future, the compiler will take precedence configure:8056: checking for poll.h configure:8063: result: yes configure:7940: checking pwd.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_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:7981: result: no configure:7985: checking pwd.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: pwd.h: present but cannot be compiled configure:8036: WARNING: pwd.h: check for missing prerequisite headers? configure:8038: WARNING: pwd.h: see the Autoconf documentation configure:8040: WARNING: pwd.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: pwd.h: proceeding with the preprocessor's result configure:8044: WARNING: pwd.h: in the future, the compiler will take precedence configure:8056: checking for pwd.h configure:8063: result: yes configure:7940: checking sys/ipc.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_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:7981: result: no configure:7985: checking sys/ipc.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: sys/ipc.h: present but cannot be compiled configure:8036: WARNING: sys/ipc.h: check for missing prerequisite headers? configure:8038: WARNING: sys/ipc.h: see the Autoconf documentation configure:8040: WARNING: sys/ipc.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: sys/ipc.h: proceeding with the preprocessor's result configure:8044: WARNING: sys/ipc.h: in the future, the compiler will take precedence configure:8056: checking for sys/ipc.h configure:8063: result: yes configure:7940: checking sys/poll.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_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:7981: result: no configure:7985: checking sys/poll.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: sys/poll.h: present but cannot be compiled configure:8036: WARNING: sys/poll.h: check for missing prerequisite headers? configure:8038: WARNING: sys/poll.h: see the Autoconf documentation configure:8040: WARNING: sys/poll.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: sys/poll.h: proceeding with the preprocessor's result configure:8044: WARNING: sys/poll.h: in the future, the compiler will take precedence configure:8056: checking for sys/poll.h configure:8063: result: yes configure:7940: checking sys/pstat.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:60:23: sys/pstat.h: No such file or directory configure:7958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_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:7981: result: no configure:7985: checking sys/pstat.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c conftest.c:26:23: sys/pstat.h: No such file or directory configure:8001: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #include configure:8021: result: no configure:8056: checking for sys/pstat.h configure:8063: result: no configure:7940: checking sys/select.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_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:7981: result: no configure:7985: checking sys/select.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: sys/select.h: present but cannot be compiled configure:8036: WARNING: sys/select.h: check for missing prerequisite headers? configure:8038: WARNING: sys/select.h: see the Autoconf documentation configure:8040: WARNING: sys/select.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: sys/select.h: proceeding with the preprocessor's result configure:8044: WARNING: sys/select.h: in the future, the compiler will take precedence configure:8056: checking for sys/select.h configure:8063: result: yes configure:7940: checking sys/sem.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_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:7981: result: no configure:7985: checking sys/sem.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: sys/sem.h: present but cannot be compiled configure:8036: WARNING: sys/sem.h: check for missing prerequisite headers? configure:8038: WARNING: sys/sem.h: see the Autoconf documentation configure:8040: WARNING: sys/sem.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: sys/sem.h: proceeding with the preprocessor's result configure:8044: WARNING: sys/sem.h: in the future, the compiler will take precedence configure:8056: checking for sys/sem.h configure:8063: result: yes configure:7940: checking sys/socket.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_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:7981: result: no configure:7985: checking sys/socket.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: sys/socket.h: present but cannot be compiled configure:8036: WARNING: sys/socket.h: check for missing prerequisite headers? configure:8038: WARNING: sys/socket.h: see the Autoconf documentation configure:8040: WARNING: sys/socket.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: sys/socket.h: proceeding with the preprocessor's result configure:8044: WARNING: sys/socket.h: in the future, the compiler will take precedence configure:8056: checking for sys/socket.h configure:8063: result: yes configure:7940: checking sys/shm.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_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:7981: result: no configure:7985: checking sys/shm.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: sys/shm.h: present but cannot be compiled configure:8036: WARNING: sys/shm.h: check for missing prerequisite headers? configure:8038: WARNING: sys/shm.h: see the Autoconf documentation configure:8040: WARNING: sys/shm.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: sys/shm.h: proceeding with the preprocessor's result configure:8044: WARNING: sys/shm.h: in the future, the compiler will take precedence configure:8056: checking for sys/shm.h configure:8063: result: yes configure:7940: checking sys/time.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_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:7981: result: no configure:7985: checking sys/time.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: sys/time.h: present but cannot be compiled configure:8036: WARNING: sys/time.h: check for missing prerequisite headers? configure:8038: WARNING: sys/time.h: see the Autoconf documentation configure:8040: WARNING: sys/time.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: sys/time.h: proceeding with the preprocessor's result configure:8044: WARNING: sys/time.h: in the future, the compiler will take precedence configure:8056: checking for sys/time.h configure:8063: result: yes configure:7940: checking sys/un.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_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:7981: result: no configure:7985: checking sys/un.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: sys/un.h: present but cannot be compiled configure:8036: WARNING: sys/un.h: check for missing prerequisite headers? configure:8038: WARNING: sys/un.h: see the Autoconf documentation configure:8040: WARNING: sys/un.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: sys/un.h: proceeding with the preprocessor's result configure:8044: WARNING: sys/un.h: in the future, the compiler will take precedence configure:8056: checking for sys/un.h configure:8063: result: yes configure:7940: checking termios.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_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:7981: result: no configure:7985: checking termios.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: termios.h: present but cannot be compiled configure:8036: WARNING: termios.h: check for missing prerequisite headers? configure:8038: WARNING: termios.h: see the Autoconf documentation configure:8040: WARNING: termios.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: termios.h: proceeding with the preprocessor's result configure:8044: WARNING: termios.h: in the future, the compiler will take precedence configure:8056: checking for termios.h configure:8063: result: yes configure:7940: checking utime.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_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:7981: result: no configure:7985: checking utime.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: utime.h: present but cannot be compiled configure:8036: WARNING: utime.h: check for missing prerequisite headers? configure:8038: WARNING: utime.h: see the Autoconf documentation configure:8040: WARNING: utime.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: utime.h: proceeding with the preprocessor's result configure:8044: WARNING: utime.h: in the future, the compiler will take precedence configure:8056: checking for utime.h configure:8063: result: yes configure:7940: checking wchar.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_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:7981: result: no configure:7985: checking wchar.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: wchar.h: present but cannot be compiled configure:8036: WARNING: wchar.h: check for missing prerequisite headers? configure:8038: WARNING: wchar.h: see the Autoconf documentation configure:8040: WARNING: wchar.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: wchar.h: proceeding with the preprocessor's result configure:8044: WARNING: wchar.h: in the future, the compiler will take precedence configure:8056: checking for wchar.h configure:8063: result: yes configure:7940: checking wctype.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7958: $? = 0 configure:7962: test -z || test ! -s conftest.err configure:7965: $? = 0 configure:7968: test -s conftest. configure:7971: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_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:7981: result: no configure:7985: checking wctype.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c configure:8001: $? = 0 configure:8021: result: yes configure:8034: WARNING: wctype.h: present but cannot be compiled configure:8036: WARNING: wctype.h: check for missing prerequisite headers? configure:8038: WARNING: wctype.h: see the Autoconf documentation configure:8040: WARNING: wctype.h: section "Present But Cannot Be Compiled" configure:8042: WARNING: wctype.h: proceeding with the preprocessor's result configure:8044: WARNING: wctype.h: in the future, the compiler will take precedence configure:8056: checking for wctype.h configure:8063: result: yes configure:7940: checking kernel/OS.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:70:23: kernel/OS.h: No such file or directory configure:7958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_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:7981: result: no configure:7985: checking kernel/OS.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c conftest.c:36:23: kernel/OS.h: No such file or directory configure:8001: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include configure:8021: result: no configure:8056: checking for kernel/OS.h configure:8063: result: no configure:7940: checking kernel/image.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:70:26: kernel/image.h: No such file or directory configure:7958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_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:7981: result: no configure:7985: checking kernel/image.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c conftest.c:36:26: kernel/image.h: No such file or directory configure:8001: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include configure:8021: result: no configure:8056: checking for kernel/image.h configure:8063: result: no configure:7940: checking SupportDefs.h usability configure:7952: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:70:25: SupportDefs.h: No such file or directory configure:7958: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_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:7981: result: no configure:7985: checking SupportDefs.h presence configure:7995: cc -E -D_GNU_SOURCE conftest.c conftest.c:36:25: SupportDefs.h: No such file or directory configure:8001: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | #include configure:8021: result: no configure:8056: checking for SupportDefs.h configure:8063: result: no configure:8093: checking netinet/in.h usability configure:8105: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:8111: $? = 0 configure:8115: test -z || test ! -s conftest.err configure:8118: $? = 0 configure:8121: test -s conftest. configure:8124: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_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:8134: result: no configure:8138: checking netinet/in.h presence configure:8148: cc -E -D_GNU_SOURCE conftest.c configure:8154: $? = 0 configure:8174: result: yes configure:8187: WARNING: netinet/in.h: present but cannot be compiled configure:8189: WARNING: netinet/in.h: check for missing prerequisite headers? configure:8191: WARNING: netinet/in.h: see the Autoconf documentation configure:8193: WARNING: netinet/in.h: section "Present But Cannot Be Compiled" configure:8195: WARNING: netinet/in.h: proceeding with the preprocessor's result configure:8197: WARNING: netinet/in.h: in the future, the compiler will take precedence configure:8209: checking for netinet/in.h configure:8216: result: yes configure:8233: checking for netinet/tcp.h configure:8253: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:8259: $? = 0 configure:8263: test -z || test ! -s conftest.err configure:8266: $? = 0 configure:8269: test -s conftest. configure:8272: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_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 | #ifdef HAVE_NETINET_IN_H | #include | #endif | | | #include configure:8283: result: no configure:8310: checking readline/readline.h usability configure:8322: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:8328: $? = 0 configure:8332: test -z || test ! -s conftest.err configure:8335: $? = 0 configure:8338: test -s conftest. configure:8341: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_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:8351: result: no configure:8355: checking readline/readline.h presence configure:8365: cc -E -D_GNU_SOURCE conftest.c configure:8371: $? = 0 configure:8391: result: yes configure:8404: WARNING: readline/readline.h: present but cannot be compiled configure:8406: WARNING: readline/readline.h: check for missing prerequisite headers? configure:8408: WARNING: readline/readline.h: see the Autoconf documentation configure:8410: WARNING: readline/readline.h: section "Present But Cannot Be Compiled" configure:8412: WARNING: readline/readline.h: proceeding with the preprocessor's result configure:8414: WARNING: readline/readline.h: in the future, the compiler will take precedence configure:8426: checking for readline/readline.h configure:8433: result: yes configure:8621: checking readline/history.h usability configure:8633: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:8639: $? = 0 configure:8643: test -z || test ! -s conftest.err configure:8646: $? = 0 configure:8649: test -s conftest. configure:8652: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_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:8662: result: no configure:8666: checking readline/history.h presence configure:8676: cc -E -D_GNU_SOURCE conftest.c configure:8682: $? = 0 configure:8702: result: yes configure:8715: WARNING: readline/history.h: present but cannot be compiled configure:8717: WARNING: readline/history.h: check for missing prerequisite headers? configure:8719: WARNING: readline/history.h: see the Autoconf documentation configure:8721: WARNING: readline/history.h: section "Present But Cannot Be Compiled" configure:8723: WARNING: readline/history.h: proceeding with the preprocessor's result configure:8725: WARNING: readline/history.h: in the future, the compiler will take precedence configure:8737: checking for readline/history.h configure:8744: result: yes configure:9862: checking zlib.h usability configure:9874: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:9880: $? = 0 configure:9884: test -z || test ! -s conftest.err configure:9887: $? = 0 configure:9890: test -s conftest. configure:9893: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_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:9903: result: no configure:9907: checking zlib.h presence configure:9917: cc -E -D_GNU_SOURCE conftest.c configure:9923: $? = 0 configure:9943: result: yes configure:9956: WARNING: zlib.h: present but cannot be compiled configure:9958: WARNING: zlib.h: check for missing prerequisite headers? configure:9960: WARNING: zlib.h: see the Autoconf documentation configure:9962: WARNING: zlib.h: section "Present But Cannot Be Compiled" configure:9964: WARNING: zlib.h: proceeding with the preprocessor's result configure:9966: WARNING: zlib.h: in the future, the compiler will take precedence configure:9978: checking for zlib.h configure:9985: result: yes configure:10912: checking for an ANSI C-conforming const configure:10979: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:10985: $? = 0 configure:10989: test -z || test ! -s conftest.err configure:10992: $? = 0 configure:10995: test -s conftest. configure:10998: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | /* end confdefs.h. */ | | int | main () | { | /* FIXME: Include the comments suggested by Paul. */ | #ifndef __cplusplus | /* Ultrix mips cc rejects this. */ | typedef int charset[2]; | const charset x; | /* SunOS 4.1.1 cc rejects this. */ | char const *const *ccp; | char **p; | /* NEC SVR4.0.2 mips cc rejects this. */ | struct point {int x, y;}; | static struct point const zero = {0,0}; | /* AIX XL C 1.02.0.0 rejects this. | It does not let you subtract one const X* pointer from another in | an arm of an if-expression whose if-part is not a constant | expression */ | const char *g = "string"; | ccp = &g + (g ? g-g : 0); | /* HPUX 7.0 cc rejects these. */ | ++ccp; | p = (char**) ccp; | ccp = (char const *const *) p; | { /* SCO 3.2v4 cc rejects this. */ | char *t; | char const *s = 0 ? (char *) 0 : (char const *) 0; | | *t++ = 0; | } | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | int x[] = {25, 17}; | const int *foo = &x[0]; | ++foo; | } | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | typedef const int *iptr; | iptr p = 0; | ++p; | } | { /* AIX XL C 1.02.0.0 rejects this saying | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | struct s { int j; const int *ap[3]; }; | struct s *b; b->j = 5; | } | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | const int foo = 10; | } | #endif | | ; | return 0; | } configure:11009: result: no configure:11020: checking for inline configure:11041: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11047: $? = 0 configure:11051: test -z || test ! -s conftest.err configure:11054: $? = 0 configure:11057: test -s conftest. configure:11060: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static inline foo_t static_foo () {return 0; } | inline int foo () {return 0; } | #endif | configure:11041: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11047: $? = 0 configure:11051: test -z || test ! -s conftest.err configure:11054: $? = 0 configure:11057: test -s conftest. configure:11060: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline__ foo_t static_foo () {return 0; } | __inline__ int foo () {return 0; } | #endif | configure:11041: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11047: $? = 0 configure:11051: test -z || test ! -s conftest.err configure:11054: $? = 0 configure:11057: test -s conftest. configure:11060: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline foo_t static_foo () {return 0; } | __inline int foo () {return 0; } | #endif | configure:11072: result: no configure:11087: checking for preprocessor stringizing operator configure:11111: result: yes configure:11121: checking for signed types configure:11142: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11148: $? = 0 configure:11152: test -z || test ! -s conftest.err configure:11155: $? = 0 configure:11158: test -s conftest. configure:11161: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | /* end confdefs.h. */ | | int | main () | { | signed char c; signed short s; signed int i; | ; | return 0; | } configure:11172: result: no configure:11181: checking for working volatile configure:11204: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11210: $? = 0 configure:11214: test -z || test ! -s conftest.err configure:11217: $? = 0 configure:11220: test -s conftest. configure:11223: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | /* end confdefs.h. */ | | int | main () | { | | volatile int x; | int * volatile y; | ; | return 0; | } configure:11234: result: no configure:11244: checking for __func__ configure:11265: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11271: $? = 0 configure:11275: test -z || test ! -s conftest.err configure:11278: $? = 0 configure:11281: test -s conftest. configure:11284: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | /* end confdefs.h. */ | #include | int | main () | { | printf("%s\n", __func__); | ; | return 0; | } configure:11295: result: no configure:11304: checking for __FUNCTION__ configure:11325: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11331: $? = 0 configure:11335: test -z || test ! -s conftest.err configure:11338: $? = 0 configure:11341: test -s conftest. configure:11344: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | /* end confdefs.h. */ | #include | int | main () | { | printf("%s\n", __FUNCTION__); | ; | return 0; | } configure:11355: result: no configure:11365: checking whether struct tm is in sys/time.h or time.h configure:11388: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11394: $? = 0 configure:11398: test -z || test ! -s conftest.err configure:11401: $? = 0 configure:11404: test -s conftest. configure:11407: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | /* end confdefs.h. */ | #include | #include | | int | main () | { | struct tm *tp; tp->tm_sec; | ; | return 0; | } configure:11418: result: sys/time.h configure:11428: checking for struct tm.tm_zone configure:11454: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11460: $? = 0 configure:11464: test -z || test ! -s conftest.err configure:11467: $? = 0 configure:11470: test -s conftest. configure:11473: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct tm ac_aggr; | if (ac_aggr.tm_zone) | return 0; | ; | return 0; | } configure:11501: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11507: $? = 0 configure:11511: test -z || test ! -s conftest.err configure:11514: $? = 0 configure:11517: test -s conftest. configure:11520: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct tm ac_aggr; | if (sizeof ac_aggr.tm_zone) | return 0; | ; | return 0; | } configure:11533: result: no configure:11551: checking for tzname configure:11576: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib conftest.c -lz -lreadline -lresolv -ldl -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:11582: $? = 0 configure:11586: test -z || test ! -s conftest.err configure:11589: $? = 0 configure:11592: test -s conftest configure:11595: $? = 0 configure:11607: result: yes configure:11617: checking for union semun configure:11644: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11650: $? = 0 configure:11654: test -z || test ! -s conftest.err configure:11657: $? = 0 configure:11660: test -s conftest. configure:11663: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((union semun *) 0) | return 0; | if (sizeof (union semun)) | return 0; | ; | return 0; | } configure:11674: result: no configure:11685: checking for struct sockaddr_un configure:11714: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11720: $? = 0 configure:11724: test -z || test ! -s conftest.err configure:11727: $? = 0 configure:11730: test -s conftest. configure:11733: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_UN_H | #include | #endif | | | int | main () | { | if ((struct sockaddr_un *) 0) | return 0; | if (sizeof (struct sockaddr_un)) | return 0; | ; | return 0; | } configure:11744: result: no configure:11759: checking for struct sockaddr_storage configure:11788: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11794: $? = 0 configure:11798: test -z || test ! -s conftest.err configure:11801: $? = 0 configure:11804: test -s conftest. configure:11807: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | if ((struct sockaddr_storage *) 0) | return 0; | if (sizeof (struct sockaddr_storage)) | return 0; | ; | return 0; | } configure:11818: result: no configure:11829: checking for struct sockaddr_storage.ss_family configure:11857: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11863: $? = 0 configure:11867: test -z || test ! -s conftest.err configure:11870: $? = 0 configure:11873: test -s conftest. configure:11876: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (ac_aggr.ss_family) | return 0; | ; | return 0; | } configure:11906: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11912: $? = 0 configure:11916: test -z || test ! -s conftest.err configure:11919: $? = 0 configure:11922: test -s conftest. configure:11925: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (sizeof ac_aggr.ss_family) | return 0; | ; | return 0; | } configure:11938: result: no configure:11948: checking for struct sockaddr_storage.__ss_family configure:11976: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c: In function `main': conftest.c:56: error: structure has no member named `__ss_family' configure:11982: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (ac_aggr.__ss_family) | return 0; | ; | return 0; | } configure:12025: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c: In function `main': conftest.c:56: error: structure has no member named `__ss_family' configure:12031: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (sizeof ac_aggr.__ss_family) | return 0; | ; | return 0; | } configure:12057: result: no configure:12067: checking for struct sockaddr_storage.ss_len configure:12095: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:12101: $? = 0 configure:12105: test -z || test ! -s conftest.err configure:12108: $? = 0 configure:12111: test -s conftest. configure:12114: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (ac_aggr.ss_len) | return 0; | ; | return 0; | } configure:12144: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:12150: $? = 0 configure:12154: test -z || test ! -s conftest.err configure:12157: $? = 0 configure:12160: test -s conftest. configure:12163: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (sizeof ac_aggr.ss_len) | return 0; | ; | return 0; | } configure:12176: result: no configure:12186: checking for struct sockaddr_storage.__ss_len configure:12214: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c: In function `main': conftest.c:56: error: structure has no member named `__ss_len' configure:12220: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (ac_aggr.__ss_len) | return 0; | ; | return 0; | } configure:12263: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c: In function `main': conftest.c:56: error: structure has no member named `__ss_len' configure:12269: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr_storage ac_aggr; | if (sizeof ac_aggr.__ss_len) | return 0; | ; | return 0; | } configure:12295: result: no configure:12305: checking for struct sockaddr.sa_len configure:12333: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:12339: $? = 0 configure:12343: test -z || test ! -s conftest.err configure:12346: $? = 0 configure:12349: test -s conftest. configure:12352: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr ac_aggr; | if (ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:12382: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:12388: $? = 0 configure:12392: test -z || test ! -s conftest.err configure:12395: $? = 0 configure:12398: test -s conftest. configure:12401: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | | | int | main () | { | static struct sockaddr ac_aggr; | if (sizeof ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:12414: result: no configure:12425: checking for struct addrinfo configure:12453: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:12459: $? = 0 configure:12463: test -z || test ! -s conftest.err configure:12466: $? = 0 configure:12469: test -s conftest. configure:12472: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #include | #include | | | int | main () | { | if ((struct addrinfo *) 0) | return 0; | if (sizeof (struct addrinfo)) | return 0; | ; | return 0; | } configure:12483: result: no configure:12495: checking for struct cmsgcred configure:12523: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c: In function `main': conftest.c:56: error: invalid application of `sizeof' to an incomplete type configure:12529: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | if ((struct cmsgcred *) 0) | return 0; | if (sizeof (struct cmsgcred)) | return 0; | ; | return 0; | } configure:12553: result: no configure:12563: checking for struct fcred configure:12591: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c: In function `main': conftest.c:56: error: invalid application of `sizeof' to an incomplete type configure:12597: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | if ((struct fcred *) 0) | return 0; | if (sizeof (struct fcred)) | return 0; | ; | return 0; | } configure:12621: result: no configure:12631: checking for struct sockcred configure:12659: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c: In function `main': conftest.c:56: error: invalid application of `sizeof' to an incomplete type configure:12665: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | if ((struct sockcred *) 0) | return 0; | if (sizeof (struct sockcred)) | return 0; | ; | return 0; | } configure:12689: result: no configure:12701: checking for struct option configure:12728: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:12734: $? = 0 configure:12738: test -z || test ! -s conftest.err configure:12741: $? = 0 configure:12744: test -s conftest. configure:12747: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #ifdef HAVE_GETOPT_H | #include | #endif | | int | main () | { | if ((struct option *) 0) | return 0; | if (sizeof (struct option)) | return 0; | ; | return 0; | } configure:12758: result: no configure:12774: checking for z_streamp configure:12799: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:12805: $? = 0 configure:12809: test -z || test ! -s conftest.err configure:12812: $? = 0 configure:12815: test -s conftest. configure:12818: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.1.10" | #define PACKAGE_STRING "PostgreSQL 8.1.10" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.1.10" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SEM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define const | #define inline | #define HAVE_STRINGIZE 1 | #define signed | #define volatile | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include | | int | main () | { | if ((z_streamp *) 0) | return 0; | if (sizeof (z_streamp)) | return 0; | ; | return 0; | } configure:12829: result: no configure:12835: error: zlib version is too old Use --without-zlib to disable zlib support. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_c_inline=no ac_cv_c_stringize=yes ac_cv_c_volatile=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_DOCBOOKSTYLE_set= ac_cv_env_DOCBOOKSTYLE_value= ac_cv_env_LDFLAGS_SL_set= ac_cv_env_LDFLAGS_SL_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' -rpath=/usr/lib:/usr/local/lib' 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_header_SupportDefs_h=no ac_cv_header_crypt_h=no ac_cv_header_dld_h=no ac_cv_header_endian_h=no ac_cv_header_fp_class_h=no ac_cv_header_getopt_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=no ac_cv_header_kernel_OS_h=no ac_cv_header_kernel_image_h=no ac_cv_header_langinfo_h=yes ac_cv_header_memory_h=no ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_tcp_h=no ac_cv_header_poll_h=yes ac_cv_header_pwd_h=yes ac_cv_header_readline_history_h=yes ac_cv_header_readline_readline_h=yes ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_pstat_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_sem_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_sys_un_h=yes ac_cv_header_termios_h=yes ac_cv_header_unistd_h=no ac_cv_header_utime_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_header_zlib_h=yes ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_BSD_main=no ac_cv_lib_IPC_main=no ac_cv_lib_PW_main=no ac_cv_lib_bsd_main=no ac_cv_lib_compat_main=no ac_cv_lib_cygipc_shmget=no ac_cv_lib_dl_main=yes ac_cv_lib_dld_main=no ac_cv_lib_gen_main=no ac_cv_lib_ipc_main=no ac_cv_lib_lc_main=no ac_cv_lib_ld_main=no ac_cv_lib_m_main=yes ac_cv_lib_nsl_main=no ac_cv_lib_resolv_main=yes ac_cv_lib_socket_main=no ac_cv_lib_unix_main=no ac_cv_lib_util_setproctitle=no ac_cv_lib_z_inflate=yes ac_cv_member_struct_sockaddr_sa_len=no ac_cv_member_struct_sockaddr_storage___ss_family=no ac_cv_member_struct_sockaddr_storage___ss_len=no ac_cv_member_struct_sockaddr_storage_ss_family=no ac_cv_member_struct_sockaddr_storage_ss_len=no ac_cv_member_struct_tm_tm_zone=no ac_cv_objext= ac_cv_path_LD=/usr/bin/ld ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_TAR=/usr/local/bin/tar ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_LORDER=lorder ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_gnu_ld=no ac_cv_search_crypt='none required' ac_cv_search_fdatasync=no ac_cv_search_getopt_long='none required' ac_cv_struct_tm=sys/time.h ac_cv_type_struct_addrinfo=no ac_cv_type_struct_cmsgcred=no ac_cv_type_struct_fcred=no ac_cv_type_struct_option=no ac_cv_type_struct_sockaddr_storage=no ac_cv_type_struct_sockaddr_un=no ac_cv_type_struct_sockcred=no ac_cv_type_union_semun=no ac_cv_type_z_streamp=no ac_cv_var_tzname=yes lt_cv_sys_max_cmd_len= pgac_cv_c_signed=no pgac_cv_check_readline=-lreadline pgac_cv_funcname_func_support=no pgac_cv_funcname_function_support=no pgac_cv_path_flex=/usr/bin/flex ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='gawk' CC='cc' CFLAGS='-fno-common' COLLATEINDEX='' CPP='cc -E' CPPFLAGS='-D_GNU_SOURCE ' DEFS='' DOCBOOKSTYLE='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ELF_SYS='' EXEEXT='' FLEX='/usr/bin/flex' FLEXFLAGS='' GCC='' HAVE_IPV6='' HAVE_POSIX_SIGNALS='' INCLUDES='' JADE='' LD='/usr/bin/ld' LDFLAGS=' -rpath=/usr/lib:/usr/local/lib ' LDFLAGS_SL='' LIBOBJS='' LIBS='-lz -lreadline -lresolv -ldl -lm ' LN_S='ln -s' LORDER='lorder' LTLIBOBJS='' MSGFMT='' MSGMERGE='' NSGMLS='' OBJEXT='' PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' PACKAGE_NAME='PostgreSQL' PACKAGE_STRING='PostgreSQL 8.1.10' PACKAGE_TARNAME='postgresql' PACKAGE_VERSION='8.1.10' PATH_SEPARATOR=':' PERL='/usr/local/bin/perl' PORTNAME='linux' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_LIBS='-pthread' PYTHON='' RANLIB='ranlib' SGMLSPL='' SHELL='/bin/sh' STRIP='strip' STRIP_SHARED_LIB=':' STRIP_STATIC_LIB=':' TAR='/usr/local/bin/tar' TAS='' TCLSH='' TCL_CONFIG_SH='' TCL_INCLUDE_SPEC='' TCL_LIBS='' TCL_LIB_FILE='' TCL_LIB_SPEC='' TCL_SHARED_BUILD='' TCL_SHLIB_LD_LIBS='' WANTED_LANGUAGES='' XGETTEXT='' YACC='bison -y' YFLAGS='' ac_ct_CC='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' acx_pthread_config='' autodepend='' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' configure_args=''--with-libraries=/usr/local/lib' '--with-includes=/usr/local/include' '--with-docdir=/usr/local/share/doc/postgresql' '--with-openssl' '--enable-nls' '--prefix=/usr/local' 'i386-unknown-gnu' 'CC=cc' 'CFLAGS=-fno-common' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'build_alias=i386-unknown-gnu' 'host_alias=i386-unknown-gnu' 'target_alias=i386-unknown-gnu'' datadir='${prefix}/share' default_port='5432' docdir='${prefix}/doc' enable_debug='no' enable_nls='no' enable_rpath='yes' enable_shared='yes' enable_thread_safety='no' exec_prefix='NONE' have_docbook='' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' krb_srvtab='' ld_R_works='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' perl_archlibexp='' perl_embed_ldflags='' perl_privlibexp='' perl_useshrplib='' prefix='' program_transform_name='s,x,x,' python_additional_libs='' python_configdir='' python_includespec='' python_libdir='' python_libspec='' python_version='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' vpath_build='' with_bonjour='no' with_gnu_ld='no' with_krb5='no' with_openssl='no' with_pam='no' with_perl='no' with_python='no' with_tcl='no' with_zlib='yes' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" #define HAVE_GETOPT_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_LIBDL 1 #define HAVE_LIBM 1 #define HAVE_LIBREADLINE 1 #define HAVE_LIBRESOLV 1 #define HAVE_LIBZ 1 #define HAVE_NETINET_IN_H 1 #define HAVE_POLL_H 1 #define HAVE_PWD_H 1 #define HAVE_READLINE_HISTORY_H 1 #define HAVE_READLINE_READLINE_H 1 #define HAVE_SPINLOCKS 1 #define HAVE_STRINGIZE 1 #define HAVE_SYS_IPC_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SEM_H 1 #define HAVE_SYS_SHM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TZNAME 1 #define HAVE_UTIME_H 1 #define HAVE_WCHAR_H 1 #define HAVE_WCTYPE_H 1 #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" #define PACKAGE_NAME "PostgreSQL" #define PACKAGE_STRING "PostgreSQL 8.1.10" #define PACKAGE_TARNAME "postgresql" #define PACKAGE_VERSION "8.1.10" #define PG_KRB_SRVNAM "postgres" #define PG_VERSION "8.1.10" #define PG_VERSION_STR "PostgreSQL 8.1.10 on i386-unknown-gnu, compiled by cc" #define TM_IN_SYS_TIME 1 #define const #define inline #define signed #define volatile configure: exit 1