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.2.5, 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: 91 tasks, 146 threads, 4 processors Load average: 1.29, Mach factor: 2.70 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1408: checking build system type configure:1426: result: i386-unknown-gnu configure:1434: checking host system type configure:1448: result: i386-unknown-gnu configure:1458: checking which template to use configure:1558: result: linux configure:1700: checking whether to build with 64-bit integer date/time support configure:1732: result: no configure:1739: checking whether NLS is wanted configure:1774: result: no configure:1782: checking for default port number configure:1812: result: 5432 configure:2081: checking for i386-unknown-gnu-gcc configure:2107: result: cc configure:2170: checking for C compiler version configure:2173: 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:2176: $? = 0 configure:2178: 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:2181: $? = 0 configure:2183: cc -V &5 cc: `-V' option must have argument configure:2186: $? = 1 configure:2209: checking for C compiler default output file name configure:2212: cc -fno-common -I/usr/local/include -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:2215: $? = 0 configure:2261: result: a.out configure:2266: checking whether the C compiler works configure:2272: ./a.out configure:2275: $? = 0 configure:2292: result: yes configure:2299: checking whether we are cross compiling configure:2301: result: no configure:2304: checking for suffix of executables configure:2306: cc -o conftest -fno-common -I/usr/local/include -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:2309: $? = 0 configure:2334: result: configure:2340: checking for suffix of object files configure:2361: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2364: $? = 0 configure:2386: result: configure:2390: checking whether we are using the GNU C compiler configure:2414: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2420: $? = 0 configure:2424: test -z || test ! -s conftest.err configure:2427: $? = 0 configure:2430: test -s conftest. configure:2433: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2446: result: no configure:2452: checking whether cc accepts -g configure:2473: cc -c -g -I/usr/local/include conftest.c >&5 configure:2479: $? = 0 configure:2483: test -z || test ! -s conftest.err configure:2486: $? = 0 configure:2489: test -s conftest. configure:2492: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2503: result: no configure:2520: checking for cc option to accept ANSI C configure:2590: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2596: $? = 0 configure:2600: test -z || test ! -s conftest.err configure:2603: $? = 0 configure:2606: test -s conftest. configure:2609: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #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:2590: cc -qlanglvl=ansi -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2596: $? = 0 configure:2600: test -z || test ! -s conftest.err configure:2603: $? = 0 configure:2606: test -s conftest. configure:2609: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #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:2590: cc -std1 -c -fno-common -I/usr/local/include conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2596: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #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:2590: cc -Ae -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:2596: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #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:2590: cc -Aa -D_HPUX_SOURCE -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:2596: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #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:2590: cc -Xc -D__EXTENSIONS__ -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-Xc' configure:2596: $? = 0 configure:2600: test -z || test ! -s conftest.err configure:2603: $? = 0 configure:2606: test -s conftest. configure:2609: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #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:2627: result: none needed configure:2645: cc -c -fno-common -I/usr/local/include conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2651: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3151: using CFLAGS=-fno-common configure:3160: checking whether the C compiler still works configure:3178: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3184: $? = 0 configure:3188: test -z || test ! -s conftest.err configure:3191: $? = 0 configure:3194: test -s conftest configure:3197: $? = 0 configure:3199: result: yes configure:3272: checking how to run the C preprocessor configure:3307: cc -E -D_GNU_SOURCE conftest.c configure:3313: $? = 0 configure:3345: cc -E -D_GNU_SOURCE conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3351: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* end confdefs.h. */ | #include configure:3390: result: cc -E configure:3414: cc -E -D_GNU_SOURCE conftest.c configure:3420: $? = 0 configure:3452: cc -E -D_GNU_SOURCE conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3458: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* end confdefs.h. */ | #include configure:3635: checking allow thread-safe client libraries configure:3698: result: no configure:3705: checking whether to build with Tcl configure:3734: result: no configure:3771: checking whether to build Perl modules configure:3800: result: no configure:3807: checking whether to build Python modules configure:3836: result: no configure:3843: checking whether to build with Kerberos 5 support configure:3879: result: no configure:3928: checking whether to build with PAM support configure:3961: result: no configure:3969: checking whether to build with LDAP support configure:4002: result: no configure:4010: checking whether to build with Bonjour support configure:4043: result: no configure:4051: checking whether to build with OpenSSL support configure:4084: result: no configure:4207: checking for egrep configure:4217: result: grep -E configure:4254: using CPPFLAGS=-D_GNU_SOURCE configure:4256: using LDFLAGS= -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib configure:4265: checking for gawk configure:4281: found /usr/local/bin/gawk configure:4291: result: gawk configure:4301: checking for flex configure:4340: result: /usr/bin/flex configure:4375: checking whether ln -s works configure:4379: result: yes configure:4430: checking for non-GNU ld configure:4460: result: /usr/bin/ld configure:4469: checking if the linker (/usr/bin/ld) is GNU ld configure:4481: result: no configure:4553: checking for i386-unknown-gnu-ranlib configure:4582: result: no configure:4591: checking for ranlib configure:4607: found /usr/bin/ranlib configure:4618: result: ranlib configure:4632: checking for tar configure:4650: found /usr/local/bin/tar configure:4662: result: /usr/local/bin/tar configure:4673: checking for i386-unknown-gnu-strip configure:4702: result: no configure:4711: checking for strip configure:4727: found /usr/bin/strip configure:4738: result: strip configure:4751: checking whether it is possible to strip libraries configure:4761: result: no configure:4773: checking for bison configure:4789: found /usr/local/bin/bison configure:4799: result: bison -y configure:4814: WARNING: *** The installed version of Bison is too old to use with PostgreSQL. *** Bison version 1.875 or later is required. configure:4830: WARNING: *** Without Bison you will not be able to build PostgreSQL from CVS nor *** change any of the parser definition files. You can obtain Bison from *** a GNU mirror site. (If you are using the official distribution of *** PostgreSQL then you do not need to worry about this, because the Bison *** output is pre-generated.) To use a different yacc program (possible, *** but not recommended), set the environment variable YACC before running *** 'configure'. configure:4845: checking for perl configure:4863: found /usr/local/bin/perl configure:4875: result: /usr/local/bin/perl configure:5048: checking for main in -lm configure:5072: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5078: $? = 0 configure:5082: test -z || test ! -s conftest.err configure:5085: $? = 0 configure:5088: test -s conftest configure:5091: $? = 0 configure:5104: result: yes configure:5115: checking for library containing setproctitle configure:5145: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: Undefined symbols: _setproctitle configure:5151: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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 setproctitle (); | int | main () | { | setproctitle (); | ; | return 0; | } configure:5200: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lutil -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lutil configure:5206: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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 setproctitle (); | int | main () | { | setproctitle (); | ; | return 0; | } configure:5234: result: no configure:5241: checking for library containing dlopen configure:5271: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5277: $? = 0 configure:5281: test -z || test ! -s conftest.err configure:5284: $? = 0 configure:5287: test -s conftest configure:5290: $? = 0 configure:5360: result: none required configure:5367: checking for library containing socket configure:5397: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5403: $? = 0 configure:5407: test -z || test ! -s conftest.err configure:5410: $? = 0 configure:5413: test -s conftest configure:5416: $? = 0 configure:5486: result: none required configure:5493: checking for library containing shl_load configure:5523: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: Undefined symbols: _shl_load configure:5529: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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 shl_load (); | int | main () | { | shl_load (); | ; | return 0; | } configure:5578: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -ldld -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -ldld configure:5584: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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 shl_load (); | int | main () | { | shl_load (); | ; | return 0; | } configure:5612: result: no configure:5750: checking for library containing getopt_long configure:5780: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5786: $? = 0 configure:5790: test -z || test ! -s conftest.err configure:5793: $? = 0 configure:5796: test -s conftest configure:5799: $? = 0 configure:5869: result: none required configure:5876: checking for library containing crypt configure:5906: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5912: $? = 0 configure:5916: test -z || test ! -s conftest.err configure:5919: $? = 0 configure:5922: test -s conftest configure:5925: $? = 0 configure:5995: result: none required configure:6003: checking for library containing fdatasync configure:6033: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: Undefined symbols: _fdatasync configure:6039: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:6088: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lrt -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lrt configure:6094: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:6088: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lposix4 -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lposix4 configure:6094: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:6122: result: no configure:6130: checking for library containing shmget configure:6160: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:6166: $? = 0 configure:6170: test -z || test ! -s conftest.err configure:6173: $? = 0 configure:6176: test -s conftest configure:6179: $? = 0 configure:6249: result: none required configure:6270: checking for -lreadline configure:6297: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lreadline -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:6303: $? = 0 configure:6307: test -z || test ! -s conftest.err configure:6310: $? = 0 configure:6313: test -s conftest configure:6316: $? = 0 configure:6341: result: yes (-lreadline) configure:6378: checking for inflate in -lz configure:6408: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lz -lreadline -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:6414: $? = 0 configure:6418: test -z || test ! -s conftest.err configure:6421: $? = 0 configure:6424: test -s conftest configure:6427: $? = 0 configure:6440: result: yes configure:7276: checking for ANSI C header files configure:7301: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7307: $? = 0 configure:7311: test -z || test ! -s conftest.err configure:7314: $? = 0 configure:7317: test -s conftest. configure:7320: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7429: result: no configure:7453: checking for sys/types.h configure:7469: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7475: $? = 0 configure:7479: test -z || test ! -s conftest.err configure:7482: $? = 0 configure:7485: test -s conftest. configure:7488: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7499: result: no configure:7453: checking for sys/stat.h configure:7469: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7475: $? = 0 configure:7479: test -z || test ! -s conftest.err configure:7482: $? = 0 configure:7485: test -s conftest. configure:7488: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7499: result: no configure:7453: checking for stdlib.h configure:7469: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7475: $? = 0 configure:7479: test -z || test ! -s conftest.err configure:7482: $? = 0 configure:7485: test -s conftest. configure:7488: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7499: result: no configure:7453: checking for string.h configure:7469: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7475: $? = 0 configure:7479: test -z || test ! -s conftest.err configure:7482: $? = 0 configure:7485: test -s conftest. configure:7488: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7499: result: no configure:7453: checking for memory.h configure:7469: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7475: $? = 0 configure:7479: test -z || test ! -s conftest.err configure:7482: $? = 0 configure:7485: test -s conftest. configure:7488: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7499: result: no configure:7453: checking for strings.h configure:7469: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7475: $? = 0 configure:7479: test -z || test ! -s conftest.err configure:7482: $? = 0 configure:7485: test -s conftest. configure:7488: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7499: result: no configure:7453: checking for inttypes.h configure:7469: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7475: $? = 0 configure:7479: test -z || test ! -s conftest.err configure:7482: $? = 0 configure:7485: test -s conftest. configure:7488: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7499: result: no configure:7453: checking for stdint.h configure:7469: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7475: $? = 0 configure:7479: test -z || test ! -s conftest.err configure:7482: $? = 0 configure:7485: test -s conftest. configure:7488: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7499: result: no configure:7453: checking for unistd.h configure:7469: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7475: $? = 0 configure:7479: test -z || test ! -s conftest.err configure:7482: $? = 0 configure:7485: test -s conftest. configure:7488: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7499: result: no configure:7550: checking crypt.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:53:19: crypt.h: No such file or directory configure:7568: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking crypt.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c conftest.c:19:19: crypt.h: No such file or directory configure:7611: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | /* end confdefs.h. */ | #include configure:7631: result: no configure:7666: checking for crypt.h configure:7673: result: no configure:7550: checking dld.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:53:17: dld.h: No such file or directory configure:7568: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking dld.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c conftest.c:19:17: dld.h: No such file or directory configure:7611: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | /* end confdefs.h. */ | #include configure:7631: result: no configure:7666: checking for dld.h configure:7673: result: no configure:7550: checking endian.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:53:20: endian.h: No such file or directory configure:7568: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking endian.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c conftest.c:19:20: endian.h: No such file or directory configure:7611: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | /* end confdefs.h. */ | #include configure:7631: result: no configure:7666: checking for endian.h configure:7673: result: no configure:7550: checking fp_class.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:53:22: fp_class.h: No such file or directory configure:7568: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking fp_class.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c conftest.c:19:22: fp_class.h: No such file or directory configure:7611: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | /* end confdefs.h. */ | #include configure:7631: result: no configure:7666: checking for fp_class.h configure:7673: result: no configure:7550: checking getopt.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking getopt.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: getopt.h: present but cannot be compiled configure:7646: WARNING: getopt.h: check for missing prerequisite headers? configure:7648: WARNING: getopt.h: see the Autoconf documentation configure:7650: WARNING: getopt.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: getopt.h: proceeding with the preprocessor's result configure:7654: WARNING: getopt.h: in the future, the compiler will take precedence configure:7666: checking for getopt.h configure:7673: result: yes configure:7550: checking ieeefp.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:54:20: ieeefp.h: No such file or directory configure:7568: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking ieeefp.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c conftest.c:20:20: ieeefp.h: No such file or directory configure:7611: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define HAVE_GETOPT_H 1 | /* end confdefs.h. */ | #include configure:7631: result: no configure:7666: checking for ieeefp.h configure:7673: result: no configure:7550: checking langinfo.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking langinfo.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: langinfo.h: present but cannot be compiled configure:7646: WARNING: langinfo.h: check for missing prerequisite headers? configure:7648: WARNING: langinfo.h: see the Autoconf documentation configure:7650: WARNING: langinfo.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: langinfo.h: proceeding with the preprocessor's result configure:7654: WARNING: langinfo.h: in the future, the compiler will take precedence configure:7666: checking for langinfo.h configure:7673: result: yes configure:7550: checking poll.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking poll.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: poll.h: present but cannot be compiled configure:7646: WARNING: poll.h: check for missing prerequisite headers? configure:7648: WARNING: poll.h: see the Autoconf documentation configure:7650: WARNING: poll.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: poll.h: proceeding with the preprocessor's result configure:7654: WARNING: poll.h: in the future, the compiler will take precedence configure:7666: checking for poll.h configure:7673: result: yes configure:7550: checking pwd.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking pwd.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: pwd.h: present but cannot be compiled configure:7646: WARNING: pwd.h: check for missing prerequisite headers? configure:7648: WARNING: pwd.h: see the Autoconf documentation configure:7650: WARNING: pwd.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: pwd.h: proceeding with the preprocessor's result configure:7654: WARNING: pwd.h: in the future, the compiler will take precedence configure:7666: checking for pwd.h configure:7673: result: yes configure:7550: checking sys/ipc.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking sys/ipc.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: sys/ipc.h: present but cannot be compiled configure:7646: WARNING: sys/ipc.h: check for missing prerequisite headers? configure:7648: WARNING: sys/ipc.h: see the Autoconf documentation configure:7650: WARNING: sys/ipc.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: sys/ipc.h: proceeding with the preprocessor's result configure:7654: WARNING: sys/ipc.h: in the future, the compiler will take precedence configure:7666: checking for sys/ipc.h configure:7673: result: yes configure:7550: checking sys/poll.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking sys/poll.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: sys/poll.h: present but cannot be compiled configure:7646: WARNING: sys/poll.h: check for missing prerequisite headers? configure:7648: WARNING: sys/poll.h: see the Autoconf documentation configure:7650: WARNING: sys/poll.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: sys/poll.h: proceeding with the preprocessor's result configure:7654: WARNING: sys/poll.h: in the future, the compiler will take precedence configure:7666: checking for sys/poll.h configure:7673: result: yes configure:7550: checking sys/pstat.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:59:23: sys/pstat.h: No such file or directory configure:7568: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking sys/pstat.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c conftest.c:25:23: sys/pstat.h: No such file or directory configure:7611: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7631: result: no configure:7666: checking for sys/pstat.h configure:7673: result: no configure:7550: checking sys/resource.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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:7591: result: no configure:7595: checking sys/resource.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: sys/resource.h: present but cannot be compiled configure:7646: WARNING: sys/resource.h: check for missing prerequisite headers? configure:7648: WARNING: sys/resource.h: see the Autoconf documentation configure:7650: WARNING: sys/resource.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: sys/resource.h: proceeding with the preprocessor's result configure:7654: WARNING: sys/resource.h: in the future, the compiler will take precedence configure:7666: checking for sys/resource.h configure:7673: result: yes configure:7550: checking sys/select.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking sys/select.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: sys/select.h: present but cannot be compiled configure:7646: WARNING: sys/select.h: check for missing prerequisite headers? configure:7648: WARNING: sys/select.h: see the Autoconf documentation configure:7650: WARNING: sys/select.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: sys/select.h: proceeding with the preprocessor's result configure:7654: WARNING: sys/select.h: in the future, the compiler will take precedence configure:7666: checking for sys/select.h configure:7673: result: yes configure:7550: checking sys/sem.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking sys/sem.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: sys/sem.h: present but cannot be compiled configure:7646: WARNING: sys/sem.h: check for missing prerequisite headers? configure:7648: WARNING: sys/sem.h: see the Autoconf documentation configure:7650: WARNING: sys/sem.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: sys/sem.h: proceeding with the preprocessor's result configure:7654: WARNING: sys/sem.h: in the future, the compiler will take precedence configure:7666: checking for sys/sem.h configure:7673: result: yes configure:7550: checking sys/socket.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking sys/socket.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: sys/socket.h: present but cannot be compiled configure:7646: WARNING: sys/socket.h: check for missing prerequisite headers? configure:7648: WARNING: sys/socket.h: see the Autoconf documentation configure:7650: WARNING: sys/socket.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: sys/socket.h: proceeding with the preprocessor's result configure:7654: WARNING: sys/socket.h: in the future, the compiler will take precedence configure:7666: checking for sys/socket.h configure:7673: result: yes configure:7550: checking sys/shm.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking sys/shm.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: sys/shm.h: present but cannot be compiled configure:7646: WARNING: sys/shm.h: check for missing prerequisite headers? configure:7648: WARNING: sys/shm.h: see the Autoconf documentation configure:7650: WARNING: sys/shm.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: sys/shm.h: proceeding with the preprocessor's result configure:7654: WARNING: sys/shm.h: in the future, the compiler will take precedence configure:7666: checking for sys/shm.h configure:7673: result: yes configure:7550: checking sys/time.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking sys/time.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: sys/time.h: present but cannot be compiled configure:7646: WARNING: sys/time.h: check for missing prerequisite headers? configure:7648: WARNING: sys/time.h: see the Autoconf documentation configure:7650: WARNING: sys/time.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: sys/time.h: proceeding with the preprocessor's result configure:7654: WARNING: sys/time.h: in the future, the compiler will take precedence configure:7666: checking for sys/time.h configure:7673: result: yes configure:7550: checking sys/un.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking sys/un.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: sys/un.h: present but cannot be compiled configure:7646: WARNING: sys/un.h: check for missing prerequisite headers? configure:7648: WARNING: sys/un.h: see the Autoconf documentation configure:7650: WARNING: sys/un.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: sys/un.h: proceeding with the preprocessor's result configure:7654: WARNING: sys/un.h: in the future, the compiler will take precedence configure:7666: checking for sys/un.h configure:7673: result: yes configure:7550: checking termios.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking termios.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: termios.h: present but cannot be compiled configure:7646: WARNING: termios.h: check for missing prerequisite headers? configure:7648: WARNING: termios.h: see the Autoconf documentation configure:7650: WARNING: termios.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: termios.h: proceeding with the preprocessor's result configure:7654: WARNING: termios.h: in the future, the compiler will take precedence configure:7666: checking for termios.h configure:7673: result: yes configure:7550: checking utime.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking utime.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: utime.h: present but cannot be compiled configure:7646: WARNING: utime.h: check for missing prerequisite headers? configure:7648: WARNING: utime.h: see the Autoconf documentation configure:7650: WARNING: utime.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: utime.h: proceeding with the preprocessor's result configure:7654: WARNING: utime.h: in the future, the compiler will take precedence configure:7666: checking for utime.h configure:7673: result: yes configure:7550: checking wchar.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking wchar.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: wchar.h: present but cannot be compiled configure:7646: WARNING: wchar.h: check for missing prerequisite headers? configure:7648: WARNING: wchar.h: see the Autoconf documentation configure:7650: WARNING: wchar.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: wchar.h: proceeding with the preprocessor's result configure:7654: WARNING: wchar.h: in the future, the compiler will take precedence configure:7666: checking for wchar.h configure:7673: result: yes configure:7550: checking wctype.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7568: $? = 0 configure:7572: test -z || test ! -s conftest.err configure:7575: $? = 0 configure:7578: test -s conftest. configure:7581: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking wctype.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c configure:7611: $? = 0 configure:7631: result: yes configure:7644: WARNING: wctype.h: present but cannot be compiled configure:7646: WARNING: wctype.h: check for missing prerequisite headers? configure:7648: WARNING: wctype.h: see the Autoconf documentation configure:7650: WARNING: wctype.h: section "Present But Cannot Be Compiled" configure:7652: WARNING: wctype.h: proceeding with the preprocessor's result configure:7654: WARNING: wctype.h: in the future, the compiler will take precedence configure:7666: checking for wctype.h configure:7673: result: yes configure:7550: checking kernel/OS.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:70:23: kernel/OS.h: No such file or directory configure:7568: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking kernel/OS.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c conftest.c:36:23: kernel/OS.h: No such file or directory configure:7611: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7631: result: no configure:7666: checking for kernel/OS.h configure:7673: result: no configure:7550: checking kernel/image.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:70:26: kernel/image.h: No such file or directory configure:7568: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking kernel/image.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c conftest.c:36:26: kernel/image.h: No such file or directory configure:7611: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7631: result: no configure:7666: checking for kernel/image.h configure:7673: result: no configure:7550: checking SupportDefs.h usability configure:7562: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 conftest.c:70:25: SupportDefs.h: No such file or directory configure:7568: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7591: result: no configure:7595: checking SupportDefs.h presence configure:7605: cc -E -D_GNU_SOURCE conftest.c conftest.c:36:25: SupportDefs.h: No such file or directory configure:7611: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7631: result: no configure:7666: checking for SupportDefs.h configure:7673: result: no configure:7703: checking netinet/in.h usability configure:7715: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7721: $? = 0 configure:7725: test -z || test ! -s conftest.err configure:7728: $? = 0 configure:7731: test -s conftest. configure:7734: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7744: result: no configure:7748: checking netinet/in.h presence configure:7758: cc -E -D_GNU_SOURCE conftest.c configure:7764: $? = 0 configure:7784: result: yes configure:7797: WARNING: netinet/in.h: present but cannot be compiled configure:7799: WARNING: netinet/in.h: check for missing prerequisite headers? configure:7801: WARNING: netinet/in.h: see the Autoconf documentation configure:7803: WARNING: netinet/in.h: section "Present But Cannot Be Compiled" configure:7805: WARNING: netinet/in.h: proceeding with the preprocessor's result configure:7807: WARNING: netinet/in.h: in the future, the compiler will take precedence configure:7819: checking for netinet/in.h configure:7826: result: yes configure:7843: checking for netinet/tcp.h configure:7863: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7869: $? = 0 configure:7873: test -z || test ! -s conftest.err configure:7876: $? = 0 configure:7879: test -s conftest. configure:7882: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7893: result: no configure:7920: checking readline/readline.h usability configure:7932: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:7938: $? = 0 configure:7942: test -z || test ! -s conftest.err configure:7945: $? = 0 configure:7948: test -s conftest. configure:7951: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:7961: result: no configure:7965: checking readline/readline.h presence configure:7975: cc -E -D_GNU_SOURCE conftest.c configure:7981: $? = 0 configure:8001: result: yes configure:8014: WARNING: readline/readline.h: present but cannot be compiled configure:8016: WARNING: readline/readline.h: check for missing prerequisite headers? configure:8018: WARNING: readline/readline.h: see the Autoconf documentation configure:8020: WARNING: readline/readline.h: section "Present But Cannot Be Compiled" configure:8022: WARNING: readline/readline.h: proceeding with the preprocessor's result configure:8024: WARNING: readline/readline.h: in the future, the compiler will take precedence configure:8036: checking for readline/readline.h configure:8043: result: yes configure:8231: checking readline/history.h usability configure:8243: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:8249: $? = 0 configure:8253: test -z || test ! -s conftest.err configure:8256: $? = 0 configure:8259: test -s conftest. configure:8262: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:8272: result: no configure:8276: checking readline/history.h presence configure:8286: cc -E -D_GNU_SOURCE conftest.c configure:8292: $? = 0 configure:8312: result: yes configure:8325: WARNING: readline/history.h: present but cannot be compiled configure:8327: WARNING: readline/history.h: check for missing prerequisite headers? configure:8329: WARNING: readline/history.h: see the Autoconf documentation configure:8331: WARNING: readline/history.h: section "Present But Cannot Be Compiled" configure:8333: WARNING: readline/history.h: proceeding with the preprocessor's result configure:8335: WARNING: readline/history.h: in the future, the compiler will take precedence configure:8347: checking for readline/history.h configure:8354: result: yes configure:9465: checking zlib.h usability configure:9477: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:9483: $? = 0 configure:9487: test -z || test ! -s conftest.err configure:9490: $? = 0 configure:9493: test -s conftest. configure:9496: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:9506: result: no configure:9510: checking zlib.h presence configure:9520: cc -E -D_GNU_SOURCE conftest.c configure:9526: $? = 0 configure:9546: result: yes configure:9559: WARNING: zlib.h: present but cannot be compiled configure:9561: WARNING: zlib.h: check for missing prerequisite headers? configure:9563: WARNING: zlib.h: see the Autoconf documentation configure:9565: WARNING: zlib.h: section "Present But Cannot Be Compiled" configure:9567: WARNING: zlib.h: proceeding with the preprocessor's result configure:9569: WARNING: zlib.h: in the future, the compiler will take precedence configure:9581: checking for zlib.h configure:9588: result: yes configure:10742: checking for an ANSI C-conforming const configure:10809: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:10815: $? = 0 configure:10819: test -z || test ! -s conftest.err configure:10822: $? = 0 configure:10825: test -s conftest. configure:10828: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:10839: result: no configure:10850: checking for inline configure:10871: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:10877: $? = 0 configure:10881: test -z || test ! -s conftest.err configure:10884: $? = 0 configure:10887: test -s conftest. configure:10890: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:10871: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:10877: $? = 0 configure:10881: test -z || test ! -s conftest.err configure:10884: $? = 0 configure:10887: test -s conftest. configure:10890: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:10871: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:10877: $? = 0 configure:10881: test -z || test ! -s conftest.err configure:10884: $? = 0 configure:10887: test -s conftest. configure:10890: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:10902: result: no configure:10917: checking for preprocessor stringizing operator configure:10941: result: yes configure:10951: checking for signed types configure:10972: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:10978: $? = 0 configure:10982: test -z || test ! -s conftest.err configure:10985: $? = 0 configure:10988: test -s conftest. configure:10991: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11002: result: no configure:11011: checking for working volatile configure:11034: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11040: $? = 0 configure:11044: test -z || test ! -s conftest.err configure:11047: $? = 0 configure:11050: test -s conftest. configure:11053: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11064: result: no configure:11074: checking for __func__ configure:11095: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11101: $? = 0 configure:11105: test -z || test ! -s conftest.err configure:11108: $? = 0 configure:11111: test -s conftest. configure:11114: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11125: result: no configure:11134: checking for __FUNCTION__ configure:11155: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11161: $? = 0 configure:11165: test -z || test ! -s conftest.err configure:11168: $? = 0 configure:11171: test -s conftest. configure:11174: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11185: result: no configure:11195: checking whether struct tm is in sys/time.h or time.h configure:11218: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11224: $? = 0 configure:11228: test -z || test ! -s conftest.err configure:11231: $? = 0 configure:11234: test -s conftest. configure:11237: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11248: result: sys/time.h configure:11258: checking for struct tm.tm_zone configure:11284: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11290: $? = 0 configure:11294: test -z || test ! -s conftest.err configure:11297: $? = 0 configure:11300: test -s conftest. configure:11303: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11331: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11337: $? = 0 configure:11341: test -z || test ! -s conftest.err configure:11344: $? = 0 configure:11347: test -s conftest. configure:11350: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11363: result: no configure:11381: checking for tzname configure:11406: cc -o conftest -fno-common -D_GNU_SOURCE -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c -lz -lreadline -lm >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:11412: $? = 0 configure:11416: test -z || test ! -s conftest.err configure:11419: $? = 0 configure:11422: test -s conftest configure:11425: $? = 0 configure:11437: result: yes configure:11447: checking for union semun configure:11474: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11480: $? = 0 configure:11484: test -z || test ! -s conftest.err configure:11487: $? = 0 configure:11490: test -s conftest. configure:11493: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11504: result: no configure:11515: checking for struct sockaddr_un configure:11544: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11550: $? = 0 configure:11554: test -z || test ! -s conftest.err configure:11557: $? = 0 configure:11560: test -s conftest. configure:11563: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11574: result: no configure:11589: checking for struct sockaddr_storage configure:11618: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11624: $? = 0 configure:11628: test -z || test ! -s conftest.err configure:11631: $? = 0 configure:11634: test -s conftest. configure:11637: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11648: result: no configure:11659: checking for struct sockaddr_storage.ss_family configure:11687: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11693: $? = 0 configure:11697: test -z || test ! -s conftest.err configure:11700: $? = 0 configure:11703: test -s conftest. configure:11706: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11736: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11742: $? = 0 configure:11746: test -z || test ! -s conftest.err configure:11749: $? = 0 configure:11752: test -s conftest. configure:11755: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11768: result: no configure:11778: checking for struct sockaddr_storage.__ss_family configure:11806: 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:11812: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11855: 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:11861: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11887: result: no configure:11897: checking for struct sockaddr_storage.ss_len configure:11925: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11931: $? = 0 configure:11935: test -z || test ! -s conftest.err configure:11938: $? = 0 configure:11941: test -s conftest. configure:11944: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:11974: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:11980: $? = 0 configure:11984: test -z || test ! -s conftest.err configure:11987: $? = 0 configure:11990: test -s conftest. configure:11993: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:12006: result: no configure:12016: checking for struct sockaddr_storage.__ss_len configure:12044: 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:12050: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:12093: 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:12099: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:12125: result: no configure:12135: checking for struct sockaddr.sa_len configure:12163: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:12169: $? = 0 configure:12173: test -z || test ! -s conftest.err configure:12176: $? = 0 configure:12179: test -s conftest. configure:12182: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:12212: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:12218: $? = 0 configure:12222: test -z || test ! -s conftest.err configure:12225: $? = 0 configure:12228: test -s conftest. configure:12231: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:12244: result: no configure:12255: checking for struct addrinfo configure:12283: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:12289: $? = 0 configure:12293: test -z || test ! -s conftest.err configure:12296: $? = 0 configure:12299: test -s conftest. configure:12302: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:12313: result: no configure:12325: checking for struct cmsgcred configure:12353: 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:12359: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:12383: result: no configure:12393: checking for struct fcred configure:12421: 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:12427: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:12451: result: no configure:12461: checking for struct sockcred configure:12489: 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:12495: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:12519: result: no configure:12531: checking for struct option configure:12558: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:12564: $? = 0 configure:12568: test -z || test ! -s conftest.err configure:12571: $? = 0 configure:12574: test -s conftest. configure:12577: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:12588: result: no configure:12604: checking for z_streamp configure:12629: cc -c -fno-common -D_GNU_SOURCE conftest.c >&5 configure:12635: $? = 0 configure:12639: test -z || test ! -s conftest.err configure:12642: $? = 0 configure:12645: test -s conftest. configure:12648: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.5" | #define PACKAGE_STRING "PostgreSQL 8.2.5" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.5" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" | #define PG_KRB_SRVNAM "postgres" | #define PG_VERSION_NUM 80205 | #define HAVE_LIBM 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_RESOURCE_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:12659: result: no configure:12665: 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=set ac_cv_env_CPPFLAGS_value=-I/usr/local/include 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 -L/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_resource_h=yes 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_m_main=yes 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_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_dlopen='none required' ac_cv_search_fdatasync=no ac_cv_search_getopt_long='none required' ac_cv_search_setproctitle=no ac_cv_search_shl_load=no ac_cv_search_shmget='none required' ac_cv_search_socket='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='' DTRACE='' DTRACEFLAGS='' 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' LDAP_LIBS_BE='' LDAP_LIBS_FE='' LDFLAGS=' -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib ' LDFLAGS_SL='' LIBOBJS='' LIBS='-lz -lreadline -lm ' LN_S='ln -s' LTLIBOBJS='' MSGFMT='' MSGMERGE='' NSGMLS='' OBJEXT='' PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' PACKAGE_NAME='PostgreSQL' PACKAGE_STRING='PostgreSQL 8.2.5' PACKAGE_TARNAME='postgresql' PACKAGE_VERSION='8.2.5' 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='' 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' 'CPPFLAGS=-I/usr/local/include' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib -L/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_dtrace='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_ldap='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_LIBM 1 #define HAVE_LIBREADLINE 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_RESOURCE_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.2.5" #define PACKAGE_TARNAME "postgresql" #define PACKAGE_VERSION "8.2.5" #define PG_KRB_SRVNAM "postgres" #define PG_VERSION "8.2.5" #define PG_VERSION_NUM 80205 #define PG_VERSION_STR "PostgreSQL 8.2.5 on i386-unknown-gnu, compiled by cc" #define TM_IN_SYS_TIME 1 #define const #define inline #define signed #define volatile configure: exit 1