Skip to content

Instantly share code, notes, and snippets.

@bharatbhole
Created May 21, 2012 15:44
Show Gist options
  • Save bharatbhole/2762970 to your computer and use it in GitHub Desktop.
Save bharatbhole/2762970 to your computer and use it in GitHub Desktop.
brew postgresql config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by PostgreSQL configure 9.1.3, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.1.3 --datadir=/usr/local/Cellar/postgresql/9.1.3/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.1.3/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 = cla-eco1.main.ad.rit.edu
uname -m = i386
uname -r = 10.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
/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 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 75 tasks, 308 threads, 2 processors
Load average: 0.81, Mach factor: 1.30
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Cellar/readline/6.2.2/bin
PATH: /Library/Frameworks/Python.framework/Versions/Current/bin
PATH: /Library/Frameworks/EPD64.framework/Versions/Current/bin
PATH: /Library/Frameworks/EPD64.framework/Versions/Current/bin
PATH: /usr/texbin
PATH: /Library/Frameworks/Python.framework/Versions/Current/bin
PATH: /Library/Frameworks/Python.framework/Versions/Current/bin
PATH: /Library/Frameworks/Python.framework/Versions/Current/bin
PATH: /Library/Frameworks/Python.framework/Versions/Current/bin
PATH: /Library/Frameworks/Python.framework/Versions/Current/bin
PATH: /Applications/ConTeXtMinimals/tex/texmf-osx-64/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/local/git/bin
PATH: /usr/local/ImageMagick/bin
PATH: /usr/X11/bin
PATH: /usr/local/Library/Contributions/cmds
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2072: checking build system type
configure:2090: result: x86_64-apple-darwin10.8.0
configure:2112: checking host system type
configure:2127: result: x86_64-apple-darwin10.8.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/gcc-4.2 --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
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/gcc-4.2 -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5666) (dot 3)
configure:3267: $? = 0
configure:3274: /usr/bin/gcc-4.2 -V >&5
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/gcc-4.2 -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&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/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
configure:3440: $? = 0
configure:3466: result:
configure:3472: checking for suffix of object files
configure:3498: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/gcc-4.2 accepts -g
configure:3623: /usr/bin/gcc-4.2 -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/gcc-4.2 option to accept ISO C89
configure:3822: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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/gcc-4.2 supports -Wdeclaration-after-statement
configure:4036: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/gcc-4.2 supports -Wendif-labels
configure:4096: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/gcc-4.2 supports -Wformat-security
configure:4157: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/gcc-4.2 supports -fno-strict-aliasing
configure:4218: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/gcc-4.2 supports -fwrapv
configure:4279: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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:4310: checking whether /usr/bin/gcc-4.2 supports -fexcess-precision=standard
configure:4340: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c >&5
cc1: error: unrecognized command line option "-fexcess-precision=standard"
configure:4347: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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 ()
| {
|
| ;
| return 0;
| }
configure:4364: result: no
configure:4659: checking whether the C compiler still works
configure:4682: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
configure:4689: $? = 0
configure:4697: result: yes
configure:4739: /usr/bin/gcc-4.2 -c -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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:4746: $? = 0
configure:4769: checking how to run the C preprocessor
configure:4809: /usr/bin/gcc-4.2 -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c
configure:4816: $? = 0
configure:4847: /usr/bin/gcc-4.2 -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:4854: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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:4887: result: /usr/bin/gcc-4.2 -E
configure:4916: /usr/bin/gcc-4.2 -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 conftest.c
configure:4923: $? = 0
configure:4954: /usr/bin/gcc-4.2 -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:4961: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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:5120: checking allow thread-safe client libraries
configure:5154: result: yes
configure:5161: checking whether to build with Tcl
configure:5189: result: no
configure:5225: checking whether to build Perl modules
configure:5253: result: yes
configure:5260: checking whether to build Python modules
configure:5288: result: yes
configure:5295: checking whether to build with GSSAPI support
configure:5330: result: yes
configure:5337: checking whether to build with Kerberos 5 support
configure:5372: result: yes
configure:5420: checking whether to build with PAM support
configure:5452: result: no
configure:5460: checking whether to build with LDAP support
configure:5492: result: no
configure:5500: checking whether to build with Bonjour support
configure:5532: result: yes
configure:5540: checking whether to build with OpenSSL support
configure:5572: result: yes
configure:5579: checking whether to build with SELinux support
configure:5608: result: no
configure:5754: checking for xml2-config
configure:5770: found /Library/Frameworks/Python.framework/Versions/Current/bin/xml2-config
configure:5781: result: xml2-config
configure:5918: checking for grep that handles long lines and -e
configure:5978: result: /usr/bin/grep
configure:5983: checking for egrep
configure:6047: result: /usr/bin/grep -E
configure:6098: checking for ld used by GCC
configure:6161: result: /usr/bin/gcc-4.2
configure:6170: checking if the linker (/usr/bin/gcc-4.2) is GNU ld
configure:6182: result: no
configure:6295: checking for ranlib
configure:6311: found /usr/bin/ranlib
configure:6322: result: ranlib
configure:6388: checking for strip
configure:6404: found /usr/bin/strip
configure:6415: result: strip
configure:6438: checking whether it is possible to strip libraries
configure:6448: result: no
configure:6497: checking for ar
configure:6513: found /usr/bin/ar
configure:6524: result: ar
configure:6827: checking for tar
configure:6845: found /usr/bin/tar
configure:6857: result: /usr/bin/tar
configure:6865: checking whether ln -s works
configure:6869: result: yes
configure:6880: checking for gawk
configure:6910: result: no
configure:6880: checking for mawk
configure:6910: result: no
configure:6880: checking for nawk
configure:6910: result: no
configure:6880: checking for awk
configure:6896: found /usr/bin/awk
configure:6907: result: awk
configure:6918: checking for a thread-safe mkdir -p
configure:6957: result: config/install-sh -c -d
configure:6973: checking for bison
configure:6991: found /usr/bin/bison
configure:7003: result: /usr/bin/bison
configure:7018: using bison (GNU Bison) 2.3
configure:7049: checking for flex
configure:7094: result: /usr/bin/flex
configure:7114: using flex 2.5.35
configure:7126: checking for perl
configure:7144: found /usr/bin/perl
configure:7156: result: /usr/bin/perl
configure:7168: using perl 5.10.0
configure:7203: checking for Perl archlibexp
configure:7206: result: /System/Library/Perl/5.10.0/darwin-thread-multi-2level
configure:7208: checking for Perl privlibexp
configure:7211: result: /System/Library/Perl/5.10.0
configure:7213: checking for Perl useshrplib
configure:7216: result: true
configure:7219: checking for flags to link embedded Perl
configure:7235: result: '-arch x86_64' -L/usr/local/lib -L/System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc
configure:7244: checking for python
configure:7262: found /Library/Frameworks/Python.framework/Versions/Current/bin/python
configure:7274: result: /Library/Frameworks/Python.framework/Versions/Current/bin/python
configure:7289: checking for Python distutils module
configure:7293: result: yes
configure:7302: checking Python configuration directory
configure:7310: result: /Library/Frameworks/Python.framework/Versions/7.2/lib/python2.7/config
configure:7314: checking how to link an embedded Python application
configure:7340: result: -L/Library/Frameworks/Python.framework/Versions/7.2/lib/python2.7/config -lpython2.7 -ldl -framework CoreFoundation
configure:7345: checking whether Python is compiled with thread support
configure:7349: result: yes
configure:7431: checking for main in -lm
configure:7460: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lm -luuid >&5
configure:7467: $? = 0
configure:7488: result: yes
configure:7499: checking for library containing setproctitle
configure:7540: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lm -luuid >&5
Undefined symbols:
"_setproctitle", referenced from:
_main in ccRVUiP6.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:7547: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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:7540: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lutil -lm -luuid >&5
Undefined symbols:
"_setproctitle", referenced from:
_main in ccfMGFqp.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:7547: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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:7578: result: no
configure:7586: checking for library containing dlopen
configure:7627: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lm -luuid >&5
configure:7634: $? = 0
configure:7665: result: none required
configure:7673: checking for library containing socket
configure:7714: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lm -luuid >&5
configure:7721: $? = 0
configure:7752: result: none required
configure:7760: checking for library containing shl_load
configure:7801: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lm -luuid >&5
Undefined symbols:
"_shl_load", referenced from:
_main in cchnv8uM.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:7808: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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:7801: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -ldld -lm -luuid >&5
ld: library not found for -ldld
collect2: ld returned 1 exit status
configure:7808: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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:7839: result: no
configure:7939: checking for library containing getopt_long
configure:7980: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lm -luuid >&5
configure:7987: $? = 0
configure:8018: result: none required
configure:8026: checking for library containing crypt
configure:8067: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lm -luuid >&5
configure:8074: $? = 0
configure:8105: result: none required
configure:8114: checking for library containing fdatasync
configure:8155: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lm -luuid >&5
configure:8162: $? = 0
configure:8193: result: none required
configure:8203: checking for library containing gethostbyname_r
configure:8244: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lm -luuid >&5
Undefined symbols:
"_gethostbyname_r", referenced from:
_main in ccLLu6S4.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:8251: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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:8244: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lnsl -lm -luuid >&5
ld: library not found for -lnsl
collect2: ld returned 1 exit status
configure:8251: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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:8282: result: no
configure:8291: checking for library containing shmget
configure:8332: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lm -luuid >&5
configure:8339: $? = 0
configure:8370: result: none required
configure:8382: checking for library containing readline
configure:8424: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lreadline -lm -luuid >&5
configure:8431: $? = 0
configure:8471: result: -lreadline
configure:8498: checking for inflate in -lz
configure:8533: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lz -lreadline -lm -luuid >&5
configure:8540: $? = 0
configure:8561: result: yes
configure:8599: checking for library containing gss_init_sec_context
configure:8640: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lz -lreadline -lm -luuid >&5
Undefined symbols:
"_gss_init_sec_context", referenced from:
_main in ccK8muat.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:8647: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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:8640: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:8647: $? = 0
configure:8678: result: -lgssapi_krb5
configure:8697: checking for library containing com_err
configure:8738: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:8745: $? = 0
configure:8776: result: none required
configure:8788: checking for library containing krb5_sendauth
configure:8829: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:8836: $? = 0
configure:8867: result: none required
configure:8977: checking for CRYPTO_new_ex_data in -lcrypto
configure:9012: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:9019: $? = 0
configure:9040: result: yes
configure:9056: checking for SSL_library_init in -lssl
configure:9091: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:9098: $? = 0
configure:9119: result: yes
configure:9404: checking for xmlSaveToBuffer in -lxml2
configure:9439: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -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/Library/Frameworks/Python.framework/Versions/7.2/include/libxml2 -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib conftest.c -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
Undefined symbols:
"_xmlSaveToBuffer", referenced from:
_main in cckhkGHl.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:9446: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.1.3"
| #define PACKAGE_STRING "PostgreSQL 9.1.3"
| #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
| #define PG_VERSION "9.1.3"
| #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
| /* 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 xmlSaveToBuffer ();
| int
| main ()
| {
| return xmlSaveToBuffer ();
| ;
| return 0;
| }
configure:9467: result: no
configure:9477: error: library 'xml2' (version >= 2.6.23) is required for XML support
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin10.8.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/gcc-4.2
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include'
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 -L/usr/local/Cellar/ossp-uuid/1.6.2/lib'
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value=-luuid
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-darwin10.8.0
ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
ac_cv_lib_m_main=yes
ac_cv_lib_ssl_SSL_library_init=yes
ac_cv_lib_xml2_xmlSaveToBuffer=no
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/gcc-4.2
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PYTHON=/Library/Frameworks/Python.framework/Versions/Current/bin/python
ac_cv_path_TAR=/usr/bin/tar
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/gcc-4.2 -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__fexcess_precision_standard=no
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/gcc-4.2'
CFLAGS='-Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv'
COLLATEINDEX=''
CPP='/usr/bin/gcc-4.2 -E'
CPPFLAGS='-I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2 -I/Library/Frameworks/Python.framework/Versions/7.2/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/gcc-4.2'
LDAP_LIBS_BE=''
LDAP_LIBS_FE=''
LDFLAGS='-L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -L/Library/Frameworks/Python.framework/Versions/7.2/lib '
LDFLAGS_EX=''
LDFLAGS_SL=''
LIBOBJS=''
LIBS='-lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid'
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.3'
PACKAGE_TARNAME='postgresql'
PACKAGE_VERSION='9.1.3'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PG_MAJORVERSION='9.1'
PORTNAME='darwin'
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
PYTHON='/Library/Frameworks/Python.framework/Versions/Current/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-darwin10.8.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin10.8.0'
build_vendor='apple'
configure_args=' '\''--disable-debug'\'' '\''--prefix=/usr/local/Cellar/postgresql/9.1.3'\'' '\''--datadir=/usr/local/Cellar/postgresql/9.1.3/share/postgresql'\'' '\''--docdir=/usr/local/Cellar/postgresql/9.1.3/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/gcc-4.2'\'' '\''CFLAGS=-Os -w -pipe -march=core2 -msse4.1 -I/usr/local/Cellar/ossp-uuid/1.6.2/include'\'' '\''LDFLAGS=-L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib'\'' '\''LIBS=-luuid'\'' '\''CPPFLAGS=-I/usr/local/Cellar/readline/6.2.2/include -I/usr/include/libxml2'\'''
datadir='/usr/local/Cellar/postgresql/9.1.3/share/postgresql'
datarootdir='${prefix}/share'
default_port='5432'
docdir='/usr/local/Cellar/postgresql/9.1.3/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-darwin10.8.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin10.8.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.10.0/darwin-thread-multi-2level'
perl_embed_ldflags=' '\''-arch x86_64'\'' -L/usr/local/lib -L/System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc'
perl_privlibexp='/System/Library/Perl/5.10.0'
perl_useshrplib='true'
prefix='/usr/local/Cellar/postgresql/9.1.3'
program_transform_name='s,x,x,'
psdir='${docdir}'
python_additional_libs='-ldl -framework CoreFoundation'
python_configdir='/Library/Frameworks/Python.framework/Versions/7.2/lib/python2.7/config'
python_includespec='-I/Library/Frameworks/Python.framework/Versions/7.2/include/python2.7'
python_libdir='/Library/Frameworks/Python.framework/Versions/7.2/lib/python2.7/config'
python_libspec='-L/Library/Frameworks/Python.framework/Versions/7.2/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.3"
#define PACKAGE_STRING "PostgreSQL 9.1.3"
#define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
#define PG_VERSION "9.1.3"
#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
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment