BUG #9545: Unable install postgres on AIX 5.3 - Mailing list pgsql-bugs
From | prasanna@semantifi.com |
---|---|
Subject | BUG #9545: Unable install postgres on AIX 5.3 |
Date | |
Msg-id | 20140312132858.433.47391@wrigleys.postgresql.org Whole thread Raw |
Responses |
Re: BUG #9545: Unable install postgres on AIX 5.3
|
List | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 9545 Logged by: Prasanna kumar kuppa Email address: prasanna@semantifi.com PostgreSQL version: 9.2.7 Operating system: AIX 5.3 Description: 1)I have downloaded the PostgreSQL from following location ftp://ftp.postgresql.org/pub/source/v9.2.7/postgresql-9.2.7.tar.gz 2)After downloading i have used the following to command to configure: ./configure --prefix=/apps/Semantifi/postgres 3)During this process i am getting the following error message: "configure: error: thread test program failed This platform is not thread-safe. Check the file 'config.log' or compile and run src/test/thread/thread_test for the exact reason.". I can't disable the thread safety for PostgreSQL. Can you please suggest the solution for this problem. Thanks in advance. Pasting the config.log file ----------------------------------------- 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 9.2.7, which was generated by GNU Autoconf 2.63. Invocation command line was $ /apps/Semantifi//postgres/postgresql-9.2.7/configure --prefix=/apps/Semantifi/postgres/ ## --------- ## ## Platform. ## ## --------- ## hostname = sovma147 uname -m = 0002A827D600 uname -r = 3 uname -s = AIX uname -v = 5 /usr/bin/uname -p = powerpc /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = 5.3.0.0 /bin/universe = unknown PATH: /usr/bin PATH: /etc PATH: /usr/sbin PATH: /usr/ucb PATH: /usr/bin/X11 PATH: /sbin PATH: /usr/java6_64/jre/bin PATH: /usr/java6_64/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2066: checking build system type configure:2084: result: powerpc-ibm-aix5.3.0.0 configure:2106: checking host system type configure:2121: result: powerpc-ibm-aix5.3.0.0 configure:2145: checking which template to use configure:2235: result: aix configure:2342: checking whether to build with 64-bit integer date/time support configure:2377: result: yes configure:2384: checking whether NLS is wanted configure:2418: result: no configure:2426: checking for default port number configure:2455: result: 5432 configure:2868: checking for block size configure:2908: result: 8kB configure:2920: checking for segment size configure:2953: result: 1GB configure:2965: checking for WAL block size configure:3006: result: 8kB configure:3018: checking for WAL segment size configure:3059: result: 16MB configure:3161: checking for gcc configure:3177: found /usr/bin/gcc configure:3188: result: gcc configure:3222: checking for C compiler version configure:3230: gcc --version >&5 gcc (GCC) 4.4.5 Copyright (C) 2010 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:3234: $? = 0 configure:3241: gcc -v >&5 Using built-in specs. Target: powerpc-ibm-aix5.3.0.0 Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --enable-languages=c,c++,java --prefix=/opt/freeware --infodir=/opt/freeware/info --mandir=/opt/freeware/man --enable-threads --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.3.0.0 --target=powerpc-ibm-aix5.3.0.0 --build=powerpc-ibm-aix5.3.0.0 --disable-libjava-multilib Thread model: aix gcc version 4.4.5 (GCC) configure:3245: $? = 0 configure:3252: gcc -V >&5 gcc: '-V' option must have argument configure:3256: $? = 1 configure:3279: checking for C compiler default output file name configure:3301: gcc conftest.c >&5 configure:3305: $? = 0 configure:3343: result: a.out configure:3362: checking whether the C compiler works configure:3372: ./a.out configure:3376: $? = 0 configure:3395: result: yes configure:3402: checking whether we are cross compiling configure:3404: result: no configure:3407: checking for suffix of executables configure:3414: gcc -o conftest conftest.c >&5 configure:3418: $? = 0 configure:3444: result: configure:3450: checking for suffix of object files configure:3476: gcc -c conftest.c >&5 configure:3480: $? = 0 configure:3505: result: o configure:3509: checking whether we are using the GNU C compiler configure:3538: gcc -c conftest.c >&5 configure:3545: $? = 0 configure:3562: result: yes configure:3571: checking whether gcc accepts -g configure:3601: gcc -c -g conftest.c >&5 configure:3608: $? = 0 configure:3709: result: yes configure:3726: checking for gcc option to accept ISO C89 configure:3800: gcc -c -g -O2 conftest.c >&5 configure:3807: $? = 0 configure:3830: result: none needed configure:3876: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:22: error: 'choke' undeclared (first use in this function) conftest.c:22: error: (Each undeclared identifier is reported only once conftest.c:22: error: for each function it appears in.) conftest.c:22: error: expected ';' before 'me' configure:3883: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | /* end confdefs.h. */ | | int | main () | { | #ifndef __INTEL_COMPILER | choke me | #endif | ; | return 0; | } configure:3923: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:22: error: 'choke' undeclared (first use in this function) conftest.c:22: error: (Each undeclared identifier is reported only once conftest.c:22: error: for each function it appears in.) conftest.c:22: error: expected ';' before 'me' configure:3930: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | /* end confdefs.h. */ | | int | main () | { | #ifndef __SUNPRO_C | choke me | #endif | ; | return 0; | } configure:3984: checking whether gcc supports -Wdeclaration-after-statement configure:4014: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement conftest.c >&5 configure:4021: $? = 0 configure:4038: result: yes configure:4044: checking whether gcc supports -Wendif-labels configure:4074: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels conftest.c >&5 configure:4081: $? = 0 configure:4098: result: yes configure:4104: checking whether gcc supports -Wmissing-format-attribute configure:4134: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute conftest.c >&5 configure:4141: $? = 0 configure:4158: result: yes configure:4165: checking whether gcc supports -Wformat-security configure:4195: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security conftest.c >&5 configure:4202: $? = 0 configure:4219: result: yes configure:4226: checking whether gcc supports -fno-strict-aliasing configure:4256: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing conftest.c >&5 configure:4263: $? = 0 configure:4280: result: yes configure:4287: checking whether gcc supports -fwrapv configure:4317: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:4324: $? = 0 configure:4341: result: yes configure:4348: checking whether gcc supports -fexcess-precision=standard configure:4378: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard conftest.c >&5 cc1: error: unrecognized command line option "-fexcess-precision=standard" configure:4385: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:4402: result: no configure:4697: checking whether the C compiler still works configure:4720: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:4727: $? = 0 configure:4735: result: yes configure:4777: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:4784: $? = 0 configure:4807: checking how to run the C preprocessor configure:4847: gcc -E conftest.c configure:4854: $? = 0 configure:4885: gcc -E conftest.c conftest.c:17:28: error: ac_nonexistent.h: No such file or directory configure:4892: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4925: result: gcc -E configure:4954: gcc -E conftest.c configure:4961: $? = 0 configure:4992: gcc -E conftest.c conftest.c:17:28: error: ac_nonexistent.h: No such file or directory configure:4999: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5158: checking allow thread-safe client libraries configure:5192: result: yes configure:5199: checking whether to build with Tcl configure:5227: result: no configure:5263: checking whether to build Perl modules configure:5291: result: no configure:5298: checking whether to build Python modules configure:5326: result: no configure:5333: checking whether to build with GSSAPI support configure:5368: result: no configure:5374: checking whether to build with Kerberos 5 support configure:5409: result: no configure:5456: checking whether to build with PAM support configure:5488: result: no configure:5495: checking whether to build with LDAP support configure:5527: result: no configure:5534: checking whether to build with Bonjour support configure:5566: result: no configure:5573: checking whether to build with OpenSSL support configure:5605: result: no configure:5612: checking whether to build with SELinux support configure:5641: result: no configure:5951: checking for grep that handles long lines and -e configure:6011: result: /usr/bin/grep configure:6016: checking for egrep configure:6080: result: /usr/bin/grep -E configure:6131: checking for ld used by GCC configure:6194: result: /usr/bin/ld configure:6203: checking if the linker (/usr/bin/ld) is GNU ld configure:6215: result: no configure:6328: checking for ranlib configure:6344: found /usr/bin/ranlib configure:6355: result: ranlib configure:6421: checking for strip configure:6437: found /usr/bin/strip configure:6448: result: strip configure:6471: checking whether it is possible to strip libraries configure:6481: result: no configure:6530: checking for ar configure:6546: found /usr/bin/ar configure:6557: result: ar configure:6860: checking for tar configure:6878: found /usr/bin/tar configure:6890: result: /usr/bin/tar configure:6898: checking whether ln -s works configure:6902: result: yes configure:6913: checking for gawk configure:6943: result: no configure:6913: checking for mawk configure:6943: result: no configure:6913: checking for nawk configure:6929: found /usr/bin/nawk configure:6940: result: nawk configure:6951: checking for a thread-safe mkdir -p configure:6990: result: /apps/Semantifi//postgres/postgresql-9.2.7/config/install-sh -c -d configure:7006: checking for bison configure:7039: result: no configure:7066: WARNING: *** Without Bison you will not be able to build PostgreSQL from Git nor *** change any of the parser definition files. You can obtain Bison from *** a GNU mirror site. (If you are using the official distribution of *** PostgreSQL then you do not need to worry about this, because the Bison *** output is pre-generated.) configure:7082: checking for flex configure:7127: result: no configure:7130: WARNING: *** Without Flex you will not be able to build PostgreSQL from Git nor *** change any of the scanner definition files. You can obtain Flex from *** a GNU mirror site. (If you are using the official distribution of *** PostgreSQL then you do not need to worry about this because the Flex *** output is pre-generated.) configure:7159: checking for perl configure:7177: found /usr/bin/perl configure:7189: result: /usr/bin/perl configure:7201: using perl 5.8.8 configure:7464: checking for main in -lm configure:7493: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lm >&5 configure:7500: $? = 0 configure:7521: result: yes configure:7532: checking for library containing setproctitle configure:7573: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .setproctitle ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:7580: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setproctitle (); | int | main () | { | return setproctitle (); | ; | return 0; | } configure:7573: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lutil -lm >&5 collect2: library libutil not found configure:7580: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setproctitle (); | int | main () | { | return setproctitle (); | ; | return 0; | } configure:7611: result: no configure:7619: checking for library containing dlopen configure:7660: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lm >&5 configure:7667: $? = 0 configure:7698: result: none required configure:7706: checking for library containing socket configure:7747: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lm >&5 configure:7754: $? = 0 configure:7785: result: none required configure:7793: checking for library containing shl_load configure:7834: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .shl_load ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:7841: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:7834: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -ldld -lm >&5 collect2: library libdld not found configure:7841: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:7872: result: no configure:7883: checking for library containing ldopen configure:7924: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .ldopen ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:7931: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char ldopen (); | int | main () | { | return ldopen (); | ; | return 0; | } configure:7924: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lld -lm >&5 configure:7931: $? = 0 configure:7962: result: -lld configure:7972: checking for library containing getopt_long configure:8013: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lld -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .getopt_long ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:8020: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getopt_long (); | int | main () | { | return getopt_long (); | ; | return 0; | } configure:8013: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lgetopt -lld -lm >&5 collect2: library libgetopt not found configure:8020: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getopt_long (); | int | main () | { | return getopt_long (); | ; | return 0; | } configure:8013: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lgnugetopt -lld -lm >&5 collect2: library libgnugetopt not found configure:8020: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getopt_long (); | int | main () | { | return getopt_long (); | ; | return 0; | } configure:8051: result: no configure:8059: checking for library containing crypt configure:8100: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lld -lm >&5 configure:8107: $? = 0 configure:8138: result: none required configure:8147: checking for library containing fdatasync configure:8188: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lld -lm >&5 configure:8195: $? = 0 configure:8226: result: none required configure:8236: checking for library containing gethostbyname_r configure:8277: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lld -lm >&5 configure:8284: $? = 0 configure:8315: result: none required configure:8324: checking for library containing shmget configure:8365: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lld -lm >&5 configure:8372: $? = 0 configure:8403: result: none required configure:8415: checking for library containing readline configure:8457: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:8464: $? = 0 configure:8504: result: -lreadline configure:8531: checking for inflate in -lz configure:8566: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:8573: $? = 0 configure:8594: result: yes configure:9835: checking for ANSI C header files configure:9865: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:9872: $? = 0 configure:9971: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:9975: $? = 0 configure:9981: ./conftest configure:9985: $? = 0 configure:10003: result: yes configure:10027: checking for sys/types.h configure:10048: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10055: $? = 0 configure:10072: result: yes configure:10027: checking for sys/stat.h configure:10048: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10055: $? = 0 configure:10072: result: yes configure:10027: checking for stdlib.h configure:10048: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10055: $? = 0 configure:10072: result: yes configure:10027: checking for string.h configure:10048: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10055: $? = 0 configure:10072: result: yes configure:10027: checking for memory.h configure:10048: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10055: $? = 0 configure:10072: result: yes configure:10027: checking for strings.h configure:10048: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10055: $? = 0 configure:10072: result: yes configure:10027: checking for inttypes.h configure:10048: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10055: $? = 0 configure:10072: result: yes configure:10027: checking for stdint.h configure:10048: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10055: $? = 0 configure:10072: result: yes configure:10027: checking for unistd.h configure:10048: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10055: $? = 0 configure:10072: result: yes configure:10128: checking crypt.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking crypt.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for crypt.h configure:10248: result: yes configure:10128: checking dld.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:67:17: error: dld.h: No such file or directory configure:10152: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <dld.h> configure:10166: result: no configure:10170: checking dld.h presence configure:10185: gcc -E conftest.c conftest.c:34:17: error: dld.h: No such file or directory configure:10192: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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:10206: result: no configure:10239: checking for dld.h configure:10248: result: no configure:10128: checking fp_class.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:67:22: error: fp_class.h: No such file or directory configure:10152: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <fp_class.h> configure:10166: result: no configure:10170: checking fp_class.h presence configure:10185: gcc -E conftest.c conftest.c:34:22: error: fp_class.h: No such file or directory configure:10192: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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 <fp_class.h> configure:10206: result: no configure:10239: checking for fp_class.h configure:10248: result: no configure:10128: checking getopt.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:67:20: error: getopt.h: No such file or directory configure:10152: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <getopt.h> configure:10166: result: no configure:10170: checking getopt.h presence configure:10185: gcc -E conftest.c conftest.c:34:20: error: getopt.h: No such file or directory configure:10192: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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 <getopt.h> configure:10206: result: no configure:10239: checking for getopt.h configure:10248: result: no configure:10128: checking ieeefp.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:67:20: error: ieeefp.h: No such file or directory configure:10152: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <ieeefp.h> configure:10166: result: no configure:10170: checking ieeefp.h presence configure:10185: gcc -E conftest.c conftest.c:34:20: error: ieeefp.h: No such file or directory configure:10192: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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 <ieeefp.h> configure:10206: result: no configure:10239: checking for ieeefp.h configure:10248: result: no configure:10128: checking ifaddrs.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:67:21: error: ifaddrs.h: No such file or directory configure:10152: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <ifaddrs.h> configure:10166: result: no configure:10170: checking ifaddrs.h presence configure:10185: gcc -E conftest.c conftest.c:34:21: error: ifaddrs.h: No such file or directory configure:10192: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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 <ifaddrs.h> configure:10206: result: no configure:10239: checking for ifaddrs.h configure:10248: result: no configure:10128: checking langinfo.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking langinfo.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for langinfo.h configure:10248: result: yes configure:10128: checking poll.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking poll.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for poll.h configure:10248: result: yes configure:10128: checking pwd.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking pwd.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for pwd.h configure:10248: result: yes configure:10128: checking sys/ioctl.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking sys/ioctl.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for sys/ioctl.h configure:10248: result: yes configure:10128: checking sys/ipc.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking sys/ipc.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for sys/ipc.h configure:10248: result: yes configure:10128: checking sys/poll.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking sys/poll.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for sys/poll.h configure:10248: result: yes configure:10128: checking sys/pstat.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:73:23: error: sys/pstat.h: No such file or directory configure:10152: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/pstat.h> configure:10166: result: no configure:10170: checking sys/pstat.h presence configure:10185: gcc -E conftest.c conftest.c:40:23: error: sys/pstat.h: No such file or directory configure:10192: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_POLL_H 1 | /* end confdefs.h. */ | #include <sys/pstat.h> configure:10206: result: no configure:10239: checking for sys/pstat.h configure:10248: result: no configure:10128: checking sys/resource.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking sys/resource.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for sys/resource.h configure:10248: result: yes configure:10128: checking sys/select.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking sys/select.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for sys/select.h configure:10248: result: yes configure:10128: checking sys/sem.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking sys/sem.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for sys/sem.h configure:10248: result: yes configure:10128: checking sys/shm.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking sys/shm.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for sys/shm.h configure:10248: result: yes configure:10128: checking sys/socket.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking sys/socket.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for sys/socket.h configure:10248: result: yes configure:10128: checking sys/sockio.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:78:24: error: sys/sockio.h: No such file or directory configure:10152: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/sockio.h> configure:10166: result: no configure:10170: checking sys/sockio.h presence configure:10185: gcc -E conftest.c conftest.c:45:24: error: sys/sockio.h: No such file or directory configure:10192: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include <sys/sockio.h> configure:10206: result: no configure:10239: checking for sys/sockio.h configure:10248: result: no configure:10128: checking sys/tas.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:78:21: error: sys/tas.h: No such file or directory configure:10152: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/tas.h> configure:10166: result: no configure:10170: checking sys/tas.h presence configure:10185: gcc -E conftest.c conftest.c:45:21: error: sys/tas.h: No such file or directory configure:10192: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include <sys/tas.h> configure:10206: result: no configure:10239: checking for sys/tas.h configure:10248: result: no configure:10128: checking sys/time.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking sys/time.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for sys/time.h configure:10248: result: yes configure:10128: checking sys/un.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking sys/un.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for sys/un.h configure:10248: result: yes configure:10128: checking termios.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking termios.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for termios.h configure:10248: result: yes configure:10128: checking ucred.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:81:19: error: ucred.h: No such file or directory configure:10152: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <ucred.h> configure:10166: result: no configure:10170: checking ucred.h presence configure:10185: gcc -E conftest.c conftest.c:48:19: error: ucred.h: No such file or directory configure:10192: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include <ucred.h> configure:10206: result: no configure:10239: checking for ucred.h configure:10248: result: no configure:10128: checking utime.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking utime.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for utime.h configure:10248: result: yes configure:10128: checking wchar.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking wchar.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for wchar.h configure:10248: result: yes configure:10128: checking wctype.h usability configure:10145: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10152: $? = 0 configure:10166: result: yes configure:10170: checking wctype.h presence configure:10185: gcc -E conftest.c configure:10192: $? = 0 configure:10206: result: yes configure:10239: checking for wctype.h configure:10248: result: yes configure:10270: checking for net/if.h configure:10295: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10302: $? = 0 configure:10319: result: yes configure:10339: checking for sys/ucred.h configure:10362: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:88:23: error: sys/ucred.h: No such file or directory configure:10369: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/param.h> | | | #include <sys/ucred.h> configure:10386: result: no configure:10418: checking netinet/in.h usability configure:10435: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10442: $? = 0 configure:10456: result: yes configure:10460: checking netinet/in.h presence configure:10475: gcc -E conftest.c configure:10482: $? = 0 configure:10496: result: yes configure:10529: checking for netinet/in.h configure:10538: result: yes configure:10557: checking for netinet/tcp.h configure:10582: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10589: $? = 0 configure:10606: result: yes configure:10637: checking readline/readline.h usability configure:10654: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10661: $? = 0 configure:10675: result: yes configure:10679: checking readline/readline.h presence configure:10694: gcc -E conftest.c configure:10701: $? = 0 configure:10715: result: yes configure:10748: checking for readline/readline.h configure:10757: result: yes configure:10950: checking readline/history.h usability configure:10967: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:10974: $? = 0 configure:10988: result: yes configure:10992: checking readline/history.h presence configure:11007: gcc -E conftest.c configure:11014: $? = 0 configure:11028: result: yes configure:11061: checking for readline/history.h configure:11070: result: yes configure:12190: checking zlib.h usability configure:12207: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:12214: $? = 0 configure:12228: result: yes configure:12232: checking zlib.h presence configure:12247: gcc -E conftest.c configure:12254: $? = 0 configure:12268: result: yes configure:12301: checking for zlib.h configure:12308: result: yes configure:14510: checking whether byte ordering is bigendian configure:14535: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:57: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a' configure:14542: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:14592: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:14599: $? = 0 configure:14631: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:14638: $? = 0 configure:14890: result: yes configure:14915: checking for an ANSI C-conforming const configure:14990: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:86: warning: 't' is used uninitialized in this function conftest.c:102: warning: 'b' is used uninitialized in this function conftest.c:65: warning: 'cs[0]' is used uninitialized in this function configure:14997: $? = 0 configure:15012: result: yes configure:15022: checking for inline configure:15048: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:60: warning: no previous prototype for 'foo' configure:15055: $? = 0 configure:15073: result: inline configure:15092: checking for quiet inline (no complaint if unreferenced) configure:15122: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:15129: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | static inline int fun () {return 0;} | int | main () | { | | ; | return 0; | } configure:15151: result: no configure:15161: checking for preprocessor stringizing operator configure:15185: result: yes configure:15196: checking for flexible array members configure:15229: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:15236: $? = 0 configure:15251: result: yes configure:15266: checking for signed types configure:15292: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:63: warning: unused variable 'i' conftest.c:63: warning: unused variable 's' conftest.c:63: warning: unused variable 'c' configure:15299: $? = 0 configure:15314: result: yes configure:15323: checking for working volatile configure:15352: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:66: warning: 'x' is used uninitialized in this function configure:15359: $? = 0 configure:15374: result: yes configure:15384: checking for __func__ configure:15410: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:15417: $? = 0 configure:15432: result: yes configure:15499: checking whether struct tm is in sys/time.h or time.h configure:15529: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:15536: $? = 0 configure:15551: result: time.h configure:15561: checking for struct tm.tm_zone configure:15592: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:68: error: 'struct tm' has no member named 'tm_zone' configure:15599: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <time.h> | | | int | main () | { | static struct tm ac_aggr; | if (ac_aggr.tm_zone) | return 0; | ; | return 0; | } configure:15635: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:68: error: 'struct tm' has no member named 'tm_zone' configure:15642: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <time.h> | | | int | main () | { | static struct tm ac_aggr; | if (sizeof ac_aggr.tm_zone) | return 0; | ; | return 0; | } configure:15660: result: no configure:15678: checking for tzname configure:15708: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 conftest.c: In function 'main': conftest.c:68: warning: implicit declaration of function 'atoi' ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:15715: $? = 0 configure:15735: result: yes configure:15745: checking for union semun configure:15776: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:68: error: invalid application of 'sizeof' to incomplete type 'union semun' configure:15783: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/ipc.h> | #include <sys/sem.h> | | int | main () | { | if (sizeof (union semun)) | return 0; | ; | return 0; | } configure:15843: result: no configure:15854: checking for struct sockaddr_un configure:15887: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:15894: $? = 0 configure:15926: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:70: error: expected expression before ')' token configure:15933: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <sys/types.h> | #ifdef HAVE_SYS_UN_H | #include <sys/un.h> | #endif | | | int | main () | { | if (sizeof ((struct sockaddr_un))) | return 0; | ; | return 0; | } configure:15956: result: yes configure:15966: checking for struct sockaddr_storage configure:15999: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:16006: $? = 0 configure:16038: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:71: error: expected expression before ')' token configure:16045: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | /* end confdefs.h. */ | #include <sys/types.h> | #ifdef HAVE_SYS_SOCKET_H | #include <sys/socket.h> | #endif | | | int | main () | { | if (sizeof ((struct sockaddr_storage))) | return 0; | ; | return 0; | } configure:16068: result: yes configure:16079: checking for struct sockaddr_storage.ss_family configure:16112: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:16119: $? = 0 configure:16182: result: yes configure:16192: checking for struct sockaddr_storage.__ss_family configure:16225: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:74: error: 'struct sockaddr_storage' has no member named '__ss_family' configure:16232: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 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:16270: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:74: error: 'struct sockaddr_storage' has no member named '__ss_family' configure:16277: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 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:16295: result: no configure:16305: checking for struct sockaddr_storage.ss_len configure:16338: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:74: error: 'struct sockaddr_storage' has no member named 'ss_len' configure:16345: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 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:16383: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:74: error: 'struct sockaddr_storage' has no member named 'ss_len' configure:16390: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 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:16408: result: no configure:16418: checking for struct sockaddr_storage.__ss_len configure:16451: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:16458: $? = 0 configure:16521: result: yes configure:16531: checking for struct sockaddr.sa_len configure:16564: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:16571: $? = 0 configure:16634: result: yes configure:16645: checking for struct addrinfo configure:16677: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:16684: $? = 0 configure:16715: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:74: error: expected expression before ')' token configure:16722: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/socket.h> | #include <netdb.h> | | | int | main () | { | if (sizeof ((struct addrinfo))) | return 0; | ; | return 0; | } configure:16745: result: yes configure:16757: checking for intptr_t configure:16785: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:16792: $? = 0 configure:16819: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:103: error: expected expression before ')' token configure:16826: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((intptr_t))) | return 0; | ; | return 0; | } configure:16849: result: yes configure:16914: checking for uintptr_t configure:16942: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:16949: $? = 0 configure:16976: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:104: error: expected expression before ')' token configure:16983: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((uintptr_t))) | return 0; | ; | return 0; | } configure:17006: result: yes configure:17072: checking for long long int configure:17119: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:17126: $? = 0 configure:17173: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:17177: $? = 0 configure:17183: ./conftest configure:17187: $? = 0 configure:17214: result: yes configure:17225: checking for locale_t configure:17252: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:71: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'x' configure:17259: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | /* end confdefs.h. */ | #include <locale.h> | locale_t x; | int | main () | { | | ; | return 0; | } configure:17291: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:70:21: error: xlocale.h: No such file or directory conftest.c:71: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'x' configure:17298: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | /* end confdefs.h. */ | #include <xlocale.h> | locale_t x; | int | main () | { | | ; | return 0; | } configure:17316: result: no configure:17333: checking for struct cmsgcred configure:17366: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:79: error: invalid application of 'sizeof' to incomplete type 'struct cmsgcred' configure:17373: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | /* end confdefs.h. */ | #include <sys/socket.h> | #include <sys/param.h> | #ifdef HAVE_SYS_UCRED_H | #include <sys/ucred.h> | #endif | | int | main () | { | if (sizeof (struct cmsgcred)) | return 0; | ; | return 0; | } configure:17435: result: no configure:17447: checking for struct option configure:17478: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:77: error: invalid application of 'sizeof' to incomplete type 'struct option' configure:17485: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | /* end confdefs.h. */ | #ifdef HAVE_GETOPT_H | #include <getopt.h> | #endif | | int | main () | { | if (sizeof (struct option)) | return 0; | ; | return 0; | } configure:17545: result: no configure:17561: checking for z_streamp configure:17590: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:17597: $? = 0 configure:17625: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:75: error: expected expression before ')' token configure:17632: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | /* end confdefs.h. */ | #include <zlib.h> | | int | main () | { | if (sizeof ((z_streamp))) | return 0; | ; | return 0; | } configure:17655: result: yes configure:18169: checking whether assembler supports lwarx hint bit configure:18193: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 Assembler: /tmp//ccQvi2f7.s: line 16: The fourth operand of the lwarx instruction is valid only for Power6 and later. configure:18200: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | /* end confdefs.h. */ | | int | main () | { | int a = 0; int *p = &a; int r; | __asm__ __volatile__ (" lwarx %0,0,%1,1\n" : "=&r"(r) : "r"(p)); | ; | return 0; | } configure:18214: result: no configure:18238: checking for special C compiler options needed for large files configure:18333: result: no configure:18339: checking for _FILE_OFFSET_BITS value needed for large files configure:18374: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:76: warning: left shift count >= width of type conftest.c:76: warning: left shift count >= width of type conftest.c:78: error: size of array 'off_t_is_large' is negative configure:18381: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | /* end confdefs.h. */ | #include <sys/types.h> | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:18425: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:77: warning: left shift count >= width of type conftest.c:77: warning: left shift count >= width of type conftest.c:79: error: size of array 'off_t_is_large' is negative configure:18432: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | /* end confdefs.h. */ | #define _FILE_OFFSET_BITS 64 | #include <sys/types.h> | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:18450: result: unknown configure:18462: checking for _LARGE_FILES value needed for large files configure:18497: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:76: warning: left shift count >= width of type conftest.c:76: warning: left shift count >= width of type conftest.c:78: error: size of array 'off_t_is_large' is negative configure:18504: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | /* end confdefs.h. */ | #include <sys/types.h> | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:18548: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:18555: $? = 0 configure:18573: result: 1 configure:18594: checking size of off_t configure:18899: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:18903: $? = 0 configure:18909: ./conftest configure:18913: $? = 0 configure:18939: result: 8 configure:18962: checking for int timezone configure:18993: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:19000: $? = 0 configure:19020: result: yes configure:19029: checking types of arguments for accept() configure:19074: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c:79: error: conflicting types for 'naccept' /usr/include/sys/socket.h:535: note: previous declaration of 'naccept' was here configure:19081: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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:19074: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:19081: $? = 0 configure:19115: result: int, int, struct sockaddr *, size_t * configure:19138: checking whether gettimeofday takes only one argument configure:19166: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:83: warning: 'tp' is used uninitialized in this function conftest.c:83: warning: 'tzp' is used uninitialized in this function configure:19173: $? = 0 configure:19188: result: no configure:19231: checking for cbrt configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 conftest.c:100: warning: conflicting types for built-in function 'cbrt' configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for dlopen configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for fdatasync configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for getifaddrs configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .getifaddrs ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:19294: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_FDATASYNC 1 | /* end confdefs.h. */ | /* Define getifaddrs to an innocuous variant, in case <limits.h> declares getifaddrs. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define getifaddrs innocuous_getifaddrs | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getifaddrs (); 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 getifaddrs | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getifaddrs (); | /* 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_getifaddrs || defined __stub___getifaddrs | choke me | #endif | | int | main () | { | return getifaddrs (); | ; | return 0; | } configure:19316: result: no configure:19231: checking for getpeerucred configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .getpeerucred ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:19294: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_FDATASYNC 1 | /* end confdefs.h. */ | /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define getpeerucred innocuous_getpeerucred | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getpeerucred (); 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 getpeerucred | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getpeerucred (); | /* 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_getpeerucred || defined __stub___getpeerucred | choke me | #endif | | int | main () | { | return getpeerucred (); | ; | return 0; | } configure:19316: result: no configure:19231: checking for getrlimit configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for mbstowcs_l configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .mbstowcs_l ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:19294: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_FDATASYNC 1 | #define HAVE_GETRLIMIT 1 | /* end confdefs.h. */ | /* Define mbstowcs_l to an innocuous variant, in case <limits.h> declares mbstowcs_l. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define mbstowcs_l innocuous_mbstowcs_l | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mbstowcs_l (); 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 mbstowcs_l | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mbstowcs_l (); | /* 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_mbstowcs_l || defined __stub___mbstowcs_l | choke me | #endif | | int | main () | { | return mbstowcs_l (); | ; | return 0; | } configure:19316: result: no configure:19231: checking for memmove configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 conftest.c:104: warning: conflicting types for built-in function 'memmove' configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for poll configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for pstat configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .pstat ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:19294: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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 GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | 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 | #endif | | int | main () | { | return pstat (); | ; | return 0; | } configure:19316: result: no configure:19231: checking for readlink configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for setproctitle configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .setproctitle ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:19294: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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 GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | 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 | #endif | | int | main () | { | return setproctitle (); | ; | return 0; | } configure:19316: result: no configure:19231: checking for setsid configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for sigprocmask configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for symlink configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for towlower configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 conftest.c:110: warning: conflicting types for built-in function 'towlower' configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for utime configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for utimes configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for waitpid configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for wcstombs configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19294: $? = 0 configure:19316: result: yes configure:19231: checking for wcstombs_l configure:19287: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .wcstombs_l ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:19294: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | /* end confdefs.h. */ | /* Define wcstombs_l to an innocuous variant, in case <limits.h> declares wcstombs_l. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define wcstombs_l innocuous_wcstombs_l | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char wcstombs_l (); 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 wcstombs_l | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char wcstombs_l (); | /* 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_wcstombs_l || defined __stub___wcstombs_l | choke me | #endif | | int | main () | { | return wcstombs_l (); | ; | return 0; | } configure:19316: result: no configure:19333: checking for fseeko configure:19389: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19396: $? = 0 configure:19418: result: yes configure:19449: checking for _LARGEFILE_SOURCE value needed for large files configure:19478: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19485: $? = 0 configure:19558: result: no configure:19591: checking for posix_fadvise configure:19647: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:19654: $? = 0 configure:19676: result: yes configure:19688: checking whether posix_fadvise is declared configure:19718: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:19725: $? = 0 configure:19740: result: yes configure:19760: checking whether fdatasync is declared configure:19790: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:19797: $? = 0 configure:19812: result: yes configure:19830: checking whether strlcat is declared configure:19859: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:134: error: 'strlcat' undeclared (first use in this function) conftest.c:134: error: (Each undeclared identifier is reported only once conftest.c:134: error: for each function it appears in.) configure:19866: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | #ifndef strlcat | (void) strlcat; | #endif | | ; | return 0; | } configure:19881: result: no configure:19897: checking whether strlcpy is declared configure:19926: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:135: error: 'strlcpy' undeclared (first use in this function) conftest.c:135: error: (Each undeclared identifier is reported only once conftest.c:135: error: for each function it appears in.) configure:19933: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | #ifndef strlcpy | (void) strlcpy; | #endif | | ; | return 0; | } configure:19948: result: no configure:19967: checking whether F_FULLFSYNC is declared configure:19997: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:105: error: 'F_FULLFSYNC' undeclared (first use in this function) conftest.c:105: error: (Each undeclared identifier is reported only once conftest.c:105: error: for each function it appears in.) configure:20004: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | /* end confdefs.h. */ | #include <fcntl.h> | | int | main () | { | #ifndef F_FULLFSYNC | (void) F_FULLFSYNC; | #endif | | ; | return 0; | } configure:20019: result: no configure:20039: checking for struct sockaddr_in6 configure:20069: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:20076: $? = 0 configure:20105: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:138: error: expected expression before ')' token configure:20112: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #define HAVE_DECL_STRLCPY 0 | #define HAVE_DECL_F_FULLFSYNC 0 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <netinet/in.h> | | int | main () | { | if (sizeof ((struct sockaddr_in6))) | return 0; | ; | return 0; | } configure:20135: result: yes configure:20148: checking for PS_STRINGS configure:20177: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 conftest.c:101:29: error: machine/vmparam.h: No such file or directory conftest.c:102:22: error: sys/exec.h: No such file or directory conftest.c: In function 'main': conftest.c:107: error: 'PS_STRINGS' undeclared (first use in this function) conftest.c:107: error: (Each undeclared identifier is reported only once conftest.c:107: error: for each function it appears in.) configure:20184: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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:20204: result: no configure:20253: checking for snprintf configure:20309: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 conftest.c:124: warning: conflicting types for built-in function 'snprintf' configure:20316: $? = 0 configure:20338: result: yes configure:20356: checking for vsnprintf configure:20412: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 conftest.c:125: warning: conflicting types for built-in function 'vsnprintf' configure:20419: $? = 0 configure:20441: result: yes configure:20463: checking whether snprintf is declared configure:20492: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:20499: $? = 0 configure:20514: result: yes configure:20530: checking whether vsnprintf is declared configure:20559: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:20566: $? = 0 configure:20581: result: yes configure:20601: checking for isinf configure:20630: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:20637: $? = 0 configure:20657: result: yes configure:20794: checking for crypt configure:20850: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:20857: $? = 0 configure:20879: result: yes configure:20794: checking for fls configure:20850: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .fls ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:20857: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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 | /* end confdefs.h. */ | /* Define fls to an innocuous variant, in case <limits.h> declares fls. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define fls innocuous_fls | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fls (); 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 fls | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char fls (); | /* 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_fls || defined __stub___fls | choke me | #endif | | int | main () | { | return fls (); | ; | return 0; | } configure:20879: result: no configure:20794: checking for getopt configure:20850: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:20857: $? = 0 configure:20879: result: yes configure:20794: checking for getrusage configure:20850: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:20857: $? = 0 configure:20879: result: yes configure:20794: checking for inet_aton configure:20850: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:20857: $? = 0 configure:20879: result: yes configure:20794: checking for random configure:20850: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:20857: $? = 0 configure:20879: result: yes configure:20794: checking for rint configure:20850: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 conftest.c:134: warning: conflicting types for built-in function 'rint' configure:20857: $? = 0 configure:20879: result: yes configure:20794: checking for srandom configure:20850: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:20857: $? = 0 configure:20879: result: yes configure:20794: checking for strerror configure:20850: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:20857: $? = 0 configure:20879: result: yes configure:20794: checking for strlcat configure:20850: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .strlcat ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:20857: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | /* end confdefs.h. */ | /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define strlcat innocuous_strlcat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcat (); 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 strlcat | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcat (); | /* 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_strlcat || defined __stub___strlcat | choke me | #endif | | int | main () | { | return strlcat (); | ; | return 0; | } configure:20879: result: no configure:20794: checking for strlcpy configure:20850: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 ld: 0711-317 ERROR: Undefined symbol: .strlcpy ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:20857: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_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 GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | 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 | #endif | | int | main () | { | return strlcpy (); | ; | return 0; | } configure:20879: result: no configure:20924: checking for unsetenv configure:20980: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:20987: $? = 0 configure:21009: result: yes configure:20924: checking for getpeereid configure:20980: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:20987: $? = 0 configure:21009: result: yes configure:21042: checking for getaddrinfo configure:21098: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:21105: $? = 0 configure:21127: result: yes configure:21574: checking for sigsetjmp configure:21600: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:21607: $? = 0 configure:21627: result: yes configure:21637: checking whether sys_siglist is declared configure:21672: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:129: error: 'sys_siglist' undeclared (first use in this function) conftest.c:129: error: (Each undeclared identifier is reported only once conftest.c:129: error: for each function it appears in.) configure:21679: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | /* end confdefs.h. */ | #include <signal.h> | /* NetBSD declares sys_siglist in unistd.h. */ | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | | | int | main () | { | #ifndef sys_siglist | (void) sys_siglist; | #endif | | ; | return 0; | } configure:21694: result: no configure:21714: checking for syslog configure:21770: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:21777: $? = 0 configure:21797: result: yes configure:21810: checking syslog.h usability configure:21827: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:21834: $? = 0 configure:21848: result: yes configure:21852: checking syslog.h presence configure:21867: gcc -E conftest.c configure:21874: $? = 0 configure:21888: result: yes configure:21921: checking for syslog.h configure:21928: result: yes configure:21944: checking for opterr configure:21970: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:21977: $? = 0 configure:21997: result: yes configure:22007: checking for optreset configure:22033: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 ld: 0711-317 ERROR: Undefined symbol: optreset ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status configure:22040: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | /* end confdefs.h. */ | #include <unistd.h> | int | main () | { | extern int optreset; optreset = 1; | ; | return 0; | } configure:22060: result: no configure:22075: checking for strtoll configure:22131: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:22138: $? = 0 configure:22160: result: yes configure:22177: checking for strtoull configure:22233: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:22240: $? = 0 configure:22262: result: yes configure:22275: checking for builtin locking functions configure:22303: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lld -lm >&5 configure:22310: $? = 0 configure:22330: result: yes configure:22344: checking for rl_completion_append_character configure:22376: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:22383: $? = 0 configure:22403: result: yes configure:22417: checking for rl_completion_matches configure:22473: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:22480: $? = 0 configure:22502: result: yes configure:22417: checking for rl_filename_completion_function configure:22473: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:22480: $? = 0 configure:22502: result: yes configure:22519: checking for append_history configure:22575: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:22582: $? = 0 configure:22604: result: yes configure:22519: checking for history_truncate_file configure:22575: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:22582: $? = 0 configure:22604: result: yes configure:22826: checking for the pthreads library -lpthreads configure:22869: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lpthreads -lz -lreadline -lld -lm >&5 conftest.c: In function 'main': conftest.c:133: warning: 'th' is used uninitialized in this function ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:22876: $? = 0 configure:22923: result: no configure:22769: checking whether pthreads work without any flags configure:22869: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 conftest.c: In function 'main': conftest.c:133: warning: 'th' is used uninitialized in this function ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-317 ERROR: Undefined symbol: .pthread_join ld: 0711-317 ERROR: Undefined symbol: .pthread_attr_init ld: 0711-317 ERROR: Undefined symbol: .pthread_cleanup_push ld: 0711-317 ERROR: Undefined symbol: .pthread_create ld: 0711-317 ERROR: Undefined symbol: .pthread_cleanup_pop collect2: ld returned 8 exit status configure:22876: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 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:22923: result: no configure:22774: checking whether pthreads work with -Kthread configure:22869: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Kthread conftest.c -lz -lreadline -lld -lm >&5 gcc: unrecognized option '-Kthread' conftest.c: In function 'main': conftest.c:133: warning: 'th' is used uninitialized in this function ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-317 ERROR: Undefined symbol: .pthread_join ld: 0711-317 ERROR: Undefined symbol: .pthread_attr_init ld: 0711-317 ERROR: Undefined symbol: .pthread_cleanup_push ld: 0711-317 ERROR: Undefined symbol: .pthread_create ld: 0711-317 ERROR: Undefined symbol: .pthread_cleanup_pop collect2: ld returned 8 exit status configure:22876: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 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:22923: result: no configure:22774: checking whether pthreads work with -kthread configure:22869: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -kthread conftest.c -lz -lreadline -lld -lm >&5 gcc: unrecognized option '-kthread' conftest.c: In function 'main': conftest.c:133: warning: 'th' is used uninitialized in this function ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-317 ERROR: Undefined symbol: .pthread_join ld: 0711-317 ERROR: Undefined symbol: .pthread_attr_init ld: 0711-317 ERROR: Undefined symbol: .pthread_cleanup_push ld: 0711-317 ERROR: Undefined symbol: .pthread_create ld: 0711-317 ERROR: Undefined symbol: .pthread_cleanup_pop collect2: ld returned 8 exit status configure:22876: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 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:22923: result: no configure:22826: checking for the pthreads library -llthread configure:22869: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -llthread -lz -lreadline -lld -lm >&5 conftest.c: In function 'main': conftest.c:133: warning: 'th' is used uninitialized in this function collect2: library liblthread not found configure:22876: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 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:22923: result: no configure:22774: checking whether pthreads work with -pthread configure:22869: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthread conftest.c -lz -lreadline -lld -lm >&5 conftest.c: In function 'main': conftest.c:133: warning: 'th' is used uninitialized in this function ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:22876: $? = 0 configure:22923: result: no configure:22774: checking whether pthreads work with -pthreads configure:22869: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -pthreads conftest.c -lz -lreadline -lld -lm >&5 gcc: unrecognized option '-pthreads' conftest.c: In function 'main': conftest.c:133: warning: 'th' is used uninitialized in this function ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-317 ERROR: Undefined symbol: .pthread_join ld: 0711-317 ERROR: Undefined symbol: .pthread_attr_init ld: 0711-317 ERROR: Undefined symbol: .pthread_cleanup_push ld: 0711-317 ERROR: Undefined symbol: .pthread_create ld: 0711-317 ERROR: Undefined symbol: .pthread_cleanup_pop collect2: ld returned 8 exit status configure:22876: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 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:22923: result: no configure:22774: checking whether pthreads work with -mthreads configure:22869: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -mthreads conftest.c -lz -lreadline -lld -lm >&5 cc1: error: unrecognized command line option "-mthreads" configure:22876: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 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:22923: result: no configure:22826: checking for the pthreads library -lpthread configure:22869: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lpthread -lz -lreadline -lld -lm >&5 conftest.c: In function 'main': conftest.c:133: warning: 'th' is used uninitialized in this function ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:22876: $? = 0 configure:22923: result: no configure:22774: checking whether pthreads work with --thread-safe configure:22869: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv --thread-safe conftest.c -lz -lreadline -lld -lm >&5 cc1: error: unrecognized command line option "-fthread-safe" configure:22876: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 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:22923: result: no configure:22774: checking whether pthreads work with -mt configure:22869: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -mt conftest.c -lz -lreadline -lld -lm >&5 cc1: error: unrecognized command line option "-mt" configure:22876: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 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:22923: result: no configure:22784: checking for pthread-config configure:22812: result: no configure:22826: checking for the pthreads library -lpthreadGC2 configure:22869: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lpthreadGC2 -lz -lreadline -lld -lm >&5 conftest.c: In function 'main': conftest.c:133: warning: 'th' is used uninitialized in this function collect2: library libpthreadGC2 not found configure:22876: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 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:22923: result: no configure:23171: checking pthread.h usability configure:23188: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS conftest.c >&5 configure:23195: $? = 0 configure:23209: result: yes configure:23213: checking pthread.h presence configure:23228: gcc -E conftest.c configure:23235: $? = 0 configure:23249: result: yes configure:23282: checking for pthread.h configure:23289: result: yes configure:23312: checking for strerror_r configure:23368: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:23375: $? = 0 configure:23397: result: yes configure:23312: checking for getpwuid_r configure:23368: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:23375: $? = 0 configure:23397: result: yes configure:23312: checking for gethostbyname_r configure:23368: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:23375: $? = 0 configure:23397: result: yes configure:23411: checking whether getpwuid_r takes a fifth argument configure:23443: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS conftest.c >&5 conftest.c: In function 'main': conftest.c:142: warning: 'bufsize' is used uninitialized in this function conftest.c:142: warning: 'uid' is used uninitialized in this function conftest.c:142: warning: 'space' is used uninitialized in this function conftest.c:142: warning: 'buf' is used uninitialized in this function conftest.c:142: warning: 'result' is used uninitialized in this function configure:23450: $? = 0 configure:23465: result: yes configure:23475: checking whether strerror_r returns int configure:23506: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS conftest.c >&5 configure:23513: $? = 0 configure:23528: result: yes configure:23814: checking test program configure:23834: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:23838: $? = 0 configure:23844: ./conftest configure:23848: $? = 0 configure:23850: result: ok configure:23960: checking whether long int is 64 bits configure:24052: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 conftest.c:143: warning: no previous prototype for 'does_int64_work' conftest.c:157: warning: return type defaults to 'int' conftest.c: In function 'main': conftest.c:158: warning: implicit declaration of function 'exit' conftest.c:158: warning: incompatible implicit declaration of built-in function 'exit' ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:24056: $? = 0 configure:24062: ./conftest configure:24066: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define GETPWUID_R_5ARG /**/ | #define STRERROR_R_INT /**/ | /* end confdefs.h. */ | typedef long int ac_int64; | | /* | * These are globals to discourage the compiler from folding all the | * arithmetic tests down to compile-time constants. | */ | ac_int64 a = 20000001; | ac_int64 b = 40000005; | | int does_int64_work() | { | ac_int64 c,d; | | if (sizeof(ac_int64) != 8) | return 0; /* definitely not the right size */ | | /* Do perfunctory checks to see if 64-bit arithmetic seems to work */ | c = a * b; | d = (c + b) / b; | if (d != a+1) | return 0; | return 1; | } | main() { | exit(! does_int64_work()); | } configure:24083: result: no configure:24097: checking whether long long int is 64 bits configure:24189: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 conftest.c:143: warning: no previous prototype for 'does_int64_work' conftest.c:157: warning: return type defaults to 'int' conftest.c: In function 'main': conftest.c:158: warning: implicit declaration of function 'exit' conftest.c:158: warning: incompatible implicit declaration of built-in function 'exit' ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:24193: $? = 0 configure:24199: ./conftest configure:24203: $? = 0 configure:24220: result: yes configure:24266: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:24273: $? = 0 configure:24301: checking snprintf format for long long int configure:24347: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 conftest.c:143: warning: no previous prototype for 'does_int64_snprintf_work' conftest.c: In function 'does_int64_snprintf_work': conftest.c:153: warning: implicit declaration of function 'strcmp' conftest.c: At top level: conftest.c:157: warning: return type defaults to 'int' conftest.c: In function 'main': conftest.c:158: warning: implicit declaration of function 'exit' conftest.c:158: warning: incompatible implicit declaration of built-in function 'exit' ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:24351: $? = 0 configure:24357: ./conftest configure:24361: $? = 0 configure:24383: result: %lld configure:24439: checking size of void * configure:24744: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:24748: $? = 0 configure:24754: ./conftest configure:24758: $? = 0 configure:24784: result: 4 configure:24798: checking size of size_t configure:25103: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:25107: $? = 0 configure:25113: ./conftest configure:25117: $? = 0 configure:25143: result: 4 configure:25157: checking size of long configure:25462: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:25466: $? = 0 configure:25472: ./conftest configure:25476: $? = 0 configure:25502: result: 4 configure:25514: checking whether to build with float4 passed by value configure:25551: result: yes configure:25563: checking whether to build with float8 passed by value configure:25633: result: no configure:25645: checking alignment of short configure:25974: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:25978: $? = 0 configure:25984: ./conftest configure:25988: $? = 0 configure:26014: result: 2 configure:26026: checking alignment of int configure:26355: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:26359: $? = 0 configure:26365: ./conftest configure:26369: $? = 0 configure:26395: result: 4 configure:26407: checking alignment of long configure:26736: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:26740: $? = 0 configure:26746: ./conftest configure:26750: $? = 0 configure:26776: result: 4 configure:26789: checking alignment of long long int configure:27118: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:27122: $? = 0 configure:27128: ./conftest configure:27132: $? = 0 configure:27158: result: 8 configure:27171: checking alignment of double configure:27500: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:27504: $? = 0 configure:27510: ./conftest configure:27514: $? = 0 configure:27540: result: 4 configure:27571: checking for int8 configure:27600: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:27607: $? = 0 configure:27635: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:155: error: expected expression before ')' token configure:27642: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define GETPWUID_R_5ARG /**/ | #define STRERROR_R_INT /**/ | #define HAVE_LONG_LONG_INT_64 1 | #define HAVE_LL_CONSTANTS 1 | #define INT64_FORMAT "%lld" | #define UINT64_FORMAT "%llu" | #define SIZEOF_VOID_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_LONG 4 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define FLOAT8PASSBYVAL false | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 4 | #define ALIGNOF_LONG_LONG_INT 8 | #define ALIGNOF_DOUBLE 4 | #define MAXIMUM_ALIGNOF 8 | /* end confdefs.h. */ | #include <stdio.h> | | int | main () | { | if (sizeof ((int8))) | return 0; | ; | return 0; | } configure:27665: result: yes configure:27675: checking for uint8 configure:27704: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:156: error: 'uint8' undeclared (first use in this function) conftest.c:156: error: (Each undeclared identifier is reported only once conftest.c:156: error: for each function it appears in.) configure:27711: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define GETPWUID_R_5ARG /**/ | #define STRERROR_R_INT /**/ | #define HAVE_LONG_LONG_INT_64 1 | #define HAVE_LL_CONSTANTS 1 | #define INT64_FORMAT "%lld" | #define UINT64_FORMAT "%llu" | #define SIZEOF_VOID_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_LONG 4 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define FLOAT8PASSBYVAL false | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 4 | #define ALIGNOF_LONG_LONG_INT 8 | #define ALIGNOF_DOUBLE 4 | #define MAXIMUM_ALIGNOF 8 | #define HAVE_INT8 1 | /* end confdefs.h. */ | #include <stdio.h> | | int | main () | { | if (sizeof (uint8)) | return 0; | ; | return 0; | } configure:27769: result: no configure:27779: checking for int64 configure:27808: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:27815: $? = 0 configure:27843: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:156: error: expected expression before ')' token configure:27850: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define GETPWUID_R_5ARG /**/ | #define STRERROR_R_INT /**/ | #define HAVE_LONG_LONG_INT_64 1 | #define HAVE_LL_CONSTANTS 1 | #define INT64_FORMAT "%lld" | #define UINT64_FORMAT "%llu" | #define SIZEOF_VOID_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_LONG 4 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define FLOAT8PASSBYVAL false | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 4 | #define ALIGNOF_LONG_LONG_INT 8 | #define ALIGNOF_DOUBLE 4 | #define MAXIMUM_ALIGNOF 8 | #define HAVE_INT8 1 | /* end confdefs.h. */ | #include <stdio.h> | | int | main () | { | if (sizeof ((int64))) | return 0; | ; | return 0; | } configure:27873: result: yes configure:27883: checking for uint64 configure:27912: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:157: error: 'uint64' undeclared (first use in this function) conftest.c:157: error: (Each undeclared identifier is reported only once conftest.c:157: error: for each function it appears in.) configure:27919: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define GETPWUID_R_5ARG /**/ | #define STRERROR_R_INT /**/ | #define HAVE_LONG_LONG_INT_64 1 | #define HAVE_LL_CONSTANTS 1 | #define INT64_FORMAT "%lld" | #define UINT64_FORMAT "%llu" | #define SIZEOF_VOID_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_LONG 4 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define FLOAT8PASSBYVAL false | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 4 | #define ALIGNOF_LONG_LONG_INT 8 | #define ALIGNOF_DOUBLE 4 | #define MAXIMUM_ALIGNOF 8 | #define HAVE_INT8 1 | #define HAVE_INT64 1 | /* end confdefs.h. */ | #include <stdio.h> | | int | main () | { | if (sizeof (uint64)) | return 0; | ; | return 0; | } configure:27977: result: no configure:27991: checking for sig_atomic_t configure:28020: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 configure:28027: $? = 0 configure:28055: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c >&5 conftest.c: In function 'main': conftest.c:157: error: expected expression before ')' token configure:28062: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define GETPWUID_R_5ARG /**/ | #define STRERROR_R_INT /**/ | #define HAVE_LONG_LONG_INT_64 1 | #define HAVE_LL_CONSTANTS 1 | #define INT64_FORMAT "%lld" | #define UINT64_FORMAT "%llu" | #define SIZEOF_VOID_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_LONG 4 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define FLOAT8PASSBYVAL false | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 4 | #define ALIGNOF_LONG_LONG_INT 8 | #define ALIGNOF_DOUBLE 4 | #define MAXIMUM_ALIGNOF 8 | #define HAVE_INT8 1 | #define HAVE_INT64 1 | /* end confdefs.h. */ | #include <signal.h> | | int | main () | { | if (sizeof ((sig_atomic_t))) | return 0; | ; | return 0; | } configure:28085: result: yes configure:28100: checking for POSIX signal interface configure:28130: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:28137: $? = 0 configure:28157: result: yes configure:28180: checking for working memcmp configure:28233: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. configure:28237: $? = 0 configure:28243: ./conftest configure:28247: $? = 0 configure:28264: result: yes configure:29111: checking for onsgmls configure:29141: result: no configure:29111: checking for nsgmls configure:29141: result: no configure:29153: checking for openjade configure:29183: result: no configure:29153: checking for jade configure:29183: result: no configure:29192: checking for DocBook V4.2 configure:29221: result: no configure:29227: checking for DocBook stylesheets configure:29266: result: no configure:29275: checking for collateindex.pl configure:29308: result: no configure:29318: checking for xsltproc configure:29334: found /usr/bin/xsltproc configure:29345: result: xsltproc configure:29360: checking for osx configure:29390: result: no configure:29360: checking for sgml2xml configure:29390: result: no configure:29360: checking for sx configure:29390: result: no configure:29407: checking thread safety of required library functions configure:29440: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DIN_CONFIGURE conftest.c -lz -lreadline -lld -lm >&5 ld: 0711-224 WARNING: Duplicate symbol: .bcopy ld: 0711-224 WARNING: Duplicate symbol: .memmove ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock ld: 0711-317 ERROR: Undefined symbol: .pthread_create ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock ld: 0711-317 ERROR: Undefined symbol: .pthread_join collect2: ld returned 8 exit status configure:29444: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "9.2.7" | #define PACKAGE_STRING "PostgreSQL 9.2.7" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "9.2.7" | #define PG_MAJORVERSION "9.2" | #define USE_INTEGER_DATETIMES 1 | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | #define BLCKSZ 8192 | #define RELSEG_SIZE 131072 | #define XLOG_BLCKSZ 8192 | #define XLOG_SEG_SIZE (16 * 1024 * 1024) | #define ENABLE_THREAD_SAFETY 1 | #define PG_KRB_SRVNAM "postgres" | #define HAVE_LIBM 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_LIBZ 1 | #define HAVE_SPINLOCKS 1 | #define STDC_HEADERS 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_LANGINFO_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_SYS_IOCTL_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_SHM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 | #define HAVE_STRINGIZE 1 | #define FLEXIBLE_ARRAY_MEMBER /**/ | #define HAVE_FUNCNAME__FUNC 1 | #define HAVE_TZNAME 1 | #define HAVE_UNIX_SOCKETS 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_LONG_LONG_INT 1 | #define _LARGE_FILES 1 | #define SIZEOF_OFF_T 8 | #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_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_TOWLOWER 1 | #define HAVE_UTIME 1 | #define HAVE_UTIMES 1 | #define HAVE_WAITPID 1 | #define HAVE_WCSTOMBS 1 | #define HAVE_FSEEKO 1 | #define HAVE_FSEEKO 1 | #define HAVE_POSIX_FADVISE 1 | #define HAVE_DECL_POSIX_FADVISE 1 | #define HAVE_DECL_FDATASYNC 1 | #define HAVE_DECL_STRLCAT 0 | #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_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_STRERROR 1 | #define HAVE_UNSETENV 1 | #define HAVE_GETPEEREID 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_DECL_SYS_SIGLIST 0 | #define HAVE_SYSLOG 1 | #define HAVE_INT_OPTERR 1 | #define HAVE_STRTOLL 1 | #define HAVE_STRTOULL 1 | #define HAVE_GCC_INT_ATOMICS 1 | #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 | #define HAVE_APPEND_HISTORY 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define GETPWUID_R_5ARG /**/ | #define STRERROR_R_INT /**/ | #define HAVE_LONG_LONG_INT_64 1 | #define HAVE_LL_CONSTANTS 1 | #define INT64_FORMAT "%lld" | #define UINT64_FORMAT "%llu" | #define SIZEOF_VOID_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_LONG 4 | #define USE_FLOAT4_BYVAL 1 | #define FLOAT4PASSBYVAL true | #define FLOAT8PASSBYVAL false | #define ALIGNOF_SHORT 2 | #define ALIGNOF_INT 4 | #define ALIGNOF_LONG 4 | #define ALIGNOF_LONG_LONG_INT 8 | #define ALIGNOF_DOUBLE 4 | #define MAXIMUM_ALIGNOF 8 | #define HAVE_INT8 1 | #define HAVE_INT64 1 | #define HAVE_SIG_ATOMIC_T 1 | #define HAVE_POSIX_SIGNALS /**/ | #define USE_SYSV_SEMAPHORES 1 | #define USE_SYSV_SHARED_MEMORY 1 | #define MEMSET_LOOP_LIMIT 0 | /* end confdefs.h. */ | #include "/apps/Semantifi//postgres/postgresql-9.2.7/src/test/thread/thread_test.c" configure:29464: result: no configure:29466: error: thread test program failed This platform is not thread-safe. Check the file 'config.log' or compile and run src/test/thread/thread_test for the exact reason. Use --disable-thread-safety to disable thread safety. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_alignof_double=4 ac_cv_alignof_int=4 ac_cv_alignof_long=4 ac_cv_alignof_long_long_int=8 ac_cv_alignof_short=2 ac_cv_build=powerpc-ibm-aix5.3.0.0 ac_cv_c_bigendian=yes ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_flexmember=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_EX_set='' ac_cv_env_LDFLAGS_EX_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_LIBS_set='' ac_cv_env_LIBS_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_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_append_history=yes ac_cv_func_cbrt=yes ac_cv_func_crypt=yes ac_cv_func_dlopen=yes ac_cv_func_fdatasync=yes ac_cv_func_fls=no ac_cv_func_fseeko=yes ac_cv_func_getaddrinfo=yes ac_cv_func_gethostbyname_r=yes ac_cv_func_getifaddrs=no ac_cv_func_getopt=yes ac_cv_func_getpeereid=yes ac_cv_func_getpeerucred=no ac_cv_func_getpwuid_r=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_history_truncate_file=yes ac_cv_func_inet_aton=yes ac_cv_func_isinf=yes ac_cv_func_mbstowcs_l=no ac_cv_func_memcmp_working=yes ac_cv_func_memmove=yes ac_cv_func_poll=yes ac_cv_func_posix_fadvise=yes ac_cv_func_pstat=no ac_cv_func_random=yes ac_cv_func_readlink=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_strerror=yes ac_cv_func_strerror_r=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strtoll=yes ac_cv_func_strtoull=yes ac_cv_func_symlink=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_func_wcstombs_l=no 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_strlcat=no ac_cv_have_decl_strlcpy=no ac_cv_have_decl_sys_siglist=no ac_cv_have_decl_vsnprintf=yes ac_cv_header_crypt_h=yes ac_cv_header_dld_h=no ac_cv_header_fp_class_h=no ac_cv_header_getopt_h=no ac_cv_header_ieeefp_h=no ac_cv_header_ifaddrs_h=no ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_memory_h=yes ac_cv_header_net_if_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=yes 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_ioctl_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_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_tas_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_ucred_h=no ac_cv_header_sys_un_h=yes ac_cv_header_syslog_h=yes ac_cv_header_termios_h=yes ac_cv_header_ucred_h=no 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=powerpc-ibm-aix5.3.0.0 ac_cv_lib_m_main=yes ac_cv_lib_z_inflate=yes ac_cv_member_struct_sockaddr_sa_len=yes ac_cv_member_struct_sockaddr_storage___ss_family=no ac_cv_member_struct_sockaddr_storage___ss_len=yes 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=no ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_LD=/usr/bin/ld ac_cv_path_PERL=/usr/bin/perl ac_cv_path_TAR=/usr/bin/tar ac_cv_prog_AWK=nawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_XSLTPROC=xsltproc ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_acx_pthread_config=no ac_cv_prog_cc_c89='' ac_cv_prog_cc_g=yes ac_cv_prog_gnu_ld=no ac_cv_search_crypt='none required' ac_cv_search_dlopen='none required' ac_cv_search_fdatasync='none required' ac_cv_search_gethostbyname_r='none required' ac_cv_search_getopt_long=no ac_cv_search_ldopen=-lld 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_sizeof_long=4 ac_cv_sizeof_off_t=8 ac_cv_sizeof_size_t=4 ac_cv_sizeof_void_p=4 ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=unknown ac_cv_sys_large_files=1 ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_type_int64=yes ac_cv_type_int8=yes ac_cv_type_intptr_t=yes ac_cv_type_long_long_int=yes ac_cv_type_sig_atomic_t=yes ac_cv_type_struct_addrinfo=yes ac_cv_type_struct_cmsgcred=no ac_cv_type_struct_option=no ac_cv_type_struct_sockaddr_in6=yes ac_cv_type_struct_sockaddr_storage=yes ac_cv_type_struct_sockaddr_un=yes ac_cv_type_uint64=no ac_cv_type_uint8=no ac_cv_type_uintptr_t=yes ac_cv_type_union_semun=no ac_cv_type_z_streamp=yes ac_cv_var_tzname=yes pgac_cv_c_inline_quietly=no pgac_cv_c_signed=yes pgac_cv_check_docbook=no pgac_cv_check_readline=-lreadline pgac_cv_func_getpwuid_r_5arg=yes pgac_cv_func_gettimeofday_1arg=no pgac_cv_func_posix_signals=yes pgac_cv_func_sigsetjmp=yes pgac_cv_func_strerror_r_int=yes pgac_cv_funcname_func_support=yes pgac_cv_gcc_int_atomics=yes pgac_cv_have_ppc_mutex_hint=no pgac_cv_path_flex=no pgac_cv_prog_cc_cflags__Wdeclaration_after_statement=yes pgac_cv_prog_cc_cflags__Wendif_labels=yes pgac_cv_prog_cc_cflags__Wformat_security=yes pgac_cv_prog_cc_cflags__Wmissing_format_attribute=yes pgac_cv_prog_cc_cflags__fexcess_precision_standard=no pgac_cv_prog_cc_cflags__fno_strict_aliasing=yes pgac_cv_prog_cc_cflags__fwrapv=yes pgac_cv_snprintf_long_long_int_format=%lld pgac_cv_type_locale_t=no pgac_cv_type_long_int_64=no pgac_cv_type_long_long_int_64=yes pgac_cv_var_PS_STRINGS=no pgac_cv_var_int_opterr=yes pgac_cv_var_int_optreset=no pgac_cv_var_int_timezone=yes pgac_cv_var_rl_completion_append_character=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AWK='nawk' BISON='' BISONFLAGS='' CC='gcc' CFLAGS='-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DIN_CONFIGURE' COLLATEINDEX='' CPP='gcc -E' CPPFLAGS=' ' DEFS='' DLLTOOL='' DLLWRAP='' DOCBOOKSTYLE='' DTRACE='' DTRACEFLAGS='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' ELF_SYS='' EXEEXT='' FLEX='' FLEXFLAGS='' GCC='yes' GCOV='' GENHTML='' GREP='/usr/bin/grep' HAVE_IPV6='yes' HAVE_POSIX_SIGNALS='yes' INCLUDES='' JADE='' LCOV='' LD='/usr/bin/ld' LDAP_LIBS_BE='' LDAP_LIBS_FE='' LDFLAGS=' ' LDFLAGS_EX='' LDFLAGS_SL='' LIBOBJS=' fls.o strlcat.o strlcpy.o getopt_long.o' LIBS='-lz -lreadline -lld -lm ' LN_S='ln -s' LTLIBOBJS='' MKDIR_P='\${SHELL} \${top_srcdir}/config/install-sh -c -d' MSGFMT='' MSGMERGE='' NSGMLS='' OBJEXT='o' OSSP_UUID_LIBS='' OSX='' PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' PACKAGE_NAME='PostgreSQL' PACKAGE_STRING='PostgreSQL 9.2.7' PACKAGE_TARNAME='postgresql' PACKAGE_VERSION='9.2.7' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PG_MAJORVERSION='9.2' PORTNAME='aix' PTHREAD_CC='gcc' PTHREAD_CFLAGS=' -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS' PTHREAD_LIBS='' PYTHON='' RANLIB='ranlib' SHELL='/bin/sh' STRIP='strip' STRIP_SHARED_LIB=':' STRIP_STATIC_LIB=':' SUN_STUDIO_CC='no' TAR='/usr/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='' WINDRES='' XGETTEXT='' XML2_CONFIG='' XSLTPROC='xsltproc' ZIC='' ac_ct_CC='gcc' acx_pthread_config='no' autodepend='' bindir='${exec_prefix}/bin' build='powerpc-ibm-aix5.3.0.0' build_alias='' build_cpu='powerpc' build_os='aix5.3.0.0' build_vendor='ibm' configure_args=' '\''--prefix=/apps/Semantifi/postgres/'\''' datadir='${datarootdir}' datarootdir='${prefix}/share' default_port='5432' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' enable_coverage='no' enable_debug='no' enable_dtrace='no' enable_nls='no' enable_rpath='yes' enable_shared='yes' enable_thread_safety='yes' exec_prefix='NONE' have_docbook='no' have_win32_dbghelp='no' host='powerpc-ibm-aix5.3.0.0' host_alias='' host_cpu='powerpc' host_os='aix5.3.0.0' host_vendor='ibm' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' krb_srvtab='' ld_R_works='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' perl_archlibexp='' perl_embed_ldflags='' perl_privlibexp='' perl_useshrplib='' prefix='/apps/Semantifi/postgres' program_transform_name='s,x,x,' psdir='${docdir}' python_additional_libs='' python_configdir='' python_includespec='' python_libdir='' python_libspec='' python_majorversion='' python_version='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' vpath_build='' with_gnu_ld='no' with_libxml='no' with_libxslt='no' with_openssl='no' with_ossp_uuid='no' with_perl='no' with_python='no' with_selinux='no' with_system_tzdata='' with_tcl='no' with_zlib='yes' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "PostgreSQL" #define PACKAGE_TARNAME "postgresql" #define PACKAGE_VERSION "9.2.7" #define PACKAGE_STRING "PostgreSQL 9.2.7" #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" #define PG_VERSION "9.2.7" #define PG_MAJORVERSION "9.2" #define USE_INTEGER_DATETIMES 1 #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" #define BLCKSZ 8192 #define RELSEG_SIZE 131072 #define XLOG_BLCKSZ 8192 #define XLOG_SEG_SIZE (16 * 1024 * 1024) #define ENABLE_THREAD_SAFETY 1 #define PG_KRB_SRVNAM "postgres" #define HAVE_LIBM 1 #define HAVE_LIBREADLINE 1 #define HAVE_LIBZ 1 #define HAVE_SPINLOCKS 1 #define STDC_HEADERS 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_LANGINFO_H 1 #define HAVE_POLL_H 1 #define HAVE_PWD_H 1 #define HAVE_SYS_IOCTL_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_SHM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_UTIME_H 1 #define HAVE_WCHAR_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_NET_IF_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 WORDS_BIGENDIAN 1 #define HAVE_STRINGIZE 1 #define FLEXIBLE_ARRAY_MEMBER /**/ #define HAVE_FUNCNAME__FUNC 1 #define HAVE_TZNAME 1 #define HAVE_UNIX_SOCKETS 1 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 #define HAVE_STRUCT_SOCKADDR_STORAGE___SS_LEN 1 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 #define HAVE_STRUCT_ADDRINFO 1 #define HAVE_INTPTR_T 1 #define HAVE_UINTPTR_T 1 #define HAVE_LONG_LONG_INT 1 #define _LARGE_FILES 1 #define SIZEOF_OFF_T 8 #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_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_TOWLOWER 1 #define HAVE_UTIME 1 #define HAVE_UTIMES 1 #define HAVE_WAITPID 1 #define HAVE_WCSTOMBS 1 #define HAVE_FSEEKO 1 #define HAVE_FSEEKO 1 #define HAVE_POSIX_FADVISE 1 #define HAVE_DECL_POSIX_FADVISE 1 #define HAVE_DECL_FDATASYNC 1 #define HAVE_DECL_STRLCAT 0 #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_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_STRERROR 1 #define HAVE_UNSETENV 1 #define HAVE_GETPEEREID 1 #define HAVE_GETADDRINFO 1 #define HAVE_SIGSETJMP 1 #define HAVE_DECL_SYS_SIGLIST 0 #define HAVE_SYSLOG 1 #define HAVE_INT_OPTERR 1 #define HAVE_STRTOLL 1 #define HAVE_STRTOULL 1 #define HAVE_GCC_INT_ATOMICS 1 #define HAVE_RL_COMPLETION_APPEND_CHARACTER 1 #define HAVE_RL_COMPLETION_MATCHES 1 #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1 #define HAVE_APPEND_HISTORY 1 #define HAVE_HISTORY_TRUNCATE_FILE 1 #define HAVE_STRERROR_R 1 #define HAVE_GETPWUID_R 1 #define HAVE_GETHOSTBYNAME_R 1 #define GETPWUID_R_5ARG /**/ #define STRERROR_R_INT /**/ #define HAVE_LONG_LONG_INT_64 1 #define HAVE_LL_CONSTANTS 1 #define INT64_FORMAT "%lld" #define UINT64_FORMAT "%llu" #define SIZEOF_VOID_P 4 #define SIZEOF_SIZE_T 4 #define SIZEOF_LONG 4 #define USE_FLOAT4_BYVAL 1 #define FLOAT4PASSBYVAL true #define FLOAT8PASSBYVAL false #define ALIGNOF_SHORT 2 #define ALIGNOF_INT 4 #define ALIGNOF_LONG 4 #define ALIGNOF_LONG_LONG_INT 8 #define ALIGNOF_DOUBLE 4 #define MAXIMUM_ALIGNOF 8 #define HAVE_INT8 1 #define HAVE_INT64 1 #define HAVE_SIG_ATOMIC_T 1 #define HAVE_POSIX_SIGNALS /**/ #define USE_SYSV_SEMAPHORES 1 #define USE_SYSV_SHARED_MEMORY 1 #define MEMSET_LOOP_LIMIT 0 configure: exit 1
pgsql-bugs by date: