database.sarang.net
UserID
Passwd
Database
DBMS
MySQL
ㆍPostgreSQL
Firebird
Oracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
PostgreSQL Q&A 7306 게시물 읽기
No. 7306
./configure 시 문제가 생깁니다.(다시)
작성자
도움좀
작성일
2008-01-15 02:18ⓒ
2008-01-15 14:58ⓜ
조회수
6,262
./configure --enable-nls='ko' --enable-depend --enable-thread-safety-force

.
.
.
checking for the pthreads library -lpthread... yes
checking whether pthreads work with --thread-safe... no
checking whether pthreads work with -mt... no
checking for the pthreads library -lpthreadGC2... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for strerror_r... yes
checking for getpwuid_r... yes
checking for gethostbyname_r... yes
checking whether getpwuid_r takes a fifth argument... yes
checking whether strerror_r returns int... no
checking test program... failed
configure: error:
Could not execute a simple test program.  This may be a problem
related to locating shared libraries.  Check the file 'config.log'
for the exact reason.

이렇게 나오는데요...
config.log를 봐도 잘 모르겠습니다...

완초 입니다,,,도움부탁드립니다.


..................................................................................................................

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.6, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --enable-nls=ko --enable-depend --enable-thread-safety-force

## --------- ##
## Platform. ##
## --------- ##

hostname = servera97.opencom.com
uname -m = i686
uname -r = 2.6.9-55.0.9.ELsmp
uname -s = Linux
uname -v = #1 SMP Thu Sep 27 18:27:41 EDT 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin
PATH: /usr/local/apache/bin
PATH: /usr/local/mysql/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1408: checking build system type
configure:1426: result: i686-pc-linux-gnu
configure:1434: checking host system type
configure:1448: result: i686-pc-linux-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: yes
configure:1782: checking for default port number
configure:1812: result: 5432
configure:2123: checking for gcc
configure:2139: found /usr/bin/gcc
configure:2149: result: gcc
configure:2170: checking for C compiler version
configure:2173: gcc --version </dev/null >&5
gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)
Copyright (C) 2006 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: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-8)
configure:2181: $? = 0
configure:2183: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2186: $? = 1
configure:2209: checking for C compiler default output file name
configure:2212: gcc    conftest.c  >&5
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: gcc -o conftest    conftest.c  >&5
configure:2309: $? = 0
configure:2334: result:
configure:2340: checking for suffix of object files
configure:2361: gcc -c   conftest.c >&5
configure:2364: $? = 0
configure:2386: result: o
configure:2390: checking whether we are using the GNU C compiler
configure:2414: gcc -c   conftest.c >&5
configure:2420: $? = 0
configure:2424: test -z
    || test ! -s conftest.err
configure:2427: $? = 0
configure:2430: test -s conftest.o
configure:2433: $? = 0
configure:2446: result: yes
configure:2452: checking whether gcc accepts -g
configure:2473: gcc -c -g  conftest.c >&5
configure:2479: $? = 0
configure:2483: test -z
    || test ! -s conftest.err
configure:2486: $? = 0
configure:2489: test -s conftest.o
configure:2492: $? = 0
configure:2503: result: yes
configure:2520: checking for gcc option to accept ANSI C
configure:2590: gcc  -c -g -O2  conftest.c >&5
configure:2596: $? = 0
configure:2600: test -z
    || test ! -s conftest.err
configure:2603: $? = 0
configure:2606: test -s conftest.o
configure:2609: $? = 0
configure:2627: result: none needed
configure:2645: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2651: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2837: gcc -c -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c: In function `main':
conftest.c:18: error: `choke' undeclared (first use in this function)
conftest.c:18: error: (Each undeclared identifier is reported only once
conftest.c:18: error: for each function it appears in.)
conftest.c:18: error: syntax error before "me"
configure:2843: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| /* end confdefs.h.  */
|
| int
| main ()
| {
| #ifndef __INTEL_COMPILER
| choke me
| #endif
|   ;
|   return 0;
| }
configure:2870: checking if gcc supports -Wdeclaration-after-statement
configure:2890: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -D_GNU_SOURCE conftest.c >&5
configure:2896: $? = 0
configure:2900: test -z
    || test ! -s conftest.err
configure:2903: $? = 0
configure:2906: test -s conftest.o
configure:2909: $? = 0
configure:2911: result: yes
configure:2923: checking if gcc supports -Wendif-labels
configure:2943: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -D_GNU_SOURCE conftest.c >&5
configure:2949: $? = 0
configure:2953: test -z
    || test ! -s conftest.err
configure:2956: $? = 0
configure:2959: test -s conftest.o
configure:2962: $? = 0
configure:2964: result: yes
configure:3036: checking if gcc supports -fno-strict-aliasing
configure:3056: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
configure:3062: $? = 0
configure:3066: test -z
    || test ! -s conftest.err
configure:3069: $? = 0
configure:3072: test -s conftest.o
configure:3075: $? = 0
configure:3077: result: yes
configure:3151: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
configure:3160: checking whether the C compiler still works
configure:3178: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c  >&5
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:3234: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
configure:3240: $? = 0
configure:3244: test -z
    || test ! -s conftest.err
configure:3247: $? = 0
configure:3250: test -s conftest.o
configure:3253: $? = 0
configure:3272: checking how to run the C preprocessor
configure:3307: gcc -E -D_GNU_SOURCE conftest.c
configure:3313: $? = 0
configure:3345: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:13: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.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3390: result: gcc -E
configure:3414: gcc -E -D_GNU_SOURCE conftest.c
configure:3420: $? = 0
configure:3452: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:13: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.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3635: checking allow thread-safe client libraries
configure:3698: result: yes
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=
configure:4265: checking for gawk
configure:4281: found /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:4397: checking for ld used by GCC
configure:4460: result: /usr/bin/ld
configure:4469: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.15.92.0.2 20040927
configure:4481: result: yes
configure:4591: checking for ranlib
configure:4607: found /usr/bin/ranlib
configure:4618: result: ranlib
configure:4632: checking for tar
configure:4650: found /bin/tar
configure:4662: result: /bin/tar
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:4756: result: yes
configure:4773: checking for bison
configure:4789: found /usr/local/bin/bison
configure:4799: result: bison -y
configure:4845: checking for perl
configure:4863: found /usr/bin/perl
configure:4875: result: /usr/bin/perl
configure:5048: checking for main in -lm
configure:5072: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lm   >&5
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: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lm  >&5
/tmp/ccwhAIM9.o(.text+0xd): In function `main':
: undefined reference to `setproctitle'
collect2: ld returned 1 exit status
configure:5151: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #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: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lutil  -lm  >&5
/tmp/ccexkePh.o(.text+0xd): In function `main':
: undefined reference to `setproctitle'
collect2: ld returned 1 exit status
configure:5206: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #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: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lm  >&5
/tmp/ccoxNihq.o(.text+0xd): In function `main':
: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:5277: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #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 dlopen ();
| int
| main ()
| {
| dlopen ();
|   ;
|   return 0;
| }
configure:5326: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -ldl  -lm  >&5
configure:5332: $? = 0
configure:5336: test -z
    || test ! -s conftest.err
configure:5339: $? = 0
configure:5342: test -s conftest
configure:5345: $? = 0
configure:5360: result: -ldl
configure:5367: checking for library containing socket
configure:5397: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -ldl -lm  >&5
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: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -ldl -lm  >&5
/tmp/ccaloV2t.o(.text+0xd): In function `main':
: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:5529: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #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: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -ldld  -ldl -lm  >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:5584: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #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: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -ldl -lm  >&5
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: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -ldl -lm  >&5
/tmp/cc49hOCT.o(.text+0xd): In function `main':
: undefined reference to `crypt'
collect2: ld returned 1 exit status
configure:5912: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #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 crypt ();
| int
| main ()
| {
| crypt ();
|   ;
|   return 0;
| }
configure:5961: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lcrypt  -ldl -lm  >&5
configure:5967: $? = 0
configure:5971: test -z
    || test ! -s conftest.err
configure:5974: $? = 0
configure:5977: test -s conftest
configure:5980: $? = 0
configure:5995: result: -lcrypt
configure:6003: checking for library containing fdatasync
configure:6033: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lcrypt -ldl -lm  >&5
configure:6039: $? = 0
configure:6043: test -z
    || test ! -s conftest.err
configure:6046: $? = 0
configure:6049: test -s conftest
configure:6052: $? = 0
configure:6122: result: none required
configure:6130: checking for library containing shmget
configure:6160: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lcrypt -ldl -lm  >&5
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: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lreadline -lcrypt -ldl -lm  >&5
/usr/local/lib/libreadline.so: undefined reference to `tgetnum'
/usr/local/lib/libreadline.so: undefined reference to `tgoto'
/usr/local/lib/libreadline.so: undefined reference to `tgetflag'
/usr/local/lib/libreadline.so: undefined reference to `BC'
/usr/local/lib/libreadline.so: undefined reference to `tputs'
/usr/local/lib/libreadline.so: undefined reference to `PC'
/usr/local/lib/libreadline.so: undefined reference to `tgetent'
/usr/local/lib/libreadline.so: undefined reference to `UP'
/usr/local/lib/libreadline.so: undefined reference to `tgetstr'
collect2: ld returned 1 exit status
configure:6303: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #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 readline ();
| int
| main ()
| {
| readline ();
|   ;
|   return 0;
| }
configure:6297: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lreadline -ltermcap -lcrypt -ldl -lm  >&5
/usr/bin/ld: cannot find -ltermcap
collect2: ld returned 1 exit status
configure:6303: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #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 readline ();
| int
| main ()
| {
| readline ();
|   ;
|   return 0;
| }
configure:6297: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lreadline -lncurses -lcrypt -ldl -lm  >&5
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 -lncurses)
configure:6378: checking for inflate in -lz
configure:6408: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lreadline -lncurses -lcrypt -ldl -lm  >&5
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: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -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.o
configure:7320: $? = 0
configure:7409: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c: In function `main':
conftest.c:38: warning: implicit declaration of function `exit'
configure:7412: $? = 0
configure:7414: ./conftest
./conftest: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory
configure:7417: $? = 127
configure: program exited with status 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| /* end confdefs.h.  */
| #include <ctype.h>
| #if ((' ' & 0x0FF) == 0x020)
| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
| #else
| # define ISLOWER(c)      (('a' <= (c) && (c) <= 'i')        || ('j' <= (c) && (c) <= 'r')        || ('s' <= (c) && (c) <= 'z'))
| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
| #endif
|
| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
| int
| main ()
| {
|   int i;
|   for (i = 0; i < 256; i++)
|     if (XOR (islower (i), ISLOWER (i))
|  || toupper (i) != TOUPPER (i))
|       exit(2);
|   exit (0);
| }
configure:7432: result: no
configure:7456: checking for sys/types.h
configure:7472: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7478: $? = 0
configure:7482: test -z
    || test ! -s conftest.err
configure:7485: $? = 0
configure:7488: test -s conftest.o
configure:7491: $? = 0
configure:7502: result: yes
configure:7456: checking for sys/stat.h
configure:7472: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7478: $? = 0
configure:7482: test -z
    || test ! -s conftest.err
configure:7485: $? = 0
configure:7488: test -s conftest.o
configure:7491: $? = 0
configure:7502: result: yes
configure:7456: checking for stdlib.h
configure:7472: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7478: $? = 0
configure:7482: test -z
    || test ! -s conftest.err
configure:7485: $? = 0
configure:7488: test -s conftest.o
configure:7491: $? = 0
configure:7502: result: yes
configure:7456: checking for string.h
configure:7472: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7478: $? = 0
configure:7482: test -z
    || test ! -s conftest.err
configure:7485: $? = 0
configure:7488: test -s conftest.o
configure:7491: $? = 0
configure:7502: result: yes
configure:7456: checking for memory.h
configure:7472: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7478: $? = 0
configure:7482: test -z
    || test ! -s conftest.err
configure:7485: $? = 0
configure:7488: test -s conftest.o
configure:7491: $? = 0
configure:7502: result: yes
configure:7456: checking for strings.h
configure:7472: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7478: $? = 0
configure:7482: test -z
    || test ! -s conftest.err
configure:7485: $? = 0
configure:7488: test -s conftest.o
configure:7491: $? = 0
configure:7502: result: yes
configure:7456: checking for inttypes.h
configure:7472: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7478: $? = 0
configure:7482: test -z
    || test ! -s conftest.err
configure:7485: $? = 0
configure:7488: test -s conftest.o
configure:7491: $? = 0
configure:7502: result: yes
configure:7456: checking for stdint.h
configure:7472: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7478: $? = 0
configure:7482: test -z
    || test ! -s conftest.err
configure:7485: $? = 0
configure:7488: test -s conftest.o
configure:7491: $? = 0
configure:7502: result: yes
configure:7456: checking for unistd.h
configure:7472: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7478: $? = 0
configure:7482: test -z
    || test ! -s conftest.err
configure:7485: $? = 0
configure:7488: test -s conftest.o
configure:7491: $? = 0
configure:7502: result: yes
configure:7553: checking crypt.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking crypt.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for crypt.h
configure:7676: result: yes
configure:7553: checking dld.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c:65:17: dld.h: No such file or directory
configure:7571: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dld.h>
configure:7594: result: no
configure:7598: checking dld.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
conftest.c:31:17: dld.h: No such file or directory
configure:7614: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h.  */
| #include <dld.h>
configure:7634: result: no
configure:7669: checking for dld.h
configure:7676: result: no
configure:7553: checking endian.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking endian.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for endian.h
configure:7676: result: yes
configure:7553: checking fp_class.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c:66:22: fp_class.h: No such file or directory
configure:7571: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fp_class.h>
configure:7594: result: no
configure:7598: checking fp_class.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
conftest.c:32:22: fp_class.h: No such file or directory
configure:7614: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 1
| /* end confdefs.h.  */
| #include <fp_class.h>
configure:7634: result: no
configure:7669: checking for fp_class.h
configure:7676: result: no
configure:7553: checking getopt.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking getopt.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for getopt.h
configure:7676: result: yes
configure:7553: checking ieeefp.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c:67:20: ieeefp.h: No such file or directory
configure:7571: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:7594: result: no
configure:7598: checking ieeefp.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
conftest.c:33:20: ieeefp.h: No such file or directory
configure:7614: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <ieeefp.h>
configure:7634: result: no
configure:7669: checking for ieeefp.h
configure:7676: result: no
configure:7553: checking langinfo.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking langinfo.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for langinfo.h
configure:7676: result: yes
configure:7553: checking poll.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking poll.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for poll.h
configure:7676: result: yes
configure:7553: checking pwd.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking pwd.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for pwd.h
configure:7676: result: yes
configure:7553: checking sys/ipc.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking sys/ipc.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for sys/ipc.h
configure:7676: result: yes
configure:7553: checking sys/poll.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking sys/poll.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for sys/poll.h
configure:7676: result: yes
configure:7553: checking sys/pstat.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c:72:23: sys/pstat.h: No such file or directory
configure:7571: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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 <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/pstat.h>
configure:7594: result: no
configure:7598: checking sys/pstat.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
conftest.c:38:23: sys/pstat.h: No such file or directory
configure:7614: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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 <sys/pstat.h>
configure:7634: result: no
configure:7669: checking for sys/pstat.h
configure:7676: result: no
configure:7553: checking sys/resource.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking sys/resource.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for sys/resource.h
configure:7676: result: yes
configure:7553: checking sys/select.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking sys/select.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for sys/select.h
configure:7676: result: yes
configure:7553: checking sys/sem.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking sys/sem.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for sys/sem.h
configure:7676: result: yes
configure:7553: checking sys/socket.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking sys/socket.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for sys/socket.h
configure:7676: result: yes
configure:7553: checking sys/shm.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking sys/shm.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for sys/shm.h
configure:7676: result: yes
configure:7553: checking sys/time.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking sys/time.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for sys/time.h
configure:7676: result: yes
configure:7553: checking sys/un.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking sys/un.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for sys/un.h
configure:7676: result: yes
configure:7553: checking termios.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking termios.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for termios.h
configure:7676: result: yes
configure:7553: checking utime.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking utime.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for utime.h
configure:7676: result: yes
configure:7553: checking wchar.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking wchar.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for wchar.h
configure:7676: result: yes
configure:7553: checking wctype.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7571: $? = 0
configure:7575: test -z
    || test ! -s conftest.err
configure:7578: $? = 0
configure:7581: test -s conftest.o
configure:7584: $? = 0
configure:7594: result: yes
configure:7598: checking wctype.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
configure:7614: $? = 0
configure:7634: result: yes
configure:7669: checking for wctype.h
configure:7676: result: yes
configure:7553: checking kernel/OS.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c:83:23: kernel/OS.h: No such file or directory
configure:7571: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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 <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <kernel/OS.h>
configure:7594: result: no
configure:7598: checking kernel/OS.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
conftest.c:49:23: kernel/OS.h: No such file or directory
configure:7614: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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 <kernel/OS.h>
configure:7634: result: no
configure:7669: checking for kernel/OS.h
configure:7676: result: no
configure:7553: checking kernel/image.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c:83:26: kernel/image.h: No such file or directory
configure:7571: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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 <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <kernel/image.h>
configure:7594: result: no
configure:7598: checking kernel/image.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
conftest.c:49:26: kernel/image.h: No such file or directory
configure:7614: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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 <kernel/image.h>
configure:7634: result: no
configure:7669: checking for kernel/image.h
configure:7676: result: no
configure:7553: checking SupportDefs.h usability
configure:7565: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c:83:25: SupportDefs.h: No such file or directory
configure:7571: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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 <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <SupportDefs.h>
configure:7594: result: no
configure:7598: checking SupportDefs.h presence
configure:7608: gcc -E -D_GNU_SOURCE  conftest.c
conftest.c:49:25: SupportDefs.h: No such file or directory
configure:7614: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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 <SupportDefs.h>
configure:7634: result: no
configure:7669: checking for SupportDefs.h
configure:7676: result: no
configure:7706: checking netinet/in.h usability
configure:7718: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7724: $? = 0
configure:7728: test -z
    || test ! -s conftest.err
configure:7731: $? = 0
configure:7734: test -s conftest.o
configure:7737: $? = 0
configure:7747: result: yes
configure:7751: checking netinet/in.h presence
configure:7761: gcc -E -D_GNU_SOURCE  conftest.c
configure:7767: $? = 0
configure:7787: result: yes
configure:7822: checking for netinet/in.h
configure:7829: result: yes
configure:7846: checking for netinet/tcp.h
configure:7866: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7872: $? = 0
configure:7876: test -z
    || test ! -s conftest.err
configure:7879: $? = 0
configure:7882: test -s conftest.o
configure:7885: $? = 0
configure:7896: result: yes
configure:7923: checking readline/readline.h usability
configure:7935: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:7941: $? = 0
configure:7945: test -z
    || test ! -s conftest.err
configure:7948: $? = 0
configure:7951: test -s conftest.o
configure:7954: $? = 0
configure:7964: result: yes
configure:7968: checking readline/readline.h presence
configure:7978: gcc -E -D_GNU_SOURCE  conftest.c
configure:7984: $? = 0
configure:8004: result: yes
configure:8039: checking for readline/readline.h
configure:8046: result: yes
configure:8234: checking readline/history.h usability
configure:8246: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:8252: $? = 0
configure:8256: test -z
    || test ! -s conftest.err
configure:8259: $? = 0
configure:8262: test -s conftest.o
configure:8265: $? = 0
configure:8275: result: yes
configure:8279: checking readline/history.h presence
configure:8289: gcc -E -D_GNU_SOURCE  conftest.c
configure:8295: $? = 0
configure:8315: result: yes
configure:8350: checking for readline/history.h
configure:8357: result: yes
configure:9468: checking zlib.h usability
configure:9480: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:9486: $? = 0
configure:9490: test -z
    || test ! -s conftest.err
configure:9493: $? = 0
configure:9496: test -s conftest.o
configure:9499: $? = 0
configure:9509: result: yes
configure:9513: checking zlib.h presence
configure:9523: gcc -E -D_GNU_SOURCE  conftest.c
configure:9529: $? = 0
configure:9549: result: yes
configure:9584: checking for zlib.h
configure:9591: result: yes
configure:10745: checking for an ANSI C-conforming const
configure:10812: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:80: warning: unused variable `s'
conftest.c:100: warning: unused variable `foo'
conftest.c:61: warning: unused variable `x'
conftest.c:67: warning: unused variable `zero'
conftest.c:97: warning: 'b' might be used uninitialized in this function
conftest.c:79: warning: 't' might be used uninitialized in this function
configure:10818: $? = 0
configure:10822: test -z
    || test ! -s conftest.err
configure:10825: $? = 0
configure:10828: test -s conftest.o
configure:10831: $? = 0
configure:10842: result: yes
configure:10853: checking for inline
configure:10874: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c:56: warning: no previous prototype for 'foo'
configure:10880: $? = 0
configure:10884: test -z
    || test ! -s conftest.err
configure:10887: $? = 0
configure:10890: test -s conftest.o
configure:10893: $? = 0
configure:10905: result: inline
configure:10920: checking for preprocessor stringizing operator
configure:10944: result: yes
configure:10954: checking for signed types
configure:10975: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:58: warning: unused variable `c'
conftest.c:58: warning: unused variable `s'
conftest.c:58: warning: unused variable `i'
configure:10981: $? = 0
configure:10985: test -z
    || test ! -s conftest.err
configure:10988: $? = 0
configure:10991: test -s conftest.o
configure:10994: $? = 0
configure:11005: result: yes
configure:11014: checking for working volatile
configure:11037: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:59: warning: unused variable `x'
conftest.c:60: warning: unused variable `y'
configure:11043: $? = 0
configure:11047: test -z
    || test ! -s conftest.err
configure:11050: $? = 0
configure:11053: test -s conftest.o
configure:11056: $? = 0
configure:11067: result: yes
configure:11077: checking for __func__
configure:11098: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:11104: $? = 0
configure:11108: test -z
    || test ! -s conftest.err
configure:11111: $? = 0
configure:11114: test -s conftest.o
configure:11117: $? = 0
configure:11128: result: yes
configure:11198: checking whether struct tm is in sys/time.h or time.h
configure:11221: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:61: warning: statement with no effect
configure:11227: $? = 0
configure:11231: test -z
    || test ! -s conftest.err
configure:11234: $? = 0
configure:11237: test -s conftest.o
configure:11240: $? = 0
configure:11251: result: time.h
configure:11261: checking for struct tm.tm_zone
configure:11287: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:11293: $? = 0
configure:11297: test -z
    || test ! -s conftest.err
configure:11300: $? = 0
configure:11303: test -s conftest.o
configure:11306: $? = 0
configure:11366: result: yes
configure:11384: checking for tzname
configure:11409: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c: In function `main':
conftest.c:65: warning: implicit declaration of function `atoi'
configure:11415: $? = 0
configure:11419: test -z
    || test ! -s conftest.err
configure:11422: $? = 0
configure:11425: test -s conftest
configure:11428: $? = 0
configure:11440: result: yes
configure:11450: checking for union semun
configure:11477: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:67: error: invalid application of `sizeof' to incomplete type `semun'
configure:11483: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/ipc.h>
| #include <sys/sem.h>
|
| int
| main ()
| {
| if ((union semun *) 0)
|   return 0;
| if (sizeof (union semun))
|   return 0;
|   ;
|   return 0;
| }
configure:11507: result: no
configure:11518: checking for struct sockaddr_un
configure:11547: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:11553: $? = 0
configure:11557: test -z
    || test ! -s conftest.err
configure:11560: $? = 0
configure:11563: test -s conftest.o
configure:11566: $? = 0
configure:11577: result: yes
configure:11592: checking for struct sockaddr_storage
configure:11621: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:11627: $? = 0
configure:11631: test -z
    || test ! -s conftest.err
configure:11634: $? = 0
configure:11637: test -s conftest.o
configure:11640: $? = 0
configure:11651: result: yes
configure:11662: checking for struct sockaddr_storage.ss_family
configure:11690: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:11696: $? = 0
configure:11700: test -z
    || test ! -s conftest.err
