Skip to content

Instantly share code, notes, and snippets.

@rimian
Created February 14, 2012 00:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rimian/1821908 to your computer and use it in GitHub Desktop.
Save rimian/1821908 to your computer and use it in GitHub Desktop.
homebrew install postgres error
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.1.2, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.1.2 --datadir=/usr/local/Cellar/postgresql/9.1.2/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.1.2/share/doc/postgresql --enable-thread-safety --with-bonjour --with-gssapi --with-krb5 --with-openssl --with-libxml --with-libxslt --with-ossp-uuid --with-python --with-perl ARCHFLAGS='-arch x86_64'
## --------- ##
## Platform. ##
## --------- ##
hostname = MacBook-Pro.local
uname -m = x86_64
uname -r = 11.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 8.00 gigabytes
Default processor set: 129 tasks, 587 threads, 8 processors
Load average: 2.03, Mach factor: 5.96
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Cellar/readline/6.2.2/bin
PATH: /usr/local/bin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/local/git/bin
PATH: /usr/local/ImageMagick/bin
PATH: /Users/rimian/.rvm/bin
PATH: /usr/local/Library/Contributions/examples
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2072: checking build system type
configure:2090: result: x86_64-apple-darwin11.3.0
configure:2112: checking host system type
configure:2127: result: x86_64-apple-darwin11.3.0
configure:2151: checking which template to use
configure:2251: result: darwin
configure:2358: checking whether to build with 64-bit integer date/time support
configure:2393: result: yes
configure:2400: checking whether NLS is wanted
configure:2434: result: no
configure:2442: checking for default port number
configure:2471: result: 5432
configure:2890: checking for block size
configure:2930: result: 8kB
configure:2942: checking for segment size
configure:2975: result: 1GB
configure:2987: checking for WAL block size
configure:3028: result: 8kB
configure:3040: checking for WAL segment size
configure:3081: result: 16MB
configure:3244: checking for C compiler version
configure:3252: /usr/bin/llvm-gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
Copyright (C) 2007 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:3256: $? = 0
configure:3263: /usr/bin/llvm-gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
configure:3267: $? = 0
configure:3274: /usr/bin/llvm-gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:3278: $? = 1
configure:3301: checking for C compiler default output file name
configure:3323: /usr/bin/llvm-gcc -O3 -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c >&5
configure:3327: $? = 0
configure:3365: result: a.out
configure:3384: checking whether the C compiler works
configure:3394: ./a.out
configure:3398: $? = 0
configure:3417: result: yes
configure:3424: checking whether we are cross compiling
configure:3426: result: no
configure:3429: checking for suffix of executables
configure:3436: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c >&5
configure:3440: $? = 0
configure:3466: result:
configure:3472: checking for suffix of object files
configure:3498: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c >&5
configure:3502: $? = 0
configure:3527: result: o
configure:3531: checking whether we are using the GNU C compiler
configure:3560: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c >&5
configure:3567: $? = 0
configure:3584: result: yes
configure:3593: checking whether /usr/bin/llvm-gcc accepts -g
configure:3623: /usr/bin/llvm-gcc -c -g -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c >&5
configure:3630: $? = 0
configure:3731: result: yes
configure:3748: checking for /usr/bin/llvm-gcc option to accept ISO C89
configure:3822: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c >&5
configure:3829: $? = 0
configure:3852: result: none needed
configure:3898: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 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:3905: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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:3945: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 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:3952: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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:4006: checking whether /usr/bin/llvm-gcc supports -Wdeclaration-after-statement
configure:4036: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c >&5
configure:4043: $? = 0
configure:4060: result: yes
configure:4066: checking whether /usr/bin/llvm-gcc supports -Wendif-labels
configure:4096: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c >&5
configure:4103: $? = 0
configure:4120: result: yes
configure:4127: checking whether /usr/bin/llvm-gcc supports -Wformat-security
configure:4157: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c >&5
configure:4164: $? = 0
configure:4181: result: yes
configure:4188: checking whether /usr/bin/llvm-gcc supports -fno-strict-aliasing
configure:4218: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c >&5
configure:4225: $? = 0
configure:4242: result: yes
configure:4249: checking whether /usr/bin/llvm-gcc supports -fwrapv
configure:4279: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c >&5
configure:4286: $? = 0
configure:4303: result: yes
configure:4598: checking whether the C compiler still works
configure:4621: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c >&5
configure:4628: $? = 0
configure:4636: result: yes
configure:4678: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c >&5
configure:4685: $? = 0
configure:4708: checking how to run the C preprocessor
configure:4748: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c
configure:4755: $? = 0
configure:4786: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c
conftest.c:17:28: error: ac_nonexistent.h: No such file or directory
configure:4793: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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:4826: result: /usr/bin/llvm-gcc -E
configure:4855: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c
configure:4862: $? = 0
configure:4893: /usr/bin/llvm-gcc -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c
conftest.c:17:28: error: ac_nonexistent.h: No such file or directory
configure:4900: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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:5059: checking allow thread-safe client libraries
configure:5093: result: yes
configure:5100: checking whether to build with Tcl
configure:5128: result: no
configure:5164: checking whether to build Perl modules
configure:5192: result: yes
configure:5199: checking whether to build Python modules
configure:5227: result: yes
configure:5234: checking whether to build with GSSAPI support
configure:5269: result: yes
configure:5276: checking whether to build with Kerberos 5 support
configure:5311: result: yes
configure:5359: checking whether to build with PAM support
configure:5391: result: no
configure:5399: checking whether to build with LDAP support
configure:5431: result: no
configure:5439: checking whether to build with Bonjour support
configure:5471: result: yes
configure:5479: checking whether to build with OpenSSL support
configure:5511: result: yes
configure:5518: checking whether to build with SELinux support
configure:5547: result: no
configure:5693: checking for xml2-config
configure:5709: found /usr/bin/xml2-config
configure:5720: result: xml2-config
configure:5857: checking for grep that handles long lines and -e
configure:5917: result: /usr/bin/grep
configure:5922: checking for egrep
configure:5986: result: /usr/bin/grep -E
configure:6037: checking for ld used by GCC
configure:6100: result: /usr/bin/llvm-gcc
configure:6109: checking if the linker (/usr/bin/llvm-gcc) is GNU ld
configure:6121: result: no
configure:6234: checking for ranlib
configure:6250: found /usr/bin/ranlib
configure:6261: result: ranlib
configure:6327: checking for strip
configure:6343: found /usr/bin/strip
configure:6354: result: strip
configure:6377: checking whether it is possible to strip libraries
configure:6387: result: no
configure:6436: checking for ar
configure:6452: found /usr/bin/ar
configure:6463: result: ar
configure:6766: checking for tar
configure:6784: found /usr/bin/tar
configure:6796: result: /usr/bin/tar
configure:6804: checking whether ln -s works
configure:6808: result: yes
configure:6819: checking for gawk
configure:6849: result: no
configure:6819: checking for mawk
configure:6849: result: no
configure:6819: checking for nawk
configure:6849: result: no
configure:6819: checking for awk
configure:6835: found /usr/bin/awk
configure:6846: result: awk
configure:6857: checking for a thread-safe mkdir -p
configure:6896: result: config/install-sh -c -d
configure:6912: checking for bison
configure:6930: found /usr/bin/bison
configure:6942: result: /usr/bin/bison
configure:6957: using bison (GNU Bison) 2.3
configure:6988: checking for flex
configure:7033: result: /usr/bin/flex
configure:7053: using flex 2.5.35
configure:7065: checking for perl
configure:7083: found /usr/bin/perl
configure:7095: result: /usr/bin/perl
configure:7107: using perl 5.12.3
configure:7142: checking for Perl archlibexp
configure:7145: result: /System/Library/Perl/5.12/darwin-thread-multi-2level
configure:7147: checking for Perl privlibexp
configure:7150: result: /System/Library/Perl/5.12
configure:7152: checking for Perl useshrplib
configure:7155: result: true
configure:7158: checking for flags to link embedded Perl
configure:7174: result: '-arch x86_64' -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc
configure:7183: checking for python
configure:7201: found /usr/bin/python
configure:7213: result: /usr/bin/python
configure:7228: checking for Python distutils module
configure:7232: result: yes
configure:7241: checking Python configuration directory
configure:7249: result: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config
configure:7253: checking how to link an embedded Python application
configure:7279: result: -L/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7 -ldl -framework CoreFoundation
configure:7284: checking whether Python is compiled with thread support
configure:7288: result: yes
configure:7370: checking for main in -lm
configure:7399: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lm >&5
configure:7406: $? = 0
configure:7427: result: yes
configure:7438: checking for library containing setproctitle
configure:7479: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_setproctitle", referenced from:
_main in ccKC56t3.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:7486: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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 ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #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:7479: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lutil -lm >&5
Undefined symbols for architecture x86_64:
"_setproctitle", referenced from:
_main in cc1hWud8.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:7486: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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 ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #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:7517: result: no
configure:7525: checking for library containing dlopen
configure:7566: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lm >&5
configure:7573: $? = 0
configure:7604: result: none required
configure:7612: checking for library containing socket
configure:7653: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lm >&5
configure:7660: $? = 0
configure:7691: result: none required
configure:7699: checking for library containing shl_load
configure:7740: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_shl_load", referenced from:
_main in cc8UWpk0.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:7747: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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 ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #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:7740: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -ldld -lm >&5
ld: library not found for -ldld
collect2: ld returned 1 exit status
configure:7747: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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 ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #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:7778: result: no
configure:7878: checking for library containing getopt_long
configure:7919: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lm >&5
configure:7926: $? = 0
configure:7957: result: none required
configure:7965: checking for library containing crypt
configure:8006: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lm >&5
configure:8013: $? = 0
configure:8044: result: none required
configure:8053: checking for library containing fdatasync
configure:8094: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lm >&5
configure:8101: $? = 0
configure:8132: result: none required
configure:8142: checking for library containing gethostbyname_r
configure:8183: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_gethostbyname_r", referenced from:
_main in ccwcGll6.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:8190: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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 ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #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 gethostbyname_r ();
| int
| main ()
| {
| return gethostbyname_r ();
| ;
| return 0;
| }
configure:8183: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lnsl -lm >&5
ld: library not found for -lnsl
collect2: ld returned 1 exit status
configure:8190: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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 ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #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 gethostbyname_r ();
| int
| main ()
| {
| return gethostbyname_r ();
| ;
| return 0;
| }
configure:8221: result: no
configure:8230: checking for library containing shmget
configure:8271: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lm >&5
configure:8278: $? = 0
configure:8309: result: none required
configure:8321: checking for library containing readline
configure:8363: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lreadline -lm >&5
configure:8370: $? = 0
configure:8410: result: -lreadline
configure:8437: checking for inflate in -lz
configure:8472: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lz -lreadline -lm >&5
configure:8479: $? = 0
configure:8500: result: yes
configure:8538: checking for library containing gss_init_sec_context
configure:8579: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lz -lreadline -lm >&5
Undefined symbols for architecture x86_64:
"_gss_init_sec_context", referenced from:
_main in ccPT9D8U.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
configure:8586: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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 ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 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 gss_init_sec_context ();
| int
| main ()
| {
| return gss_init_sec_context ();
| ;
| return 0;
| }
configure:8579: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm >&5
configure:8586: $? = 0
configure:8617: result: -lgssapi_krb5
configure:8636: checking for library containing com_err
configure:8677: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm >&5
configure:8684: $? = 0
configure:8715: result: none required
configure:8727: checking for library containing krb5_sendauth
configure:8768: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm >&5
configure:8775: $? = 0
configure:8806: result: none required
configure:8916: checking for CRYPTO_new_ex_data in -lcrypto
configure:8951: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5
configure:8958: $? = 0
configure:8979: result: yes
configure:8995: checking for SSL_library_init in -lssl
configure:9030: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5
configure:9037: $? = 0
configure:9058: result: yes
configure:9319: checking for xmlSaveToBuffer in -lxml2
configure:9354: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5
configure:9361: $? = 0
configure:9382: result: yes
configure:9401: checking for xsltCleanupGlobals in -lxslt
configure:9436: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5
configure:9443: $? = 0
configure:9464: result: yes
configure:9566: checking for uuid_export in -lossp-uuid
configure:9601: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -lossp-uuid -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5
ld: library not found for -lossp-uuid
collect2: ld returned 1 exit status
configure:9608: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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 ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 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 uuid_export ();
| int
| main ()
| {
| return uuid_export ();
| ;
| return 0;
| }
configure:9629: result: no
configure:9634: checking for uuid_export in -luuid
configure:9669: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib conftest.c -luuid -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5
ld: library not found for -luuid
collect2: ld returned 1 exit status
configure:9676: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.2"
| #define PACKAGE_STRING "PostgreSQL 9.1.2"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.2"
| #define PG_MAJORVERSION "9.1"
| #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 ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 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 uuid_export ();
| int
| main ()
| {
| return uuid_export ();
| ;
| return 0;
| }
configure:9697: result: no
configure:9702: error: library 'ossp-uuid' or 'uuid' is required for OSSP-UUID
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin11.3.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/llvm-gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O3 -w -pipe -march=core2 -msse4 '
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2'
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=set
ac_cv_env_LDFLAGS_value='-L/usr/local/Cellar/readline/6.2.2/lib '
ac_cv_env_LIBS_set=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_host=x86_64-apple-darwin11.3.0
ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
ac_cv_lib_m_main=yes
ac_cv_lib_ossp_uuid_uuid_export=no
ac_cv_lib_ssl_SSL_library_init=yes
ac_cv_lib_uuid_uuid_export=no
ac_cv_lib_xml2_xmlSaveToBuffer=yes
ac_cv_lib_xslt_xsltCleanupGlobals=yes
ac_cv_lib_z_inflate=yes
ac_cv_objext=o
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_LD=/usr/bin/llvm-gcc
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_TAR=/usr/bin/tar
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/llvm-gcc -E'
ac_cv_prog_XML2_CONFIG=xml2-config
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_gnu_ld=no
ac_cv_search_com_err='none required'
ac_cv_search_crypt='none required'
ac_cv_search_dlopen='none required'
ac_cv_search_fdatasync='none required'
ac_cv_search_gethostbyname_r=no
ac_cv_search_getopt_long='none required'
ac_cv_search_gss_init_sec_context=-lgssapi_krb5
ac_cv_search_krb5_sendauth='none required'
ac_cv_search_setproctitle=no
ac_cv_search_shl_load=no
ac_cv_search_shmget='none required'
ac_cv_search_socket='none required'
pgac_cv_check_readline=-lreadline
pgac_cv_path_flex=/usr/bin/flex
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__fno_strict_aliasing=yes
pgac_cv_prog_cc_cflags__fwrapv=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AWK='awk'
BISON='/usr/bin/bison'
BISONFLAGS=''
CC='/usr/bin/llvm-gcc'
CFLAGS='-O3 -w -pipe -march=core2 -msse4 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv'
COLLATEINDEX=''
CPP='/usr/bin/llvm-gcc -E'
CPPFLAGS='-I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/usr/include/libxml2 '
DEFS=''
DLLTOOL=''
DLLWRAP=''
DOCBOOKSTYLE=''
DTRACE=''
DTRACEFLAGS=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ELF_SYS=''
EXEEXT=''
FLEX='/usr/bin/flex'
FLEXFLAGS=''
GCC='yes'
GCOV=''
GENHTML=''
GREP='/usr/bin/grep'
HAVE_IPV6=''
HAVE_POSIX_SIGNALS=''
INCLUDES=''
JADE=''
LCOV=''
LD='/usr/bin/llvm-gcc'
LDAP_LIBS_BE=''
LDAP_LIBS_FE=''
LDFLAGS='-L/usr/local/Cellar/readline/6.2.2/lib '
LDFLAGS_EX=''
LDFLAGS_SL=''
LIBOBJS=''
LIBS='-lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -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.1.2'
PACKAGE_TARNAME='postgresql'
PACKAGE_VERSION='9.1.2'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PG_MAJORVERSION='9.1'
PORTNAME='darwin'
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
PYTHON='/usr/bin/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='xml2-config'
XSLTPROC=''
ZIC=''
ac_ct_CC=''
acx_pthread_config=''
autodepend=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin11.3.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin11.3.0'
build_vendor='apple'
configure_args=' '\''--disable-debug'\'' '\''--prefix=/usr/local/Cellar/postgresql/9.1.2'\'' '\''--datadir=/usr/local/Cellar/postgresql/9.1.2/share/postgresql'\'' '\''--docdir=/usr/local/Cellar/postgresql/9.1.2/share/doc/postgresql'\'' '\''--enable-thread-safety'\'' '\''--with-bonjour'\'' '\''--with-gssapi'\'' '\''--with-krb5'\'' '\''--with-openssl'\'' '\''--with-libxml'\'' '\''--with-libxslt'\'' '\''--with-ossp-uuid'\'' '\''--with-python'\'' '\''--with-perl'\'' '\''ARCHFLAGS='\''\'\'''\''-arch x86_64'\''\'\'''\'''\'' '\''CC=/usr/bin/llvm-gcc'\'' '\''CFLAGS=-O3 -w -pipe -march=core2 -msse4 '\'' '\''LDFLAGS=-L/usr/local/Cellar/readline/6.2.2/lib '\'' '\''LIBS='\'' '\''CPPFLAGS=-I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2'\'''
datadir='/usr/local/Cellar/postgresql/9.1.2/share/postgresql'
datarootdir='${prefix}/share'
default_port='5432'
docdir='/usr/local/Cellar/postgresql/9.1.2/share/doc/postgresql'
dvidir='${docdir}'
enable_coverage='no'
enable_debug='no'
enable_dtrace='no'
enable_nls='no'
enable_profiling='no'
enable_rpath='yes'
enable_shared='yes'
enable_thread_safety='yes'
exec_prefix='NONE'
have_docbook=''
have_win32_dbghelp=''
host='x86_64-apple-darwin11.3.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin11.3.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
krb_srvtab='FILE:$(sysconfdir)/krb5.keytab'
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='/System/Library/Perl/5.12/darwin-thread-multi-2level'
perl_embed_ldflags=' '\''-arch x86_64'\'' -fstack-protector -L/usr/local/lib -L/System/Library/Perl/5.12/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc'
perl_privlibexp='/System/Library/Perl/5.12'
perl_useshrplib='true'
prefix='/usr/local/Cellar/postgresql/9.1.2'
program_transform_name='s,x,x,'
psdir='${docdir}'
python_additional_libs='-ldl -framework CoreFoundation'
python_configdir='/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config'
python_includespec='-I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7'
python_libdir='/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config'
python_libspec='-L/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7'
python_majorversion='2'
python_version='2.7'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
vpath_build=''
with_bonjour='yes'
with_gnu_ld='no'
with_gssapi='yes'
with_krb5='yes'
with_ldap='no'
with_libxml='yes'
with_libxslt='yes'
with_openssl='yes'
with_ossp_uuid='yes'
with_pam='no'
with_perl='yes'
with_python='yes'
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.1.2"
#define PACKAGE_STRING "PostgreSQL 9.1.2"
#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
#define PG_VERSION "9.1.2"
#define PG_MAJORVERSION "9.1"
#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 ENABLE_GSS 1
#define KRB5 1
#define PG_KRB_SRVNAM "postgres"
#define USE_BONJOUR 1
#define USE_SSL 1
#define USE_LIBXML 1
#define USE_LIBXSLT 1
#define HAVE_LIBM 1
#define HAVE_LIBREADLINE 1
#define HAVE_LIBZ 1
#define HAVE_SPINLOCKS 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBSSL 1
#define HAVE_LIBXML2 1
#define HAVE_LIBXSLT 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment