Guest User

Untitled

a guest
Jul 28th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.52 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by PostgreSQL configure 9.0.4, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.0.4 --enable-thread-safety --with-bonjour --with-gssapi --with-krb5 --with-openssl --with-libxml --with-libxslt --with-python --with-perl --with-ossp-uuid --datadir=/usr/local/Cellar/postgresql/9.0.4/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.0.4/share/doc/postgresql ARCHFLAGS='-arch x86_64'
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = hyperion.localnet
  14. uname -m = i386
  15. uname -r = 10.7.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
  27. Kernel configured for up to 2 processors.
  28. 2 processors are physically available.
  29. 2 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1
  32. Primary memory available: 4.00 gigabytes
  33. Default processor set: 126 tasks, 488 threads, 2 processors
  34. Load average: 0.88, Mach factor: 1.27
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/Cellar/readline/6.2.1/bin
  40. PATH: /Library/Frameworks/Python.framework/Versions/2.7/bin
  41. PATH: /Library/Frameworks/Python.framework/Versions/2.6/bin
  42. PATH: ~/bin
  43. PATH: /usr/local/share/python
  44. PATH: /usr/local/bin
  45. PATH: /usr/local/sbin
  46. PATH: /usr/bin
  47. PATH: /usr/sbin
  48. PATH: /bin
  49. PATH: /sbin
  50. PATH: /usr/X11/bin
  51. PATH: /usr/local/share/npm/bin
  52. PATH: /usr/local/Library/Contributions/examples
  53.  
  54.  
  55. ## ----------- ##
  56. ## Core tests. ##
  57. ## ----------- ##
  58.  
  59. configure:2069: checking build system type
  60. configure:2087: result: x86_64-apple-darwin10.7.0
  61. configure:2109: checking host system type
  62. configure:2124: result: x86_64-apple-darwin10.7.0
  63. configure:2148: checking which template to use
  64. configure:2247: result: darwin
  65. configure:2354: checking whether to build with 64-bit integer date/time support
  66. configure:2389: result: yes
  67. configure:2396: checking whether NLS is wanted
  68. configure:2430: result: no
  69. configure:2438: checking for default port number
  70. configure:2467: result: 5432
  71. configure:2886: checking for block size
  72. configure:2926: result: 8kB
  73. configure:2938: checking for segment size
  74. configure:2971: result: 1GB
  75. configure:2983: checking for WAL block size
  76. configure:3024: result: 8kB
  77. configure:3036: checking for WAL segment size
  78. configure:3077: result: 16MB
  79. configure:3240: checking for C compiler version
  80. configure:3248: /usr/bin/cc --version >&5
  81. i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
  82. Copyright (C) 2007 Free Software Foundation, Inc.
  83. This is free software; see the source for copying conditions. There is NO
  84. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  85.  
  86. configure:3252: $? = 0
  87. configure:3259: /usr/bin/cc -v >&5
  88. Using built-in specs.
  89. Target: i686-apple-darwin10
  90. Configured with: /var/tmp/gcc/gcc-5664~89/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
  91. Thread model: posix
  92. gcc version 4.2.1 (Apple Inc. build 5664)
  93. configure:3263: $? = 0
  94. configure:3270: /usr/bin/cc -V >&5
  95. gcc-4.2: argument to `-V' is missing
  96. configure:3274: $? = 1
  97. configure:3297: checking for C compiler default output file name
  98. configure:3319: /usr/bin/cc -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
  99. configure:3323: $? = 0
  100. configure:3361: result: a.out
  101. configure:3380: checking whether the C compiler works
  102. configure:3390: ./a.out
  103. configure:3394: $? = 0
  104. configure:3413: result: yes
  105. configure:3420: checking whether we are cross compiling
  106. configure:3422: result: no
  107. configure:3425: checking for suffix of executables
  108. configure:3432: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
  109. configure:3436: $? = 0
  110. configure:3462: result:
  111. configure:3468: checking for suffix of object files
  112. configure:3494: /usr/bin/cc -c -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
  113. configure:3498: $? = 0
  114. configure:3523: result: o
  115. configure:3527: checking whether we are using the GNU C compiler
  116. configure:3556: /usr/bin/cc -c -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
  117. configure:3563: $? = 0
  118. configure:3580: result: yes
  119. configure:3589: checking whether /usr/bin/cc accepts -g
  120. configure:3619: /usr/bin/cc -c -g -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
  121. configure:3626: $? = 0
  122. configure:3727: result: yes
  123. configure:3744: checking for /usr/bin/cc option to accept ISO C89
  124. configure:3818: /usr/bin/cc -c -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
  125. configure:3825: $? = 0
  126. configure:3848: result: none needed
  127. configure:3894: /usr/bin/cc -c -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
  128. conftest.c: In function 'main':
  129. conftest.c:22: error: 'choke' undeclared (first use in this function)
  130. conftest.c:22: error: (Each undeclared identifier is reported only once
  131. conftest.c:22: error: for each function it appears in.)
  132. conftest.c:22: error: expected ';' before 'me'
  133. configure:3901: $? = 1
  134. configure: failed program was:
  135. | /* confdefs.h. */
  136. | #define PACKAGE_NAME "PostgreSQL"
  137. | #define PACKAGE_TARNAME "postgresql"
  138. | #define PACKAGE_VERSION "9.0.4"
  139. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  140. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  141. | #define PG_VERSION "9.0.4"
  142. | #define PG_MAJORVERSION "9.0"
  143. | #define USE_INTEGER_DATETIMES 1
  144. | #define DEF_PGPORT 5432
  145. | #define DEF_PGPORT_STR "5432"
  146. | #define BLCKSZ 8192
  147. | #define RELSEG_SIZE 131072
  148. | #define XLOG_BLCKSZ 8192
  149. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  150. | /* end confdefs.h. */
  151. |
  152. | int
  153. | main ()
  154. | {
  155. | #ifndef __INTEL_COMPILER
  156. | choke me
  157. | #endif
  158. | ;
  159. | return 0;
  160. | }
  161. configure:3941: /usr/bin/cc -c -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
  162. conftest.c: In function 'main':
  163. conftest.c:22: error: 'choke' undeclared (first use in this function)
  164. conftest.c:22: error: (Each undeclared identifier is reported only once
  165. conftest.c:22: error: for each function it appears in.)
  166. conftest.c:22: error: expected ';' before 'me'
  167. configure:3948: $? = 1
  168. configure: failed program was:
  169. | /* confdefs.h. */
  170. | #define PACKAGE_NAME "PostgreSQL"
  171. | #define PACKAGE_TARNAME "postgresql"
  172. | #define PACKAGE_VERSION "9.0.4"
  173. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  174. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  175. | #define PG_VERSION "9.0.4"
  176. | #define PG_MAJORVERSION "9.0"
  177. | #define USE_INTEGER_DATETIMES 1
  178. | #define DEF_PGPORT 5432
  179. | #define DEF_PGPORT_STR "5432"
  180. | #define BLCKSZ 8192
  181. | #define RELSEG_SIZE 131072
  182. | #define XLOG_BLCKSZ 8192
  183. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  184. | /* end confdefs.h. */
  185. |
  186. | int
  187. | main ()
  188. | {
  189. | #ifndef __SUNPRO_C
  190. | choke me
  191. | #endif
  192. | ;
  193. | return 0;
  194. | }
  195. configure:4002: checking if /usr/bin/cc supports -Wdeclaration-after-statement
  196. configure:4027: /usr/bin/cc -c -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -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.1/include conftest.c >&5
  197. configure:4034: $? = 0
  198. configure:4039: result: yes
  199. configure:4052: checking if /usr/bin/cc supports -Wendif-labels
  200. configure:4077: /usr/bin/cc -c -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -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.1/include conftest.c >&5
  201. configure:4084: $? = 0
  202. configure:4089: result: yes
  203. configure:4103: checking if /usr/bin/cc supports -fno-strict-aliasing
  204. configure:4128: /usr/bin/cc -c -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
  205. configure:4135: $? = 0
  206. configure:4140: result: yes
  207. configure:4154: checking if /usr/bin/cc supports -fwrapv
  208. configure:4179: /usr/bin/cc -c -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
  209. configure:4186: $? = 0
  210. configure:4191: result: yes
  211. configure:4400: checking whether the C compiler still works
  212. configure:4423: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
  213. configure:4430: $? = 0
  214. configure:4438: result: yes
  215. configure:4480: /usr/bin/cc -c -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
  216. configure:4487: $? = 0
  217. configure:4510: checking how to run the C preprocessor
  218. configure:4550: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.2.1/include conftest.c
  219. configure:4557: $? = 0
  220. configure:4588: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.2.1/include conftest.c
  221. conftest.c:17:28: error: ac_nonexistent.h: No such file or directory
  222. configure:4595: $? = 1
  223. configure: failed program was:
  224. | /* confdefs.h. */
  225. | #define PACKAGE_NAME "PostgreSQL"
  226. | #define PACKAGE_TARNAME "postgresql"
  227. | #define PACKAGE_VERSION "9.0.4"
  228. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  229. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  230. | #define PG_VERSION "9.0.4"
  231. | #define PG_MAJORVERSION "9.0"
  232. | #define USE_INTEGER_DATETIMES 1
  233. | #define DEF_PGPORT 5432
  234. | #define DEF_PGPORT_STR "5432"
  235. | #define BLCKSZ 8192
  236. | #define RELSEG_SIZE 131072
  237. | #define XLOG_BLCKSZ 8192
  238. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  239. | /* end confdefs.h. */
  240. | #include <ac_nonexistent.h>
  241. configure:4628: result: /usr/bin/cc -E
  242. configure:4657: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.2.1/include conftest.c
  243. configure:4664: $? = 0
  244. configure:4695: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.2.1/include conftest.c
  245. conftest.c:17:28: error: ac_nonexistent.h: No such file or directory
  246. configure:4702: $? = 1
  247. configure: failed program was:
  248. | /* confdefs.h. */
  249. | #define PACKAGE_NAME "PostgreSQL"
  250. | #define PACKAGE_TARNAME "postgresql"
  251. | #define PACKAGE_VERSION "9.0.4"
  252. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  253. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  254. | #define PG_VERSION "9.0.4"
  255. | #define PG_MAJORVERSION "9.0"
  256. | #define USE_INTEGER_DATETIMES 1
  257. | #define DEF_PGPORT 5432
  258. | #define DEF_PGPORT_STR "5432"
  259. | #define BLCKSZ 8192
  260. | #define RELSEG_SIZE 131072
  261. | #define XLOG_BLCKSZ 8192
  262. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  263. | /* end confdefs.h. */
  264. | #include <ac_nonexistent.h>
  265. configure:4861: checking allow thread-safe client libraries
  266. configure:4895: result: yes
  267. configure:4902: checking whether to build with Tcl
  268. configure:4930: result: no
  269. configure:4966: checking whether to build Perl modules
  270. configure:4994: result: yes
  271. configure:5001: checking whether to build Python modules
  272. configure:5029: result: yes
  273. configure:5036: checking whether to build with GSSAPI support
  274. configure:5071: result: yes
  275. configure:5078: checking whether to build with Kerberos 5 support
  276. configure:5113: result: yes
  277. configure:5161: checking whether to build with PAM support
  278. configure:5193: result: no
  279. configure:5201: checking whether to build with LDAP support
  280. configure:5233: result: no
  281. configure:5241: checking whether to build with Bonjour support
  282. configure:5273: result: yes
  283. configure:5281: checking whether to build with OpenSSL support
  284. configure:5313: result: yes
  285. configure:5461: checking for xml2-config
  286. configure:5477: found /usr/bin/xml2-config
  287. configure:5488: result: xml2-config
  288. configure:5625: checking for grep that handles long lines and -e
  289. configure:5685: result: /usr/bin/grep
  290. configure:5690: checking for egrep
  291. configure:5754: result: /usr/bin/grep -E
  292. configure:5805: checking for ld used by GCC
  293. configure:5868: result: /usr/bin/cc
  294. configure:5877: checking if the linker (/usr/bin/cc) is GNU ld
  295. configure:5889: result: no
  296. configure:6002: checking for ranlib
  297. configure:6018: found /usr/bin/ranlib
  298. configure:6029: result: ranlib
  299. configure:6095: checking for strip
  300. configure:6111: found /usr/bin/strip
  301. configure:6122: result: strip
  302. configure:6145: checking whether it is possible to strip libraries
  303. configure:6155: result: no
  304. configure:6204: checking for ar
  305. configure:6220: found /usr/bin/ar
  306. configure:6231: result: ar
  307. configure:6534: checking for tar
  308. configure:6552: found /usr/bin/tar
  309. configure:6564: result: /usr/bin/tar
  310. configure:6572: checking whether ln -s works
  311. configure:6576: result: yes
  312. configure:6587: checking for gawk
  313. configure:6617: result: no
  314. configure:6587: checking for mawk
  315. configure:6617: result: no
  316. configure:6587: checking for nawk
  317. configure:6617: result: no
  318. configure:6587: checking for awk
  319. configure:6603: found /usr/bin/awk
  320. configure:6614: result: awk
  321. configure:6625: checking for a thread-safe mkdir -p
  322. configure:6664: result: /usr/local/bin/gmkdir -p
  323. configure:6680: checking for bison
  324. configure:6698: found /usr/bin/bison
  325. configure:6710: result: /usr/bin/bison
  326. configure:6725: using bison (GNU Bison) 2.3
  327. configure:6756: checking for flex
  328. configure:6801: result: /usr/bin/flex
  329. configure:6821: using flex 2.5.35
  330. configure:6833: checking for perl
  331. configure:6851: found /usr/bin/perl
  332. configure:6863: result: /usr/bin/perl
  333. configure:6875: using perl 5.10.0
  334. configure:6910: checking for Perl archlibexp
  335. configure:6913: result: /System/Library/Perl/5.10.0/darwin-thread-multi-2level
  336. configure:6915: checking for Perl privlibexp
  337. configure:6918: result: /System/Library/Perl/5.10.0
  338. configure:6920: checking for Perl useshrplib
  339. configure:6923: result: true
  340. configure:6926: checking for flags to link embedded Perl
  341. configure:6942: 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
  342. configure:6951: checking for python
  343. configure:6969: found /Library/Frameworks/Python.framework/Versions/2.7/bin/python
  344. configure:6981: result: /Library/Frameworks/Python.framework/Versions/2.7/bin/python
  345. configure:6996: checking for Python distutils module
  346. configure:7000: result: yes
  347. configure:7009: checking Python configuration directory
  348. configure:7017: result: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config
  349. configure:7021: checking how to link an embedded Python application
  350. configure:7042: result: -L/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7 -ldl -framework CoreFoundation
  351. configure:7047: checking whether Python is compiled with thread support
  352. configure:7051: result: yes
  353. configure:7133: checking for main in -lm
  354. configure:7162: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  355. configure:7169: $? = 0
  356. configure:7190: result: yes
  357. configure:7201: checking for library containing setproctitle
  358. configure:7242: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  359. Undefined symbols:
  360. "_setproctitle", referenced from:
  361. _main in ccGmdQli.o
  362. ld: symbol(s) not found
  363. collect2: ld returned 1 exit status
  364. configure:7249: $? = 1
  365. configure: failed program was:
  366. | /* confdefs.h. */
  367. | #define PACKAGE_NAME "PostgreSQL"
  368. | #define PACKAGE_TARNAME "postgresql"
  369. | #define PACKAGE_VERSION "9.0.4"
  370. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  371. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  372. | #define PG_VERSION "9.0.4"
  373. | #define PG_MAJORVERSION "9.0"
  374. | #define USE_INTEGER_DATETIMES 1
  375. | #define DEF_PGPORT 5432
  376. | #define DEF_PGPORT_STR "5432"
  377. | #define BLCKSZ 8192
  378. | #define RELSEG_SIZE 131072
  379. | #define XLOG_BLCKSZ 8192
  380. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  381. | #define ENABLE_THREAD_SAFETY 1
  382. | #define ENABLE_GSS 1
  383. | #define KRB5 1
  384. | #define PG_KRB_SRVNAM "postgres"
  385. | #define USE_BONJOUR 1
  386. | #define USE_SSL 1
  387. | #define USE_LIBXML 1
  388. | #define USE_LIBXSLT 1
  389. | #define HAVE_LIBM 1
  390. | /* end confdefs.h. */
  391. |
  392. | /* Override any GCC internal prototype to avoid an error.
  393. | Use char because int might match the return type of a GCC
  394. | builtin and then its argument prototype would still apply. */
  395. | #ifdef __cplusplus
  396. | extern "C"
  397. | #endif
  398. | char setproctitle ();
  399. | int
  400. | main ()
  401. | {
  402. | return setproctitle ();
  403. | ;
  404. | return 0;
  405. | }
  406. configure:7242: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lutil -lm -luuid >&5
  407. Undefined symbols:
  408. "_setproctitle", referenced from:
  409. _main in ccNkOmPO.o
  410. ld: symbol(s) not found
  411. collect2: ld returned 1 exit status
  412. configure:7249: $? = 1
  413. configure: failed program was:
  414. | /* confdefs.h. */
  415. | #define PACKAGE_NAME "PostgreSQL"
  416. | #define PACKAGE_TARNAME "postgresql"
  417. | #define PACKAGE_VERSION "9.0.4"
  418. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  419. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  420. | #define PG_VERSION "9.0.4"
  421. | #define PG_MAJORVERSION "9.0"
  422. | #define USE_INTEGER_DATETIMES 1
  423. | #define DEF_PGPORT 5432
  424. | #define DEF_PGPORT_STR "5432"
  425. | #define BLCKSZ 8192
  426. | #define RELSEG_SIZE 131072
  427. | #define XLOG_BLCKSZ 8192
  428. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  429. | #define ENABLE_THREAD_SAFETY 1
  430. | #define ENABLE_GSS 1
  431. | #define KRB5 1
  432. | #define PG_KRB_SRVNAM "postgres"
  433. | #define USE_BONJOUR 1
  434. | #define USE_SSL 1
  435. | #define USE_LIBXML 1
  436. | #define USE_LIBXSLT 1
  437. | #define HAVE_LIBM 1
  438. | /* end confdefs.h. */
  439. |
  440. | /* Override any GCC internal prototype to avoid an error.
  441. | Use char because int might match the return type of a GCC
  442. | builtin and then its argument prototype would still apply. */
  443. | #ifdef __cplusplus
  444. | extern "C"
  445. | #endif
  446. | char setproctitle ();
  447. | int
  448. | main ()
  449. | {
  450. | return setproctitle ();
  451. | ;
  452. | return 0;
  453. | }
  454. configure:7280: result: no
  455. configure:7288: checking for library containing dlopen
  456. configure:7329: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  457. configure:7336: $? = 0
  458. configure:7367: result: none required
  459. configure:7375: checking for library containing socket
  460. configure:7416: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  461. configure:7423: $? = 0
  462. configure:7454: result: none required
  463. configure:7462: checking for library containing shl_load
  464. configure:7503: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  465. Undefined symbols:
  466. "_shl_load", referenced from:
  467. _main in ccIiPCjp.o
  468. ld: symbol(s) not found
  469. collect2: ld returned 1 exit status
  470. configure:7510: $? = 1
  471. configure: failed program was:
  472. | /* confdefs.h. */
  473. | #define PACKAGE_NAME "PostgreSQL"
  474. | #define PACKAGE_TARNAME "postgresql"
  475. | #define PACKAGE_VERSION "9.0.4"
  476. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  477. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  478. | #define PG_VERSION "9.0.4"
  479. | #define PG_MAJORVERSION "9.0"
  480. | #define USE_INTEGER_DATETIMES 1
  481. | #define DEF_PGPORT 5432
  482. | #define DEF_PGPORT_STR "5432"
  483. | #define BLCKSZ 8192
  484. | #define RELSEG_SIZE 131072
  485. | #define XLOG_BLCKSZ 8192
  486. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  487. | #define ENABLE_THREAD_SAFETY 1
  488. | #define ENABLE_GSS 1
  489. | #define KRB5 1
  490. | #define PG_KRB_SRVNAM "postgres"
  491. | #define USE_BONJOUR 1
  492. | #define USE_SSL 1
  493. | #define USE_LIBXML 1
  494. | #define USE_LIBXSLT 1
  495. | #define HAVE_LIBM 1
  496. | /* end confdefs.h. */
  497. |
  498. | /* Override any GCC internal prototype to avoid an error.
  499. | Use char because int might match the return type of a GCC
  500. | builtin and then its argument prototype would still apply. */
  501. | #ifdef __cplusplus
  502. | extern "C"
  503. | #endif
  504. | char shl_load ();
  505. | int
  506. | main ()
  507. | {
  508. | return shl_load ();
  509. | ;
  510. | return 0;
  511. | }
  512. configure:7503: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -ldld -lm -luuid >&5
  513. ld: library not found for -ldld
  514. collect2: ld returned 1 exit status
  515. configure:7510: $? = 1
  516. configure: failed program was:
  517. | /* confdefs.h. */
  518. | #define PACKAGE_NAME "PostgreSQL"
  519. | #define PACKAGE_TARNAME "postgresql"
  520. | #define PACKAGE_VERSION "9.0.4"
  521. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  522. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  523. | #define PG_VERSION "9.0.4"
  524. | #define PG_MAJORVERSION "9.0"
  525. | #define USE_INTEGER_DATETIMES 1
  526. | #define DEF_PGPORT 5432
  527. | #define DEF_PGPORT_STR "5432"
  528. | #define BLCKSZ 8192
  529. | #define RELSEG_SIZE 131072
  530. | #define XLOG_BLCKSZ 8192
  531. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  532. | #define ENABLE_THREAD_SAFETY 1
  533. | #define ENABLE_GSS 1
  534. | #define KRB5 1
  535. | #define PG_KRB_SRVNAM "postgres"
  536. | #define USE_BONJOUR 1
  537. | #define USE_SSL 1
  538. | #define USE_LIBXML 1
  539. | #define USE_LIBXSLT 1
  540. | #define HAVE_LIBM 1
  541. | /* end confdefs.h. */
  542. |
  543. | /* Override any GCC internal prototype to avoid an error.
  544. | Use char because int might match the return type of a GCC
  545. | builtin and then its argument prototype would still apply. */
  546. | #ifdef __cplusplus
  547. | extern "C"
  548. | #endif
  549. | char shl_load ();
  550. | int
  551. | main ()
  552. | {
  553. | return shl_load ();
  554. | ;
  555. | return 0;
  556. | }
  557. configure:7541: result: no
  558. configure:7641: checking for library containing getopt_long
  559. configure:7682: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  560. configure:7689: $? = 0
  561. configure:7720: result: none required
  562. configure:7728: checking for library containing crypt
  563. configure:7769: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  564. configure:7776: $? = 0
  565. configure:7807: result: none required
  566. configure:7816: checking for library containing fdatasync
  567. configure:7857: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  568. configure:7864: $? = 0
  569. configure:7895: result: none required
  570. configure:7905: checking for library containing gethostbyname_r
  571. configure:7946: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  572. Undefined symbols:
  573. "_gethostbyname_r", referenced from:
  574. _main in ccoe7VY0.o
  575. ld: symbol(s) not found
  576. collect2: ld returned 1 exit status
  577. configure:7953: $? = 1
  578. configure: failed program was:
  579. | /* confdefs.h. */
  580. | #define PACKAGE_NAME "PostgreSQL"
  581. | #define PACKAGE_TARNAME "postgresql"
  582. | #define PACKAGE_VERSION "9.0.4"
  583. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  584. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  585. | #define PG_VERSION "9.0.4"
  586. | #define PG_MAJORVERSION "9.0"
  587. | #define USE_INTEGER_DATETIMES 1
  588. | #define DEF_PGPORT 5432
  589. | #define DEF_PGPORT_STR "5432"
  590. | #define BLCKSZ 8192
  591. | #define RELSEG_SIZE 131072
  592. | #define XLOG_BLCKSZ 8192
  593. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  594. | #define ENABLE_THREAD_SAFETY 1
  595. | #define ENABLE_GSS 1
  596. | #define KRB5 1
  597. | #define PG_KRB_SRVNAM "postgres"
  598. | #define USE_BONJOUR 1
  599. | #define USE_SSL 1
  600. | #define USE_LIBXML 1
  601. | #define USE_LIBXSLT 1
  602. | #define HAVE_LIBM 1
  603. | /* end confdefs.h. */
  604. |
  605. | /* Override any GCC internal prototype to avoid an error.
  606. | Use char because int might match the return type of a GCC
  607. | builtin and then its argument prototype would still apply. */
  608. | #ifdef __cplusplus
  609. | extern "C"
  610. | #endif
  611. | char gethostbyname_r ();
  612. | int
  613. | main ()
  614. | {
  615. | return gethostbyname_r ();
  616. | ;
  617. | return 0;
  618. | }
  619. configure:7946: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lnsl -lm -luuid >&5
  620. ld: library not found for -lnsl
  621. collect2: ld returned 1 exit status
  622. configure:7953: $? = 1
  623. configure: failed program was:
  624. | /* confdefs.h. */
  625. | #define PACKAGE_NAME "PostgreSQL"
  626. | #define PACKAGE_TARNAME "postgresql"
  627. | #define PACKAGE_VERSION "9.0.4"
  628. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  629. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  630. | #define PG_VERSION "9.0.4"
  631. | #define PG_MAJORVERSION "9.0"
  632. | #define USE_INTEGER_DATETIMES 1
  633. | #define DEF_PGPORT 5432
  634. | #define DEF_PGPORT_STR "5432"
  635. | #define BLCKSZ 8192
  636. | #define RELSEG_SIZE 131072
  637. | #define XLOG_BLCKSZ 8192
  638. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  639. | #define ENABLE_THREAD_SAFETY 1
  640. | #define ENABLE_GSS 1
  641. | #define KRB5 1
  642. | #define PG_KRB_SRVNAM "postgres"
  643. | #define USE_BONJOUR 1
  644. | #define USE_SSL 1
  645. | #define USE_LIBXML 1
  646. | #define USE_LIBXSLT 1
  647. | #define HAVE_LIBM 1
  648. | /* end confdefs.h. */
  649. |
  650. | /* Override any GCC internal prototype to avoid an error.
  651. | Use char because int might match the return type of a GCC
  652. | builtin and then its argument prototype would still apply. */
  653. | #ifdef __cplusplus
  654. | extern "C"
  655. | #endif
  656. | char gethostbyname_r ();
  657. | int
  658. | main ()
  659. | {
  660. | return gethostbyname_r ();
  661. | ;
  662. | return 0;
  663. | }
  664. configure:7984: result: no
  665. configure:7993: checking for library containing shmget
  666. configure:8034: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
  667. configure:8041: $? = 0
  668. configure:8072: result: none required
  669. configure:8094: checking for -lreadline
  670. configure:8126: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lreadline -lm -luuid >&5
  671. configure:8133: $? = 0
  672. configure:8167: result: yes (-lreadline)
  673. configure:8204: checking for inflate in -lz
  674. configure:8239: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lz -lreadline -lm -luuid >&5
  675. configure:8246: $? = 0
  676. configure:8267: result: yes
  677. configure:8305: checking for library containing gss_init_sec_context
  678. configure:8346: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lz -lreadline -lm -luuid >&5
  679. Undefined symbols:
  680. "_gss_init_sec_context", referenced from:
  681. _main in ccq1giwO.o
  682. ld: symbol(s) not found
  683. collect2: ld returned 1 exit status
  684. configure:8353: $? = 1
  685. configure: failed program was:
  686. | /* confdefs.h. */
  687. | #define PACKAGE_NAME "PostgreSQL"
  688. | #define PACKAGE_TARNAME "postgresql"
  689. | #define PACKAGE_VERSION "9.0.4"
  690. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  691. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  692. | #define PG_VERSION "9.0.4"
  693. | #define PG_MAJORVERSION "9.0"
  694. | #define USE_INTEGER_DATETIMES 1
  695. | #define DEF_PGPORT 5432
  696. | #define DEF_PGPORT_STR "5432"
  697. | #define BLCKSZ 8192
  698. | #define RELSEG_SIZE 131072
  699. | #define XLOG_BLCKSZ 8192
  700. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  701. | #define ENABLE_THREAD_SAFETY 1
  702. | #define ENABLE_GSS 1
  703. | #define KRB5 1
  704. | #define PG_KRB_SRVNAM "postgres"
  705. | #define USE_BONJOUR 1
  706. | #define USE_SSL 1
  707. | #define USE_LIBXML 1
  708. | #define USE_LIBXSLT 1
  709. | #define HAVE_LIBM 1
  710. | #define HAVE_LIBREADLINE 1
  711. | #define HAVE_LIBZ 1
  712. | #define HAVE_SPINLOCKS 1
  713. | /* end confdefs.h. */
  714. |
  715. | /* Override any GCC internal prototype to avoid an error.
  716. | Use char because int might match the return type of a GCC
  717. | builtin and then its argument prototype would still apply. */
  718. | #ifdef __cplusplus
  719. | extern "C"
  720. | #endif
  721. | char gss_init_sec_context ();
  722. | int
  723. | main ()
  724. | {
  725. | return gss_init_sec_context ();
  726. | ;
  727. | return 0;
  728. | }
  729. configure:8346: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  730. configure:8353: $? = 0
  731. configure:8384: result: -lgssapi_krb5
  732. configure:8403: checking for library containing com_err
  733. configure:8444: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  734. configure:8451: $? = 0
  735. configure:8482: result: none required
  736. configure:8494: checking for library containing krb5_sendauth
  737. configure:8535: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  738. configure:8542: $? = 0
  739. configure:8573: result: none required
  740. configure:8683: checking for CRYPTO_new_ex_data in -lcrypto
  741. configure:8718: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  742. configure:8725: $? = 0
  743. configure:8746: result: yes
  744. configure:8762: checking for SSL_library_init in -lssl
  745. configure:8797: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  746. configure:8804: $? = 0
  747. configure:8825: result: yes
  748. configure:9086: checking for xmlSaveToBuffer in -lxml2
  749. configure:9121: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  750. configure:9128: $? = 0
  751. configure:9149: result: yes
  752. configure:9168: checking for xsltCleanupGlobals in -lxslt
  753. configure:9203: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  754. configure:9210: $? = 0
  755. configure:9231: result: yes
  756. configure:9250: checking for uuid_export in -lossp-uuid
  757. configure:9285: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lossp-uuid -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  758. ld: library not found for -lossp-uuid
  759. collect2: ld returned 1 exit status
  760. configure:9292: $? = 1
  761. configure: failed program was:
  762. | /* confdefs.h. */
  763. | #define PACKAGE_NAME "PostgreSQL"
  764. | #define PACKAGE_TARNAME "postgresql"
  765. | #define PACKAGE_VERSION "9.0.4"
  766. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  767. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  768. | #define PG_VERSION "9.0.4"
  769. | #define PG_MAJORVERSION "9.0"
  770. | #define USE_INTEGER_DATETIMES 1
  771. | #define DEF_PGPORT 5432
  772. | #define DEF_PGPORT_STR "5432"
  773. | #define BLCKSZ 8192
  774. | #define RELSEG_SIZE 131072
  775. | #define XLOG_BLCKSZ 8192
  776. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  777. | #define ENABLE_THREAD_SAFETY 1
  778. | #define ENABLE_GSS 1
  779. | #define KRB5 1
  780. | #define PG_KRB_SRVNAM "postgres"
  781. | #define USE_BONJOUR 1
  782. | #define USE_SSL 1
  783. | #define USE_LIBXML 1
  784. | #define USE_LIBXSLT 1
  785. | #define HAVE_LIBM 1
  786. | #define HAVE_LIBREADLINE 1
  787. | #define HAVE_LIBZ 1
  788. | #define HAVE_SPINLOCKS 1
  789. | #define HAVE_LIBCRYPTO 1
  790. | #define HAVE_LIBSSL 1
  791. | #define HAVE_LIBXML2 1
  792. | #define HAVE_LIBXSLT 1
  793. | /* end confdefs.h. */
  794. |
  795. | /* Override any GCC internal prototype to avoid an error.
  796. | Use char because int might match the return type of a GCC
  797. | builtin and then its argument prototype would still apply. */
  798. | #ifdef __cplusplus
  799. | extern "C"
  800. | #endif
  801. | char uuid_export ();
  802. | int
  803. | main ()
  804. | {
  805. | return uuid_export ();
  806. | ;
  807. | return 0;
  808. | }
  809. configure:9313: result: no
  810. configure:9318: checking for uuid_export in -luuid
  811. configure:9353: /usr/bin/cc -o conftest -O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
  812. Undefined symbols:
  813. "_uuid_export", referenced from:
  814. _main in cc8ietnZ.o
  815. ld: symbol(s) not found
  816. collect2: ld returned 1 exit status
  817. configure:9360: $? = 1
  818. configure: failed program was:
  819. | /* confdefs.h. */
  820. | #define PACKAGE_NAME "PostgreSQL"
  821. | #define PACKAGE_TARNAME "postgresql"
  822. | #define PACKAGE_VERSION "9.0.4"
  823. | #define PACKAGE_STRING "PostgreSQL 9.0.4"
  824. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  825. | #define PG_VERSION "9.0.4"
  826. | #define PG_MAJORVERSION "9.0"
  827. | #define USE_INTEGER_DATETIMES 1
  828. | #define DEF_PGPORT 5432
  829. | #define DEF_PGPORT_STR "5432"
  830. | #define BLCKSZ 8192
  831. | #define RELSEG_SIZE 131072
  832. | #define XLOG_BLCKSZ 8192
  833. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  834. | #define ENABLE_THREAD_SAFETY 1
  835. | #define ENABLE_GSS 1
  836. | #define KRB5 1
  837. | #define PG_KRB_SRVNAM "postgres"
  838. | #define USE_BONJOUR 1
  839. | #define USE_SSL 1
  840. | #define USE_LIBXML 1
  841. | #define USE_LIBXSLT 1
  842. | #define HAVE_LIBM 1
  843. | #define HAVE_LIBREADLINE 1
  844. | #define HAVE_LIBZ 1
  845. | #define HAVE_SPINLOCKS 1
  846. | #define HAVE_LIBCRYPTO 1
  847. | #define HAVE_LIBSSL 1
  848. | #define HAVE_LIBXML2 1
  849. | #define HAVE_LIBXSLT 1
  850. | /* end confdefs.h. */
  851. |
  852. | /* Override any GCC internal prototype to avoid an error.
  853. | Use char because int might match the return type of a GCC
  854. | builtin and then its argument prototype would still apply. */
  855. | #ifdef __cplusplus
  856. | extern "C"
  857. | #endif
  858. | char uuid_export ();
  859. | int
  860. | main ()
  861. | {
  862. | return uuid_export ();
  863. | ;
  864. | return 0;
  865. | }
  866. configure:9381: result: no
  867. configure:9386: error: library 'ossp-uuid' or 'uuid' is required for OSSP-UUID
  868.  
  869. ## ---------------- ##
  870. ## Cache variables. ##
  871. ## ---------------- ##
  872.  
  873. ac_cv_build=x86_64-apple-darwin10.7.0
  874. ac_cv_c_compiler_gnu=yes
  875. ac_cv_env_CC_set=set
  876. ac_cv_env_CC_value=/usr/bin/cc
  877. ac_cv_env_CFLAGS_set=set
  878. ac_cv_env_CFLAGS_value='-O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include'
  879. ac_cv_env_CPPFLAGS_set=set
  880. ac_cv_env_CPPFLAGS_value=-I/usr/local/Cellar/readline/6.2.1/include
  881. ac_cv_env_CPP_set=
  882. ac_cv_env_CPP_value=
  883. ac_cv_env_DOCBOOKSTYLE_set=
  884. ac_cv_env_DOCBOOKSTYLE_value=
  885. ac_cv_env_LDFLAGS_EX_set=
  886. ac_cv_env_LDFLAGS_EX_value=
  887. ac_cv_env_LDFLAGS_SL_set=
  888. ac_cv_env_LDFLAGS_SL_value=
  889. ac_cv_env_LDFLAGS_set=set
  890. ac_cv_env_LDFLAGS_value='-L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib'
  891. ac_cv_env_LIBS_set=set
  892. ac_cv_env_LIBS_value=-luuid
  893. ac_cv_env_build_alias_set=
  894. ac_cv_env_build_alias_value=
  895. ac_cv_env_host_alias_set=
  896. ac_cv_env_host_alias_value=
  897. ac_cv_env_target_alias_set=
  898. ac_cv_env_target_alias_value=
  899. ac_cv_host=x86_64-apple-darwin10.7.0
  900. ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
  901. ac_cv_lib_m_main=yes
  902. ac_cv_lib_ossp_uuid_uuid_export=no
  903. ac_cv_lib_ssl_SSL_library_init=yes
  904. ac_cv_lib_uuid_uuid_export=no
  905. ac_cv_lib_xml2_xmlSaveToBuffer=yes
  906. ac_cv_lib_xslt_xsltCleanupGlobals=yes
  907. ac_cv_lib_z_inflate=yes
  908. ac_cv_objext=o
  909. ac_cv_path_BISON=/usr/bin/bison
  910. ac_cv_path_EGREP='/usr/bin/grep -E'
  911. ac_cv_path_GREP=/usr/bin/grep
  912. ac_cv_path_LD=/usr/bin/cc
  913. ac_cv_path_PERL=/usr/bin/perl
  914. ac_cv_path_PYTHON=/Library/Frameworks/Python.framework/Versions/2.7/bin/python
  915. ac_cv_path_TAR=/usr/bin/tar
  916. ac_cv_path_mkdir=/usr/local/bin/gmkdir
  917. ac_cv_prog_AWK=awk
  918. ac_cv_prog_CPP='/usr/bin/cc -E'
  919. ac_cv_prog_XML2_CONFIG=xml2-config
  920. ac_cv_prog_ac_ct_AR=ar
  921. ac_cv_prog_ac_ct_RANLIB=ranlib
  922. ac_cv_prog_ac_ct_STRIP=strip
  923. ac_cv_prog_cc_c89=
  924. ac_cv_prog_cc_g=yes
  925. ac_cv_prog_gnu_ld=no
  926. ac_cv_search_com_err='none required'
  927. ac_cv_search_crypt='none required'
  928. ac_cv_search_dlopen='none required'
  929. ac_cv_search_fdatasync='none required'
  930. ac_cv_search_gethostbyname_r=no
  931. ac_cv_search_getopt_long='none required'
  932. ac_cv_search_gss_init_sec_context=-lgssapi_krb5
  933. ac_cv_search_krb5_sendauth='none required'
  934. ac_cv_search_setproctitle=no
  935. ac_cv_search_shl_load=no
  936. ac_cv_search_shmget='none required'
  937. ac_cv_search_socket='none required'
  938. pgac_cv_check_readline=-lreadline
  939. pgac_cv_path_flex=/usr/bin/flex
  940.  
  941. ## ----------------- ##
  942. ## Output variables. ##
  943. ## ----------------- ##
  944.  
  945. AR='ar'
  946. AWK='awk'
  947. BISON='/usr/bin/bison'
  948. BISONFLAGS=''
  949. CC='/usr/bin/cc'
  950. CFLAGS='-O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv'
  951. COLLATEINDEX=''
  952. CPP='/usr/bin/cc -E'
  953. CPPFLAGS='-I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 '
  954. DEFS=''
  955. DLLTOOL=''
  956. DLLWRAP=''
  957. DOCBOOKSTYLE=''
  958. DTRACE=''
  959. DTRACEFLAGS=''
  960. ECHO_C=''
  961. ECHO_N='-n'
  962. ECHO_T=''
  963. EGREP='/usr/bin/grep -E'
  964. ELF_SYS=''
  965. EXEEXT=''
  966. FLEX='/usr/bin/flex'
  967. FLEXFLAGS=''
  968. GCC='yes'
  969. GCOV=''
  970. GENHTML=''
  971. GREP='/usr/bin/grep'
  972. HAVE_IPV6=''
  973. HAVE_POSIX_SIGNALS=''
  974. INCLUDES=''
  975. JADE=''
  976. LCOV=''
  977. LD='/usr/bin/cc'
  978. LDAP_LIBS_BE=''
  979. LDAP_LIBS_FE=''
  980. LDFLAGS='-L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib '
  981. LDFLAGS_EX=''
  982. LDFLAGS_SL=''
  983. LIBOBJS=''
  984. LIBS='-lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid'
  985. LN_S='ln -s'
  986. LTLIBOBJS=''
  987. MKDIR_P='/usr/local/bin/gmkdir -p'
  988. MSGFMT=''
  989. MSGMERGE=''
  990. NSGMLS=''
  991. OBJEXT='o'
  992. OSSP_UUID_LIBS=''
  993. OSX=''
  994. PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
  995. PACKAGE_NAME='PostgreSQL'
  996. PACKAGE_STRING='PostgreSQL 9.0.4'
  997. PACKAGE_TARNAME='postgresql'
  998. PACKAGE_VERSION='9.0.4'
  999. PATH_SEPARATOR=':'
  1000. PERL='/usr/bin/perl'
  1001. PG_MAJORVERSION='9.0'
  1002. PORTNAME='darwin'
  1003. PTHREAD_CC=''
  1004. PTHREAD_CFLAGS=''
  1005. PTHREAD_LIBS=''
  1006. PYTHON='/Library/Frameworks/Python.framework/Versions/2.7/bin/python'
  1007. RANLIB='ranlib'
  1008. SHELL='/bin/sh'
  1009. STRIP='strip'
  1010. STRIP_SHARED_LIB=':'
  1011. STRIP_STATIC_LIB=':'
  1012. SUN_STUDIO_CC='no'
  1013. TAR='/usr/bin/tar'
  1014. TAS=''
  1015. TCLSH=''
  1016. TCL_CONFIG_SH=''
  1017. TCL_INCLUDE_SPEC=''
  1018. TCL_LIBS=''
  1019. TCL_LIB_FILE=''
  1020. TCL_LIB_SPEC=''
  1021. TCL_SHARED_BUILD=''
  1022. TCL_SHLIB_LD_LIBS=''
  1023. WANTED_LANGUAGES=''
  1024. WINDRES=''
  1025. XGETTEXT=''
  1026. XML2_CONFIG='xml2-config'
  1027. XSLTPROC=''
  1028. ZIC=''
  1029. ac_ct_CC=''
  1030. acx_pthread_config=''
  1031. autodepend=''
  1032. bindir='${exec_prefix}/bin'
  1033. build='x86_64-apple-darwin10.7.0'
  1034. build_alias=''
  1035. build_cpu='x86_64'
  1036. build_os='darwin10.7.0'
  1037. build_vendor='apple'
  1038. configure_args=' '\''--disable-debug'\'' '\''--prefix=/usr/local/Cellar/postgresql/9.0.4'\'' '\''--enable-thread-safety'\'' '\''--with-bonjour'\'' '\''--with-gssapi'\'' '\''--with-krb5'\'' '\''--with-openssl'\'' '\''--with-libxml'\'' '\''--with-libxslt'\'' '\''--with-python'\'' '\''--with-perl'\'' '\''--with-ossp-uuid'\'' '\''--datadir=/usr/local/Cellar/postgresql/9.0.4/share/postgresql'\'' '\''--docdir=/usr/local/Cellar/postgresql/9.0.4/share/doc/postgresql'\'' '\''ARCHFLAGS='\''\'\'''\''-arch x86_64'\''\'\'''\'''\'' '\''CC=/usr/bin/cc'\'' '\''CFLAGS=-O3 -march=core2 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include'\'' '\''LDFLAGS=-L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib'\'' '\''LIBS=-luuid'\'' '\''CPPFLAGS=-I/usr/local/Cellar/readline/6.2.1/include'\'''
  1039. datadir='/usr/local/Cellar/postgresql/9.0.4/share/postgresql'
  1040. datarootdir='${prefix}/share'
  1041. default_port='5432'
  1042. docdir='/usr/local/Cellar/postgresql/9.0.4/share/doc/postgresql'
  1043. dvidir='${docdir}'
  1044. enable_coverage='no'
  1045. enable_debug='no'
  1046. enable_dtrace='no'
  1047. enable_nls='no'
  1048. enable_profiling='no'
  1049. enable_rpath='yes'
  1050. enable_shared='yes'
  1051. enable_thread_safety='yes'
  1052. exec_prefix='NONE'
  1053. have_docbook=''
  1054. host='x86_64-apple-darwin10.7.0'
  1055. host_alias=''
  1056. host_cpu='x86_64'
  1057. host_os='darwin10.7.0'
  1058. host_vendor='apple'
  1059. htmldir='${docdir}'
  1060. includedir='${prefix}/include'
  1061. infodir='${datarootdir}/info'
  1062. krb_srvtab='FILE:$(sysconfdir)/krb5.keytab'
  1063. ld_R_works=''
  1064. libdir='${exec_prefix}/lib'
  1065. libexecdir='${exec_prefix}/libexec'
  1066. localedir='${datarootdir}/locale'
  1067. localstatedir='${prefix}/var'
  1068. mandir='${datarootdir}/man'
  1069. oldincludedir='/usr/include'
  1070. pdfdir='${docdir}'
  1071. perl_archlibexp='/System/Library/Perl/5.10.0/darwin-thread-multi-2level'
  1072. 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'
  1073. perl_privlibexp='/System/Library/Perl/5.10.0'
  1074. perl_useshrplib='true'
  1075. prefix='/usr/local/Cellar/postgresql/9.0.4'
  1076. program_transform_name='s,x,x,'
  1077. psdir='${docdir}'
  1078. python_additional_libs='-ldl -framework CoreFoundation'
  1079. python_configdir='/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config'
  1080. python_includespec='-I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7'
  1081. python_libdir='/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config'
  1082. python_libspec='-L/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -lpython2.7'
  1083. python_majorversion='2'
  1084. python_version='2.7'
  1085. sbindir='${exec_prefix}/sbin'
  1086. sharedstatedir='${prefix}/com'
  1087. sysconfdir='${prefix}/etc'
  1088. target_alias=''
  1089. vpath_build=''
  1090. with_bonjour='yes'
  1091. with_gnu_ld='no'
  1092. with_gssapi='yes'
  1093. with_krb5='yes'
  1094. with_ldap='no'
  1095. with_libxml='yes'
  1096. with_libxslt='yes'
  1097. with_openssl='yes'
  1098. with_ossp_uuid='yes'
  1099. with_pam='no'
  1100. with_perl='yes'
  1101. with_python='yes'
  1102. with_system_tzdata=''
  1103. with_tcl='no'
  1104. with_zlib='yes'
  1105.  
  1106. ## ----------- ##
  1107. ## confdefs.h. ##
  1108. ## ----------- ##
  1109.  
  1110. #define PACKAGE_NAME "PostgreSQL"
  1111. #define PACKAGE_TARNAME "postgresql"
  1112. #define PACKAGE_VERSION "9.0.4"
  1113. #define PACKAGE_STRING "PostgreSQL 9.0.4"
  1114. #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1115. #define PG_VERSION "9.0.4"
  1116. #define PG_MAJORVERSION "9.0"
  1117. #define USE_INTEGER_DATETIMES 1
  1118. #define DEF_PGPORT 5432
  1119. #define DEF_PGPORT_STR "5432"
  1120. #define BLCKSZ 8192
  1121. #define RELSEG_SIZE 131072
  1122. #define XLOG_BLCKSZ 8192
  1123. #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1124. #define ENABLE_THREAD_SAFETY 1
  1125. #define ENABLE_GSS 1
  1126. #define KRB5 1
  1127. #define PG_KRB_SRVNAM "postgres"
  1128. #define USE_BONJOUR 1
  1129. #define USE_SSL 1
  1130. #define USE_LIBXML 1
  1131. #define USE_LIBXSLT 1
  1132. #define HAVE_LIBM 1
  1133. #define HAVE_LIBREADLINE 1
  1134. #define HAVE_LIBZ 1
  1135. #define HAVE_SPINLOCKS 1
  1136. #define HAVE_LIBCRYPTO 1
  1137. #define HAVE_LIBSSL 1
  1138. #define HAVE_LIBXML2 1
  1139. #define HAVE_LIBXSLT 1
  1140.  
  1141. configure: exit 1
Add Comment
Please, Sign In to add comment