configure:11703: $? = 0
configure:11706: test -s conftest.o
configure:11709: $? = 0
configure:11771: result: yes
configure:11781: checking for struct sockaddr_storage.__ss_family
configure:11809: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:72: error: structure has no member named `__ss_family'
configure:11815: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.__ss_family)
| return 0;
|   ;
|   return 0;
| }
configure:11858: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:72: error: structure has no member named `__ss_family'
configure:11864: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.__ss_family)
| return 0;
|   ;
|   return 0;
| }
configure:11890: result: no
configure:11900: checking for struct sockaddr_storage.ss_len
configure:11928: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:72: error: structure has no member named `ss_len'
configure:11934: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:11977: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:72: error: structure has no member named `ss_len'
configure:11983: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:12009: result: no
configure:12019: checking for struct sockaddr_storage.__ss_len
configure:12047: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:72: error: structure has no member named `__ss_len'
configure:12053: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.__ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:12096: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:72: error: structure has no member named `__ss_len'
configure:12102: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.__ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:12128: result: no
configure:12138: checking for struct sockaddr.sa_len
configure:12166: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:72: error: structure has no member named `sa_len'
configure:12172: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (ac_aggr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:12215: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:72: error: structure has no member named `sa_len'
configure:12221: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
|
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (sizeof ac_aggr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:12247: result: no
configure:12258: checking for struct addrinfo
configure:12286: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:12292: $? = 0
configure:12296: test -z
    || test ! -s conftest.err
configure:12299: $? = 0
configure:12302: test -s conftest.o
configure:12305: $? = 0
configure:12316: result: yes
configure:12328: checking for struct cmsgcred
configure:12356: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c:66:23: sys/ucred.h: No such file or directory
conftest.c: In function `main':
conftest.c:73: error: invalid application of `sizeof' to incomplete type `cmsgcred'
configure:12362: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| /* end confdefs.h.  */
| #include <sys/param.h>
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <sys/ucred.h>
|
| int
| main ()
| {
| if ((struct cmsgcred *) 0)
|   return 0;
| if (sizeof (struct cmsgcred))
|   return 0;
|   ;
|   return 0;
| }
configure:12386: result: no
configure:12396: checking for struct fcred
configure:12424: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c:66:23: sys/ucred.h: No such file or directory
conftest.c: In function `main':
conftest.c:73: error: invalid application of `sizeof' to incomplete type `fcred'
configure:12430: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| /* end confdefs.h.  */
| #include <sys/param.h>
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <sys/ucred.h>
|
| int
| main ()
| {
| if ((struct fcred *) 0)
|   return 0;
| if (sizeof (struct fcred))
|   return 0;
|   ;
|   return 0;
| }
configure:12454: result: no
configure:12464: checking for struct sockcred
configure:12492: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c:66:23: sys/ucred.h: No such file or directory
conftest.c: In function `main':
conftest.c:73: error: invalid application of `sizeof' to incomplete type `sockcred'
configure:12498: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| /* end confdefs.h.  */
| #include <sys/param.h>
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <sys/ucred.h>
|
| int
| main ()
| {
| if ((struct sockcred *) 0)
|   return 0;
| if (sizeof (struct sockcred))
|   return 0;
|   ;
|   return 0;
| }
configure:12522: result: no
configure:12534: checking for struct option
configure:12561: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:12567: $? = 0
configure:12571: test -z
    || test ! -s conftest.err
configure:12574: $? = 0
configure:12577: test -s conftest.o
configure:12580: $? = 0
configure:12591: result: yes
configure:12607: checking for z_streamp
configure:12632: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:12638: $? = 0
configure:12642: test -z
    || test ! -s conftest.err
configure:12645: $? = 0
configure:12648: test -s conftest.o
configure:12651: $? = 0
configure:12662: result: yes
configure:13201: checking for int timezone
configure:13227: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13233: $? = 0
configure:13237: test -z
    || test ! -s conftest.err
configure:13240: $? = 0
configure:13243: test -s conftest
configure:13246: $? = 0
configure:13258: result: yes
configure:13267: checking types of arguments for accept()
configure:13307: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c:71: error: conflicting types for 'accept'
/usr/include/sys/socket.h:210: error: previous declaration of 'accept' was here
conftest.c:71: error: conflicting types for 'accept'
/usr/include/sys/socket.h:210: error: previous declaration of 'accept' was here
configure:13313: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| /* end confdefs.h.  */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| extern int accept (int, struct sockaddr *, int *);
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:13307: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:13313: $? = 0
configure:13317: test -z
    || test ! -s conftest.err
configure:13320: $? = 0
configure:13323: test -s conftest.o
configure:13326: $? = 0
configure:13356: result: int, int, struct sockaddr *, size_t *
configure:13379: checking whether gettimeofday takes only one argument
configure:13402: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:73: warning: 'tp' might be used uninitialized in this function
conftest.c:74: warning: 'tzp' might be used uninitialized in this function
configure:13408: $? = 0
configure:13412: test -z
    || test ! -s conftest.err
configure:13415: $? = 0
configure:13418: test -s conftest.o
configure:13421: $? = 0
configure:13432: result: no
configure:13467: checking for cbrt
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c:93: warning: conflicting types for built-in function 'cbrt'
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for dlopen
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for fcvt
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for fdatasync
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for getpeereid
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
/tmp/ccaoI9fW.o(.text+0x14): In function `main':
: undefined reference to `getpeereid'
/tmp/ccaoI9fW.o(.data+0x0): undefined reference to `getpeereid'
collect2: ld returned 1 exit status
configure:13530: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| /* end confdefs.h.  */
| /* Define getpeereid to an innocuous variant, in case <limits.h> declares getpeereid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getpeereid innocuous_getpeereid
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getpeereid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getpeereid
|
| /* 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 getpeereid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_getpeereid) || defined (__stub___getpeereid)
| choke me
| #else
| char (*f) () = getpeereid;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getpeereid;
|   ;
|   return 0;
| }
configure:13555: result: no
configure:13467: checking for getrlimit
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for memmove
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c:98: warning: conflicting types for built-in function 'memmove'
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for poll
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for pstat
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
/tmp/ccIayZal.o(.text+0x14): In function `main':
: undefined reference to `pstat'
/tmp/ccIayZal.o(.data+0x0): undefined reference to `pstat'
collect2: ld returned 1 exit status
configure:13530: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| /* end confdefs.h.  */
| /* Define pstat to an innocuous variant, in case <limits.h> declares pstat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pstat innocuous_pstat
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pstat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pstat
|
| /* 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 pstat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_pstat) || defined (__stub___pstat)
| choke me
| #else
| char (*f) () = pstat;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != pstat;
|   ;
|   return 0;
| }
configure:13555: result: no
configure:13467: checking for readlink
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for setproctitle
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
/tmp/cc2ohizG.o(.text+0x14): In function `main':
: undefined reference to `setproctitle'
/tmp/cc2ohizG.o(.data+0x0): undefined reference to `setproctitle'
collect2: ld returned 1 exit status
configure:13530: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| /* end confdefs.h.  */
| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setproctitle innocuous_setproctitle
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setproctitle (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setproctitle
|
| /* 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 ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_setproctitle) || defined (__stub___setproctitle)
| choke me
| #else
| char (*f) () = setproctitle;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != setproctitle;
|   ;
|   return 0;
| }
configure:13555: result: no
configure:13467: checking for setsid
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for sigprocmask
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for symlink
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for sysconf
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for towlower
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for utime
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for utimes
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for waitpid
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13467: checking for wcstombs
configure:13524: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:13530: $? = 0
configure:13534: test -z
    || test ! -s conftest.err
configure:13537: $? = 0
configure:13540: test -s conftest
configure:13543: $? = 0
configure:13555: result: yes
configure:13566: checking whether fdatasync is declared
configure:13591: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:92: warning: unused variable `p'
configure:13597: $? = 0
configure:13601: test -z
    || test ! -s conftest.err
configure:13604: $? = 0
configure:13607: test -s conftest.o
configure:13610: $? = 0
configure:13621: result: yes
configure:13639: checking whether posix_fadvise is declared
configure:13664: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:93: warning: unused variable `p'
configure:13670: $? = 0
configure:13674: test -z
    || test ! -s conftest.err
configure:13677: $? = 0
configure:13680: test -s conftest.o
configure:13683: $? = 0
configure:13694: result: yes
configure:13712: checking whether strlcpy is declared
configure:13736: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:126: error: `strlcpy' undeclared (first use in this function)
conftest.c:126: error: (Each undeclared identifier is reported only once
conftest.c:126: error: for each function it appears in.)
conftest.c:126: warning: unused variable `p'
configure:13742: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strlcpy
|   char *p = (char *) strlcpy;
| #endif
|
|   ;
|   return 0;
| }
configure:13766: result: no
configure:13785: checking whether F_FULLFSYNC is declared
configure:13810: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:95: error: `F_FULLFSYNC' undeclared (first use in this function)
conftest.c:95: error: (Each undeclared identifier is reported only once
conftest.c:95: error: for each function it appears in.)
conftest.c:95: warning: unused variable `p'
configure:13816: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| /* end confdefs.h.  */
| #include <fcntl.h>
|
| int
| main ()
| {
| #ifndef F_FULLFSYNC
|   char *p = (char *) F_FULLFSYNC;
| #endif
|
|   ;
|   return 0;
| }
configure:13840: result: no
configure:13860: checking for struct sockaddr_in6
configure:13886: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:13892: $? = 0
configure:13896: test -z
    || test ! -s conftest.err
configure:13899: $? = 0
configure:13902: test -s conftest.o
configure:13905: $? = 0
configure:13916: result: yes
configure:13929: checking for PS_STRINGS
configure:13953: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c:91:29: machine/vmparam.h: No such file or directory
conftest.c:92:22: sys/exec.h: No such file or directory
conftest.c: In function `main':
conftest.c:97: error: `PS_STRINGS' undeclared (first use in this function)
conftest.c:97: error: (Each undeclared identifier is reported only once
conftest.c:97: error: for each function it appears in.)
configure:13959: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| /* end confdefs.h.  */
| #include <machine/vmparam.h>
| #include <sys/exec.h>
|
| int
| main ()
| {
| PS_STRINGS->ps_nargvstr = 1;
| PS_STRINGS->ps_argvstr = "foo";
|   ;
|   return 0;
| }
configure:13984: result: no
configure:14033: checking for snprintf
configure:14090: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c:115: warning: conflicting types for built-in function 'snprintf'
configure:14096: $? = 0
configure:14100: test -z
    || test ! -s conftest.err
configure:14103: $? = 0
configure:14106: test -s conftest
configure:14109: $? = 0
configure:14121: result: yes
configure:14137: checking for vsnprintf
configure:14194: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c:116: warning: conflicting types for built-in function 'vsnprintf'
configure:14200: $? = 0
configure:14204: test -z
    || test ! -s conftest.err
configure:14207: $? = 0
configure:14210: test -s conftest
configure:14213: $? = 0
configure:14225: result: yes
configure:14245: checking whether snprintf is declared
configure:14269: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:131: warning: unused variable `p'
configure:14275: $? = 0
configure:14279: test -z
    || test ! -s conftest.err
configure:14282: $? = 0
configure:14285: test -s conftest.o
configure:14288: $? = 0
configure:14299: result: yes
configure:14315: checking whether vsnprintf is declared
configure:14339: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:132: warning: unused variable `p'
configure:14345: $? = 0
configure:14349: test -z
    || test ! -s conftest.err
configure:14352: $? = 0
configure:14355: test -s conftest.o
configure:14358: $? = 0
configure:14369: result: yes
configure:14389: checking for isinf
configure:14413: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:14419: $? = 0
configure:14423: test -z
    || test ! -s conftest.err
configure:14426: $? = 0
configure:14429: test -s conftest
configure:14432: $? = 0
configure:14444: result: yes
configure:14592: checking for crypt
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14592: checking for fseeko
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14592: checking for getopt
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14592: checking for getrusage
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14592: checking for inet_aton
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14592: checking for random
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14592: checking for rint
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
conftest.c:126: warning: conflicting types for built-in function 'rint'
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14592: checking for srandom
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14592: checking for strdup
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
conftest.c:128: warning: conflicting types for built-in function 'strdup'
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14592: checking for strerror
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14592: checking for strlcpy
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
/tmp/ccqa81Ho.o(.text+0x14): In function `main':
: undefined reference to `strlcpy'
/tmp/ccqa81Ho.o(.data+0x0): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:14655: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| /* end confdefs.h.  */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strlcpy (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strlcpy
|
| /* 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 strlcpy ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strlcpy) || defined (__stub___strlcpy)
| choke me
| #else
| char (*f) () = strlcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != strlcpy;
|   ;
|   return 0;
| }
configure:14680: result: no
configure:14592: checking for strtol
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14592: checking for strtoul
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14592: checking for unsetenv
configure:14649: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz  -lncurses -lcrypt -ldl -lm  >&5
configure:14655: $? = 0
configure:14659: test -z
    || test ! -s conftest.err
configure:14662: $? = 0
configure:14665: test -s conftest
configure:14668: $? = 0
configure:14680: result: yes
configure:14713: checking for getaddrinfo
configure:14770: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:14776: $? = 0
configure:14780: test -z
    || test ! -s conftest.err
configure:14783: $? = 0
configure:14786: test -s conftest
configure:14789: $? = 0
configure:14801: result: yes
configure:14838: checking for getopt_long
configure:14895: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:14901: $? = 0
configure:14905: test -z
    || test ! -s conftest.err
configure:14908: $? = 0
configure:14911: test -s conftest
configure:14914: $? = 0
configure:14926: result: yes
configure:15118: checking for rl_completion_append_character
configure:15142: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:15148: $? = 0
configure:15152: test -z
    || test ! -s conftest.err
configure:15155: $? = 0
configure:15158: test -s conftest
configure:15161: $? = 0
configure:15163: result: yes
configure:15184: checking for rl_completion_matches
configure:15241: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:15247: $? = 0
configure:15251: test -z
    || test ! -s conftest.err
configure:15254: $? = 0
configure:15257: test -s conftest
configure:15260: $? = 0
configure:15272: result: yes
configure:15184: checking for rl_filename_completion_function
configure:15241: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:15247: $? = 0
configure:15251: test -z
    || test ! -s conftest.err
configure:15254: $? = 0
configure:15257: test -s conftest
configure:15260: $? = 0
configure:15272: result: yes
configure:15286: checking for replace_history_entry
configure:15343: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:15349: $? = 0
configure:15353: test -z
    || test ! -s conftest.err
configure:15356: $? = 0
configure:15359: test -s conftest
configure:15362: $? = 0
configure:15374: result: yes
configure:15387: checking for finite
configure:15408: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:15414: $? = 0
configure:15418: test -z
    || test ! -s conftest.err
configure:15421: $? = 0
configure:15424: test -s conftest
configure:15427: $? = 0
configure:15434: result: yes
configure:15446: checking for sigsetjmp
configure:15464: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:15470: $? = 0
configure:15474: test -z
    || test ! -s conftest.err
configure:15477: $? = 0
configure:15480: test -s conftest
configure:15483: $? = 0
configure:15490: result: yes
configure:15502: checking for syslog
configure:15559: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:15565: $? = 0
configure:15569: test -z
    || test ! -s conftest.err
configure:15572: $? = 0
configure:15575: test -s conftest
configure:15578: $? = 0
configure:15590: result: yes
configure:15603: checking syslog.h usability
configure:15615: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
configure:15621: $? = 0
configure:15625: test -z
    || test ! -s conftest.err
configure:15628: $? = 0
configure:15631: test -s conftest.o
configure:15634: $? = 0
configure:15644: result: yes
configure:15648: checking syslog.h presence
configure:15658: gcc -E -D_GNU_SOURCE  conftest.c
configure:15664: $? = 0
configure:15684: result: yes
configure:15719: checking for syslog.h
configure:15726: result: yes
configure:15742: checking for optreset
configure:15763: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
/tmp/ccIO78ZD.o(.text+0xe): In function `main':
: undefined reference to `optreset'
collect2: ld returned 1 exit status
configure:15769: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_REPLACE_HISTORY_ENTRY 1
| #define HAVE_FINITE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SYSLOG 1
| /* end confdefs.h.  */
| #include <unistd.h>
| int
| main ()
| {
| extern int optreset; optreset = 1;
|   ;
|   return 0;
| }
configure:15794: result: no
configure:15809: checking for strtoll
configure:15866: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:15872: $? = 0
configure:15876: test -z
    || test ! -s conftest.err
configure:15879: $? = 0
configure:15882: test -s conftest
configure:15885: $? = 0
configure:15897: result: yes
configure:15912: checking for strtoull
configure:15969: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:15975: $? = 0
configure:15979: test -z
    || test ! -s conftest.err
configure:15982: $? = 0
configure:15985: test -s conftest
configure:15988: $? = 0
configure:16000: result: yes
configure:16016: checking for atexit
configure:16073: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:16079: $? = 0
configure:16083: test -z
    || test ! -s conftest.err
configure:16086: $? = 0
configure:16089: test -s conftest
configure:16092: $? = 0
configure:16104: result: yes
configure:16222: checking for _LARGEFILE_SOURCE value needed for large files
configure:16245: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:125: warning: the address of `fseeko', will always evaluate as `true'
configure:16251: $? = 0
configure:16255: test -z
    || test ! -s conftest.err
configure:16258: $? = 0
configure:16261: test -s conftest.o
configure:16264: $? = 0
configure:16321: result: no
configure:16335: checking for fseeko
configure:16387: result: yes
configure:16602: checking for the pthreads library -lpthreads
configure:16640: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing   -D_GNU_SOURCE    conftest.c -lpthreads  -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c: In function `main':
conftest.c:126: warning: 'th' might be used uninitialized in this function
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:16646: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_REPLACE_HISTORY_ENTRY 1
| #define HAVE_FINITE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SYSLOG 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATEXIT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16697: result: no
configure:16547: checking whether pthreads work without any flags
configure:16640: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing   -D_GNU_SOURCE    conftest.c   -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c: In function `main':
conftest.c:126: warning: 'th' might be used uninitialized in this function
/tmp/ccE0bl3k.o(.text+0x11): In function `main':
: undefined reference to `pthread_join'
/tmp/ccE0bl3k.o(.text+0x2d): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/ccE0bl3k.o(.text+0x3a): In function `main':
: undefined reference to `pthread_create'
/tmp/ccE0bl3k.o(.text+0x45): In function `main':
: undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:16646: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_REPLACE_HISTORY_ENTRY 1
| #define HAVE_FINITE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SYSLOG 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATEXIT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16697: result: no
configure:16552: checking whether pthreads work with -Kthread
configure:16640: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -Kthread -D_GNU_SOURCE    conftest.c   -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
gcc: unrecognized option `-Kthread'
conftest.c: In function `main':
conftest.c:126: warning: 'th' might be used uninitialized in this function
/tmp/ccawjl5s.o(.text+0x11): In function `main':
: undefined reference to `pthread_join'
/tmp/ccawjl5s.o(.text+0x2d): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/ccawjl5s.o(.text+0x3a): In function `main':
: undefined reference to `pthread_create'
/tmp/ccawjl5s.o(.text+0x45): In function `main':
: undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:16646: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_REPLACE_HISTORY_ENTRY 1
| #define HAVE_FINITE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SYSLOG 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATEXIT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16697: result: no
configure:16552: checking whether pthreads work with -kthread
configure:16640: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -kthread -D_GNU_SOURCE    conftest.c   -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
gcc: unrecognized option `-kthread'
conftest.c: In function `main':
conftest.c:126: warning: 'th' might be used uninitialized in this function
/tmp/ccOtlczA.o(.text+0x11): In function `main':
: undefined reference to `pthread_join'
/tmp/ccOtlczA.o(.text+0x2d): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/ccOtlczA.o(.text+0x3a): In function `main':
: undefined reference to `pthread_create'
/tmp/ccOtlczA.o(.text+0x45): In function `main':
: undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:16646: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_REPLACE_HISTORY_ENTRY 1
| #define HAVE_FINITE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SYSLOG 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATEXIT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16697: result: no
configure:16602: checking for the pthreads library -llthread
configure:16640: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing   -D_GNU_SOURCE    conftest.c -llthread  -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c: In function `main':
conftest.c:126: warning: 'th' might be used uninitialized in this function
/usr/bin/ld: cannot find -llthread
collect2: ld returned 1 exit status
configure:16646: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_REPLACE_HISTORY_ENTRY 1
| #define HAVE_FINITE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SYSLOG 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATEXIT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16697: result: no
configure:16552: checking whether pthreads work with -pthread
configure:16640: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread -D_GNU_SOURCE    conftest.c   -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c: In function `main':
conftest.c:126: warning: 'th' might be used uninitialized in this function
configure:16646: $? = 0
configure:16650: test -z
    || test ! -s conftest.err
configure:16653: $? = 0
configure:16656: test -s conftest
configure:16659: $? = 0
configure:16697: result: yes
configure:16552: checking whether pthreads work with -pthreads
configure:16640: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread -pthreads -D_GNU_SOURCE    conftest.c     -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
gcc: unrecognized option `-pthreads'
conftest.c: In function `main':
conftest.c:126: warning: 'th' might be used uninitialized in this function
configure:16646: $? = 0
configure:16650: test -z
    || test ! -s conftest.err
configure:16653: $? = 0
configure:16656: test -s conftest
configure:16659: $? = 0
configure:16697: result: no
configure:16552: checking whether pthreads work with -mthreads
configure:16640: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread -mthreads -D_GNU_SOURCE    conftest.c     -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
cc1: error: invalid option `threads'
configure:16646: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_REPLACE_HISTORY_ENTRY 1
| #define HAVE_FINITE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SYSLOG 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATEXIT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16697: result: no
configure:16602: checking for the pthreads library -lpthread
configure:16640: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread  -D_GNU_SOURCE    conftest.c -lpthread    -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c: In function `main':
conftest.c:126: warning: 'th' might be used uninitialized in this function
configure:16646: $? = 0
configure:16650: test -z
    || test ! -s conftest.err
configure:16653: $? = 0
configure:16656: test -s conftest
configure:16659: $? = 0
configure:16697: result: yes
configure:16552: checking whether pthreads work with --thread-safe
configure:16640: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread  --thread-safe -D_GNU_SOURCE    conftest.c   -lpthread    -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
cc1: error: unrecognized command line option "-fthread-safe"
configure:16646: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_REPLACE_HISTORY_ENTRY 1
| #define HAVE_FINITE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SYSLOG 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATEXIT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16697: result: no
configure:16552: checking whether pthreads work with -mt
configure:16640: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread  -mt -D_GNU_SOURCE    conftest.c   -lpthread    -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
cc1: error: invalid option `t'
configure:16646: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_REPLACE_HISTORY_ENTRY 1
| #define HAVE_FINITE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SYSLOG 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATEXIT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16697: result: no
configure:16602: checking for the pthreads library -lpthreadGC2
configure:16640: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread   -D_GNU_SOURCE    conftest.c -lpthreadGC2  -lpthread    -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
conftest.c: In function `main':
conftest.c:126: warning: 'th' might be used uninitialized in this function
/usr/bin/ld: cannot find -lpthreadGC2
collect2: ld returned 1 exit status
configure:16646: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_REPLACE_HISTORY_ENTRY 1
| #define HAVE_FINITE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SYSLOG 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATEXIT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:16697: result: no
configure:16949: checking pthread.h usability
configure:16961: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE  conftest.c >&5
configure:16967: $? = 0
configure:16971: test -z
    || test ! -s conftest.err
configure:16974: $? = 0
configure:16977: test -s conftest.o
configure:16980: $? = 0
configure:16990: result: yes
configure:16994: checking pthread.h presence
configure:17004: gcc -E -D_GNU_SOURCE  conftest.c
configure:17010: $? = 0
configure:17030: result: yes
configure:17065: checking for pthread.h
configure:17072: result: yes
configure:17092: checking for strerror_r
configure:17149: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm   -lpthread    >&5
configure:17155: $? = 0
configure:17159: test -z
    || test ! -s conftest.err
configure:17162: $? = 0
configure:17165: test -s conftest
configure:17168: $? = 0
configure:17180: result: yes
configure:17092: checking for getpwuid_r
configure:17149: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm   -lpthread    >&5
configure:17155: $? = 0
configure:17159: test -z
    || test ! -s conftest.err
configure:17162: $? = 0
configure:17165: test -s conftest
configure:17168: $? = 0
configure:17180: result: yes
configure:17092: checking for gethostbyname_r
configure:17149: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm   -lpthread    >&5
configure:17155: $? = 0
configure:17159: test -z
    || test ! -s conftest.err
configure:17162: $? = 0
configure:17165: test -s conftest
configure:17168: $? = 0
configure:17180: result: yes
configure:17192: checking whether getpwuid_r takes a fifth argument
configure:17219: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:130: warning: 'uid' might be used uninitialized in this function
conftest.c:131: warning: 'space' might be used uninitialized in this function
conftest.c:132: warning: 'buf' might be used uninitialized in this function
conftest.c:133: warning: 'bufsize' might be used uninitialized in this function
conftest.c:134: warning: 'result' might be used uninitialized in this function
configure:17225: $? = 0
configure:17229: test -z
    || test ! -s conftest.err
configure:17232: $? = 0
configure:17235: test -s conftest.o
configure:17238: $? = 0
configure:17249: result: yes
configure:17259: checking whether strerror_r returns int
configure:17285: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing  -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE  conftest.c >&5
conftest.c: In function `main':
conftest.c:131: error: conflicting types for 'strerror_r'
/usr/include/string.h:282: error: previous declaration of 'strerror_r' was here
configure:17291: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_REPLACE_HISTORY_ENTRY 1
| #define HAVE_FINITE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SYSLOG 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATEXIT 1
| #define HAVE_FSEEKO 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define GETPWUID_R_5ARG
| /* end confdefs.h.  */
| #include <string.h>
| int
| main ()
| {
| #ifndef _AIX
| int strerror_r(int, char *, size_t);
| #else
| /* Older AIX has 'int' for the third argument so we don't test the args. */
| int strerror_r();
| #endif
|   ;
|   return 0;
| }
configure:17315: result: no
configure:17598: checking test program
configure:17613: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5
configure:17616: $? = 0
configure:17618: ./conftest
./conftest: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory
configure:17621: $? = 127
configure: program exited with status 127
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.6"
| #define PACKAGE_STRING "PostgreSQL 8.2.6"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "8.2.6"
| #define ENABLE_NLS 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"
| #define ENABLE_THREAD_SAFETY 1
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80206
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_ENDIAN_H 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_NETINET_TCP_H 1
| #define HAVE_READLINE_READLINE_H 1
| #define HAVE_READLINE_HISTORY_H 1
| #define HAVE_STRINGIZE 1
| #define HAVE_FUNCNAME__FUNC 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TZNAME 1
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_UNIX_SOCKETS 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STRUCT_OPTION 1
| #define HAVE_INT_TIMEZONE
| #define ACCEPT_TYPE_RETURN int
| #define ACCEPT_TYPE_ARG1 int
| #define ACCEPT_TYPE_ARG2 struct sockaddr *
| #define ACCEPT_TYPE_ARG3 size_t
| #define HAVE_CBRT 1
| #define HAVE_DLOPEN 1
| #define HAVE_FCVT 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_MEMMOVE 1
| #define HAVE_POLL 1
| #define HAVE_READLINK 1
| #define HAVE_SETSID 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYSCONF 1
| #define HAVE_TOWLOWER 1
| #define HAVE_UTIME 1
| #define HAVE_UTIMES 1
| #define HAVE_WAITPID 1
| #define HAVE_WCSTOMBS 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_POSIX_FADVISE 1
| #define HAVE_DECL_STRLCPY 0
| #define HAVE_DECL_F_FULLFSYNC 0
| #define HAVE_IPV6 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ISINF 1
| #define HAVE_CRYPT 1
| #define HAVE_FSEEKO 1
| #define HAVE_GETOPT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_INET_ATON 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE_SRANDOM 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_GETOPT_LONG 1
| #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
| #define HAVE_RL_COMPLETION_MATCHES 1
| #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
| #define HAVE_REPLACE_HISTORY_ENTRY 1
| #define HAVE_FINITE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_SYSLOG 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOULL 1
| #define HAVE_ATEXIT 1
| #define HAVE_FSEEKO 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define GETPWUID_R_5ARG
| /* end confdefs.h.  */
| int main() { return 0; }
configure:17631: result: failed
configure:17636: error:
Could not execute a simple test program.  This may be a problem
related to locating shared libraries.  Check the file 'config.log'
for the exact reason.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_stringize=yes
ac_cv_c_volatile=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_DOCBOOKSTYLE_set=
ac_cv_env_DOCBOOKSTYLE_value=
ac_cv_env_LDFLAGS_SL_set=
ac_cv_env_LDFLAGS_SL_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_accept_arg1=int
ac_cv_func_accept_arg2='struct sockaddr *'
ac_cv_func_accept_arg3=size_t
ac_cv_func_accept_return=int
ac_cv_func_atexit=yes
ac_cv_func_cbrt=yes
ac_cv_func_crypt=yes
ac_cv_func_dlopen=yes
ac_cv_func_fcvt=yes
ac_cv_func_fdatasync=yes
ac_cv_func_fseeko=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_getopt=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getpeereid=no
ac_cv_func_getpwuid_r=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_inet_aton=yes
ac_cv_func_isinf=yes
ac_cv_func_memmove=yes
ac_cv_func_poll=yes
ac_cv_func_pstat=no
ac_cv_func_random=yes
ac_cv_func_readlink=yes
ac_cv_func_replace_history_entry=yes
ac_cv_func_rint=yes
ac_cv_func_rl_completion_matches=yes
ac_cv_func_rl_filename_completion_function=yes
ac_cv_func_setproctitle=no
ac_cv_func_setsid=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_snprintf=yes
ac_cv_func_srandom=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strlcpy=no
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_symlink=yes
ac_cv_func_sysconf=yes
ac_cv_func_syslog=yes
ac_cv_func_towlower=yes
ac_cv_func_unsetenv=yes
ac_cv_func_utime=yes
ac_cv_func_utimes=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_waitpid=yes
ac_cv_func_wcstombs=yes
ac_cv_have_decl_F_FULLFSYNC=no
ac_cv_have_decl_fdatasync=yes
ac_cv_have_decl_posix_fadvise=yes
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_strlcpy=no
ac_cv_have_decl_vsnprintf=yes
ac_cv_header_SupportDefs_h=no
ac_cv_header_crypt_h=yes
ac_cv_header_dld_h=no
ac_cv_header_endian_h=yes
ac_cv_header_fp_class_h=no
ac_cv_header_getopt_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_inttypes_h=yes
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=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pthread_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=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
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=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
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=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-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=yes
ac_cv_member_struct_sockaddr_storage_ss_len=no
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_LD=/usr/bin/ld
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_TAR=/bin/tar
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_gnu_ld=yes
ac_cv_search_crypt=-lcrypt
ac_cv_search_dlopen=-ldl
ac_cv_search_fdatasync='none required'
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=time.h
ac_cv_sys_largefile_source=no
ac_cv_type_struct_addrinfo=yes
ac_cv_type_struct_cmsgcred=no
ac_cv_type_struct_fcred=no
ac_cv_type_struct_option=yes
ac_cv_type_struct_sockaddr_in6=yes
ac_cv_type_struct_sockaddr_storage=yes
ac_cv_type_struct_sockaddr_un=yes
ac_cv_type_struct_sockcred=no
ac_cv_type_union_semun=no
ac_cv_type_z_streamp=yes
ac_cv_var_tzname=yes
pgac_cv_c_signed=yes
pgac_cv_check_readline='-lreadline -lncurses'
pgac_cv_func_gettimeofday_1arg=no
pgac_cv_funcname_func_support=yes
pgac_cv_path_flex=/usr/bin/flex
pgac_cv_var_PS_STRINGS=no
pgac_cv_var_int_optreset=no
pgac_cv_var_int_timezone=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

AWK='gawk'
CC='gcc'
CFLAGS='-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing'
COLLATEINDEX=''
CPP='gcc -E'
CPPFLAGS='-D_GNU_SOURCE '
DEFS=''
DOCBOOKSTYLE=''
DTRACE=''
DTRACEFLAGS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ELF_SYS='true'
EXEEXT=''
FLEX='/usr/bin/flex'
FLEXFLAGS=''
GCC='yes'
HAVE_IPV6='yes'
HAVE_POSIX_SIGNALS=''
INCLUDES=''
JADE=''
LD='/usr/bin/ld'
LDAP_LIBS_BE=''
LDAP_LIBS_FE=''
LDFLAGS=' '
LDFLAGS_SL=''
LIBOBJS=' strlcpy.o'
LIBS='-lz -lreadline -lncurses -lcrypt -ldl -lm '
LN_S='ln -s'
LTLIBOBJS=''
MSGFMT=''
MSGMERGE=''
NSGMLS=''
OBJEXT='o'
PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
PACKAGE_NAME='PostgreSQL'
PACKAGE_STRING='PostgreSQL 8.2.6'
PACKAGE_TARNAME='postgresql'
PACKAGE_VERSION='8.2.6'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PORTNAME='linux'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS=' -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS'
PTHREAD_LIBS=' -lpthread   '
PYTHON=''
RANLIB='ranlib'
SGMLSPL=''
SHELL='/bin/sh'
STRIP='strip'
STRIP_SHARED_LIB='strip --strip-unneeded'
STRIP_STATIC_LIB='strip -x'
TAR='/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='ko'
XGETTEXT=''
YACC='bison -y'
YFLAGS=''
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
acx_pthread_config=''
autodepend='yes'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
configure_args=''--enable-nls=ko' '--enable-depend' '--enable-thread-safety-force''
datadir='${prefix}/share'
default_port='5432'
docdir='${prefix}/doc'
enable_debug='no'
enable_dtrace='no'
enable_nls='yes'
enable_rpath='yes'
enable_shared='yes'
enable_thread_safety='yes'
exec_prefix='NONE'
have_docbook=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
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='NONE'
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=''
vpath_build=''
with_bonjour='no'
with_gnu_ld='yes'
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 ACCEPT_TYPE_ARG1 int
#define ACCEPT_TYPE_ARG2 struct sockaddr *
#define ACCEPT_TYPE_ARG3 size_t
#define ACCEPT_TYPE_RETURN int
#define DEF_PGPORT 5432
#define DEF_PGPORT_STR "5432"
#define ENABLE_NLS 1
#define ENABLE_THREAD_SAFETY 1
#define GETPWUID_R_5ARG
#define HAVE_ATEXIT 1
#define HAVE_CBRT 1
#define HAVE_CRYPT 1
#define HAVE_CRYPT_H 1
#define HAVE_DECL_FDATASYNC 1
#define HAVE_DECL_F_FULLFSYNC 0
#define HAVE_DECL_POSIX_FADVISE 1
#define HAVE_DECL_SNPRINTF 1
#define HAVE_DECL_STRLCPY 0
#define HAVE_DECL_VSNPRINTF 1
#define HAVE_DLOPEN 1
#define HAVE_ENDIAN_H 1
#define HAVE_FCVT 1
#define HAVE_FDATASYNC 1
#define HAVE_FINITE 1
#define HAVE_FSEEKO 1
#define HAVE_FSEEKO 1
#define HAVE_FUNCNAME__FUNC 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETHOSTBYNAME_R 1
#define HAVE_GETOPT 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG 1
#define HAVE_GETPWUID_R 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETRUSAGE 1
#define HAVE_INET_ATON 1
#define HAVE_INTTYPES_H 1
#define HAVE_INT_TIMEZONE
#define HAVE_IPV6 1
#define HAVE_ISINF 1
#define HAVE_LANGINFO_H 1
#define HAVE_LIBM 1
#define HAVE_LIBREADLINE 1
#define HAVE_LIBZ 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_POLL 1
#define HAVE_POLL_H 1
#define HAVE_PWD_H 1
#define HAVE_RANDOM 1
#define HAVE_READLINE_HISTORY_H 1
#define HAVE_READLINE_READLINE_H 1
#define HAVE_READLINK 1
#define HAVE_REPLACE_HISTORY_ENTRY 1
#define HAVE_RINT 1
#define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
#define HAVE_RL_COMPLETION_MATCHES 1
#define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
#define HAVE_SETSID 1
#define HAVE_SIGPROCMASK 1
#define HAVE_SIGSETJMP 1
#define HAVE_SNPRINTF 1
#define HAVE_SPINLOCKS 1
#define HAVE_SRANDOM 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRERROR_R 1
#define HAVE_STRINGIZE 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRTOL 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOUL 1
#define HAVE_STRTOULL 1
#define HAVE_STRUCT_ADDRINFO 1
#define HAVE_STRUCT_OPTION 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
#define HAVE_STRUCT_SOCKADDR_UN 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_SYMLINK 1
#define HAVE_SYSCONF 1
#define HAVE_SYSLOG 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_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_TM_ZONE 1
#define HAVE_TOWLOWER 1
#define HAVE_TZNAME 1
#define HAVE_UNISTD_H 1
#define HAVE_UNIX_SOCKETS 1
#define HAVE_UNSETENV 1
#define HAVE_UTIME 1
#define HAVE_UTIMES 1
#define HAVE_UTIME_H 1
#define HAVE_VSNPRINTF 1
#define HAVE_WAITPID 1
#define HAVE_WCHAR_H 1
#define HAVE_WCSTOMBS 1
#define HAVE_WCTYPE_H 1
#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
#define PACKAGE_NAME "PostgreSQL"
#define PACKAGE_STRING "PostgreSQL 8.2.6"
#define PACKAGE_TARNAME "postgresql"
#define PACKAGE_VERSION "8.2.6"
#define PG_KRB_SRVNAM "postgres"
#define PG_VERSION "8.2.6"
#define PG_VERSION_NUM 80206
#define PG_VERSION_STR "PostgreSQL 8.2.6 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-8)"

configure: exit 1

필요하다고 하셔서 올립니다...그런데 너무 기네요...ㅋ
부탁드립니다....

이 글에 대한 댓글이 총 2건 있습니다.
config.log 파일을 올려주시면 문제를 파악하는데 도움이 될 것 같습니다.

메세지 자체로 봐서는 아마도 공유 라이브러리를 찾는 부분에서 문제가 발생한 듯하고, 해당 라이브러리가 어떤 것인지 로그에서 확인하고 설치한 후 다시 시도하는 순서로 풀어야 할 듯 합니다.
김영우님이 2008-01-15 13:51에 작성한 댓글입니다. Edit

추가해주신 로그에 보면...


configure:17613: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE    conftest.c -lz -lreadline -lncurses -lcrypt -ldl -lm  >&5

configure:17616: $? = 0

configure:17618: ./conftest

./conftest: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory

configure:17621: $? = 127

configure: program exited with status 127


요런 부분이 있습니다.


설치 환경이 리눅스 환경인 것 같은데, libreadline.so.5 파일을 못 찾아서 오류가 나네요.


시스템에 redline 패키지가 설치되었는지 확인해보세요. 설치가 되어 있는데도 못 찾는다면 LD_LIBRARY_PATH 환경변수에 redline 라이브러리 경로를 추가하고 재시도해보세요.


저의 경우 예전에 솔라리스에 postgresql을 설치하는 과정에서 위와 같은 에러가 발생했는데.. readline 라이브러리 설치한 후 컴파일 되었던 기억이 있습니다.

김영우님이 2008-01-17 19:31에 작성한 댓글입니다. Edit
[Top]
No.
제목
작성자
작성일
조회
7309이런 용도로 사용하기 적합 할까요? [5]
최명진
2008-01-17
5833
7308Array data type 바인딩 [4]
최명진
2008-01-16
5669
7307사용자 생성중 [2]
초짜군
2008-01-16
6412
7306./configure 시 문제가 생깁니다.(다시) [2]
도움좀
2008-01-15
6262
7305클라이언트가 접속이 끊어졌는지 실시간으로 감시는 어떻게? [1]
심상호
2008-01-14
5810
7304RANK 쿼리문을 만들어 봤습니다. [1]
tyro
2008-01-11
6314
7303view 에서 rule적용 질문 (update, insert, delete) [8]
전홍준
2008-01-11
6624
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2024 DSN, All rights reserved.
작업시간: 0.029초, 이곳 서비스는
	PostgreSQL v16.2로 자료를 관리합니다