Guest User

Untitled

a guest
May 12th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.40 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 8.4.4, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/8.4.4 --enable-thread-safety --with-bonjour --with-gssapi --with-krb5 --with-openssl --with-libxml --with-libxslt --with-python --with-perl --with-ossp-uuid ARCHFLAGS='-arch x86_64'
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = benjohnson.local
  14. uname -m = i386
  15. uname -r = 10.4.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~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.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~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: 105 tasks, 503 threads, 2 processors
  34. Load average: 1.61, Mach factor: 0.71
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/Cellar/readline/6.0/bin
  40. PATH: /Users/benjaminrjohnson99/.rvm/bin
  41. PATH: /usr/local/bin
  42. PATH: /usr/local/sbin
  43. PATH: /usr/local/mysql/bin
  44. PATH: /usr/bin
  45. PATH: /bin
  46. PATH: /usr/sbin
  47. PATH: /sbin
  48. PATH: /usr/local/git/bin
  49. PATH: /usr/X11/bin
  50. PATH: ~/.gem/ruby/1.8/bin
  51. PATH: /Users/benjaminrjohnson99/gsutil
  52. PATH: /Users/benjaminrjohnson99/.ec2/bin
  53.  
  54.  
  55. ## ----------- ##
  56. ## Core tests. ##
  57. ## ----------- ##
  58.  
  59. configure:1929: checking build system type
  60. configure:1947: result: i386-apple-darwin10.4.0
  61. configure:1969: checking host system type
  62. configure:1984: result: i386-apple-darwin10.4.0
  63. configure:2008: checking which template to use
  64. configure:2108: result: darwin
  65. configure:2218: checking whether to build with 64-bit integer date/time support
  66. configure:2254: result: yes
  67. configure:2261: checking whether NLS is wanted
  68. configure:2296: result: no
  69. configure:2304: checking for default port number
  70. configure:2334: result: 5432
  71. configure:2760: checking for block size
  72. configure:2801: result: 8kB
  73. configure:2813: checking for segment size
  74. configure:2847: result: 1GB
  75. configure:2859: checking for WAL block size
  76. configure:2901: result: 8kB
  77. configure:2913: checking for WAL segment size
  78. configure:2955: result: 16MB
  79. configure:3121: checking for C compiler version
  80. configure:3128: /usr/bin/cc --version >&5
  81. i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659)
  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:3131: $? = 0
  87. configure:3138: /usr/bin/cc -v >&5
  88. Using built-in specs.
  89. Target: i686-apple-darwin10
  90. Configured with: /var/tmp/gcc/gcc-5659~1/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 5659)
  93. configure:3141: $? = 0
  94. configure:3148: /usr/bin/cc -V >&5
  95. gcc-4.2: argument to `-V' is missing
  96. configure:3151: $? = 1
  97. configure:3174: checking for C compiler default output file name
  98. configure:3201: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/readline/6.0/include -L/usr/local/Cellar/readline/6.0/lib conftest.c >&5
  99. configure:3204: $? = 0
  100. configure:3242: result: a.out
  101. configure:3259: checking whether the C compiler works
  102. configure:3269: ./a.out
  103. configure:3272: $? = 0
  104. configure:3289: result: yes
  105. configure:3296: checking whether we are cross compiling
  106. configure:3298: result: no
  107. configure:3301: checking for suffix of executables
  108. configure:3308: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/readline/6.0/include -L/usr/local/Cellar/readline/6.0/lib conftest.c >&5
  109. configure:3311: $? = 0
  110. configure:3335: result:
  111. configure:3341: checking for suffix of object files
  112. configure:3367: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  113. configure:3370: $? = 0
  114. configure:3393: result: o
  115. configure:3397: checking whether we are using the GNU C compiler
  116. configure:3426: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  117. configure:3432: $? = 0
  118. configure:3449: result: yes
  119. configure:3454: checking whether /usr/bin/cc accepts -g
  120. configure:3484: /usr/bin/cc -c -g -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  121. configure:3490: $? = 0
  122. configure:3589: result: yes
  123. configure:3606: checking for /usr/bin/cc option to accept ISO C89
  124. configure:3680: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  125. configure:3686: $? = 0
  126. configure:3709: result: none needed
  127. configure:3755: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/readline/6.0/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:3761: $? = 1
  134. configure: failed program was:
  135. | /* confdefs.h. */
  136. | #define PACKAGE_NAME "PostgreSQL"
  137. | #define PACKAGE_TARNAME "postgresql"
  138. | #define PACKAGE_VERSION "8.4.4"
  139. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  140. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  141. | #define PG_VERSION "8.4.4"
  142. | #define PG_MAJORVERSION "8.4"
  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:3801: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/readline/6.0/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:3807: $? = 1
  168. configure: failed program was:
  169. | /* confdefs.h. */
  170. | #define PACKAGE_NAME "PostgreSQL"
  171. | #define PACKAGE_TARNAME "postgresql"
  172. | #define PACKAGE_VERSION "8.4.4"
  173. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  174. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  175. | #define PG_VERSION "8.4.4"
  176. | #define PG_MAJORVERSION "8.4"
  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:3861: checking if /usr/bin/cc -no-cpp-precomp supports -Wdeclaration-after-statement
  196. configure:3886: /usr/bin/cc -no-cpp-precomp -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  197. configure:3892: $? = 0
  198. configure:3897: result: yes
  199. configure:3910: checking if /usr/bin/cc -no-cpp-precomp supports -Wendif-labels
  200. configure:3935: /usr/bin/cc -no-cpp-precomp -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  201. configure:3941: $? = 0
  202. configure:3946: result: yes
  203. configure:3960: checking if /usr/bin/cc -no-cpp-precomp supports -fno-strict-aliasing
  204. configure:3985: /usr/bin/cc -no-cpp-precomp -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  205. configure:3991: $? = 0
  206. configure:3996: result: yes
  207. configure:4010: checking if /usr/bin/cc -no-cpp-precomp supports -fwrapv
  208. configure:4035: /usr/bin/cc -no-cpp-precomp -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  209. configure:4041: $? = 0
  210. configure:4046: result: yes
  211. configure:4252: checking whether the C compiler still works
  212. configure:4275: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -L/usr/local/Cellar/readline/6.0/lib conftest.c >&5
  213. configure:4281: $? = 0
  214. configure:4287: result: yes
  215. configure:4328: /usr/bin/cc -no-cpp-precomp -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  216. configure:4334: $? = 0
  217. configure:4357: checking how to run the C preprocessor
  218. configure:4397: /usr/bin/cc -no-cpp-precomp -E -I/usr/local/Cellar/readline/6.0/include conftest.c
  219. configure:4403: $? = 0
  220. configure:4434: /usr/bin/cc -no-cpp-precomp -E -I/usr/local/Cellar/readline/6.0/include conftest.c
  221. conftest.c:17:28: error: ac_nonexistent.h: No such file or directory
  222. configure:4440: $? = 1
  223. configure: failed program was:
  224. | /* confdefs.h. */
  225. | #define PACKAGE_NAME "PostgreSQL"
  226. | #define PACKAGE_TARNAME "postgresql"
  227. | #define PACKAGE_VERSION "8.4.4"
  228. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  229. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  230. | #define PG_VERSION "8.4.4"
  231. | #define PG_MAJORVERSION "8.4"
  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:4473: result: /usr/bin/cc -no-cpp-precomp -E
  242. configure:4502: /usr/bin/cc -no-cpp-precomp -E -I/usr/local/Cellar/readline/6.0/include conftest.c
  243. configure:4508: $? = 0
  244. configure:4539: /usr/bin/cc -no-cpp-precomp -E -I/usr/local/Cellar/readline/6.0/include conftest.c
  245. conftest.c:17:28: error: ac_nonexistent.h: No such file or directory
  246. configure:4545: $? = 1
  247. configure: failed program was:
  248. | /* confdefs.h. */
  249. | #define PACKAGE_NAME "PostgreSQL"
  250. | #define PACKAGE_TARNAME "postgresql"
  251. | #define PACKAGE_VERSION "8.4.4"
  252. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  253. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  254. | #define PG_VERSION "8.4.4"
  255. | #define PG_MAJORVERSION "8.4"
  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:4704: checking allow thread-safe client libraries
  266. configure:4798: result: yes
  267. configure:4805: checking whether to build with Tcl
  268. configure:4834: result: no
  269. configure:4871: checking whether to build Perl modules
  270. configure:4900: result: yes
  271. configure:4907: checking whether to build Python modules
  272. configure:4936: result: yes
  273. configure:4943: checking whether to build with GSSAPI support
  274. configure:4979: result: yes
  275. configure:4986: checking whether to build with Kerberos 5 support
  276. configure:5022: result: yes
  277. configure:5071: checking whether to build with PAM support
  278. configure:5104: result: no
  279. configure:5112: checking whether to build with LDAP support
  280. configure:5145: result: no
  281. configure:5153: checking whether to build with Bonjour support
  282. configure:5186: result: yes
  283. configure:5194: checking whether to build with OpenSSL support
  284. configure:5227: result: yes
  285. configure:5379: checking for xml2-config
  286. configure:5395: found /usr/bin/xml2-config
  287. configure:5406: result: xml2-config
  288. configure:5546: checking for grep that handles long lines and -e
  289. configure:5620: result: /usr/bin/grep
  290. configure:5625: checking for egrep
  291. configure:5703: result: /usr/bin/grep -E
  292. configure:5753: checking for ld used by GCC
  293. configure:5816: result: /usr/bin/cc
  294. configure:5825: checking if the linker (/usr/bin/cc) is GNU ld
  295. configure:5837: result: no
  296. configure:5946: checking for ranlib
  297. configure:5962: found /usr/bin/ranlib
  298. configure:5973: result: ranlib
  299. configure:6043: checking for strip
  300. configure:6059: found /usr/bin/strip
  301. configure:6070: result: strip
  302. configure:6097: checking whether it is possible to strip libraries
  303. configure:6107: result: no
  304. configure:6156: checking for ar
  305. configure:6172: found /usr/bin/ar
  306. configure:6183: result: ar
  307. configure:6502: checking for tar
  308. configure:6520: found /usr/bin/tar
  309. configure:6532: result: /usr/bin/tar
  310. configure:6540: checking whether ln -s works
  311. configure:6544: result: yes
  312. configure:6555: checking for gawk
  313. configure:6585: result: no
  314. configure:6555: checking for mawk
  315. configure:6585: result: no
  316. configure:6555: checking for nawk
  317. configure:6585: result: no
  318. configure:6555: checking for awk
  319. configure:6571: found /usr/bin/awk
  320. configure:6582: result: awk
  321. configure:6600: checking for bison
  322. configure:6616: found /usr/bin/bison
  323. configure:6627: result: bison
  324. configure:6642: using bison (GNU Bison) 2.3
  325. configure:6673: checking for flex
  326. configure:6712: result: /usr/bin/flex
  327. configure:6741: using flex 2.5.35
  328. configure:6751: checking for perl
  329. configure:6769: found /usr/bin/perl
  330. configure:6781: result: /usr/bin/perl
  331. configure:6791: checking for Perl archlibexp
  332. configure:6794: result: /System/Library/Perl/5.10.0/darwin-thread-multi-2level
  333. configure:6796: checking for Perl privlibexp
  334. configure:6799: result: /System/Library/Perl/5.10.0
  335. configure:6801: checking for Perl useshrplib
  336. configure:6804: result: true
  337. configure:6807: checking for flags to link embedded Perl
  338. configure:6823: 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
  339. configure:6832: checking for python
  340. configure:6850: found /usr/bin/python
  341. configure:6862: result: /usr/bin/python
  342. configure:6877: checking for Python distutils module
  343. configure:6881: result: yes
  344. configure:6890: checking Python configuration directory
  345. configure:6897: result: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config
  346. configure:6901: checking how to link an embedded Python application
  347. configure:6922: result: -L/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config -lpython2.6 -ldl
  348. configure:6927: checking whether Python is compiled with thread support
  349. configure:6931: result: yes
  350. configure:7013: checking for main in -lm
  351. configure:7042: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lm >&5
  352. configure:7048: $? = 0
  353. configure:7066: result: yes
  354. configure:7077: checking for library containing setproctitle
  355. configure:7118: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lm >&5
  356. Undefined symbols:
  357. "_setproctitle", referenced from:
  358. _main in ccf4fnk6.o
  359. ld: symbol(s) not found
  360. collect2: ld returned 1 exit status
  361. configure:7124: $? = 1
  362. configure: failed program was:
  363. | /* confdefs.h. */
  364. | #define PACKAGE_NAME "PostgreSQL"
  365. | #define PACKAGE_TARNAME "postgresql"
  366. | #define PACKAGE_VERSION "8.4.4"
  367. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  368. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  369. | #define PG_VERSION "8.4.4"
  370. | #define PG_MAJORVERSION "8.4"
  371. | #define USE_INTEGER_DATETIMES 1
  372. | #define DEF_PGPORT 5432
  373. | #define DEF_PGPORT_STR "5432"
  374. | #define BLCKSZ 8192
  375. | #define RELSEG_SIZE 131072
  376. | #define XLOG_BLCKSZ 8192
  377. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  378. | #define ENABLE_THREAD_SAFETY 1
  379. | #define ENABLE_GSS 1
  380. | #define KRB5 1
  381. | #define PG_KRB_SRVNAM "postgres"
  382. | #define USE_BONJOUR 1
  383. | #define USE_SSL 1
  384. | #define USE_LIBXML 1
  385. | #define USE_LIBXSLT 1
  386. | #define HAVE_LIBM 1
  387. | /* end confdefs.h. */
  388. |
  389. | /* Override any GCC internal prototype to avoid an error.
  390. | Use char because int might match the return type of a GCC
  391. | builtin and then its argument prototype would still apply. */
  392. | #ifdef __cplusplus
  393. | extern "C"
  394. | #endif
  395. | char setproctitle ();
  396. | int
  397. | main ()
  398. | {
  399. | return setproctitle ();
  400. | ;
  401. | return 0;
  402. | }
  403. configure:7118: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lutil -lm >&5
  404. Undefined symbols:
  405. "_setproctitle", referenced from:
  406. _main in cc1FNZCQ.o
  407. ld: symbol(s) not found
  408. collect2: ld returned 1 exit status
  409. configure:7124: $? = 1
  410. configure: failed program was:
  411. | /* confdefs.h. */
  412. | #define PACKAGE_NAME "PostgreSQL"
  413. | #define PACKAGE_TARNAME "postgresql"
  414. | #define PACKAGE_VERSION "8.4.4"
  415. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  416. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  417. | #define PG_VERSION "8.4.4"
  418. | #define PG_MAJORVERSION "8.4"
  419. | #define USE_INTEGER_DATETIMES 1
  420. | #define DEF_PGPORT 5432
  421. | #define DEF_PGPORT_STR "5432"
  422. | #define BLCKSZ 8192
  423. | #define RELSEG_SIZE 131072
  424. | #define XLOG_BLCKSZ 8192
  425. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  426. | #define ENABLE_THREAD_SAFETY 1
  427. | #define ENABLE_GSS 1
  428. | #define KRB5 1
  429. | #define PG_KRB_SRVNAM "postgres"
  430. | #define USE_BONJOUR 1
  431. | #define USE_SSL 1
  432. | #define USE_LIBXML 1
  433. | #define USE_LIBXSLT 1
  434. | #define HAVE_LIBM 1
  435. | /* end confdefs.h. */
  436. |
  437. | /* Override any GCC internal prototype to avoid an error.
  438. | Use char because int might match the return type of a GCC
  439. | builtin and then its argument prototype would still apply. */
  440. | #ifdef __cplusplus
  441. | extern "C"
  442. | #endif
  443. | char setproctitle ();
  444. | int
  445. | main ()
  446. | {
  447. | return setproctitle ();
  448. | ;
  449. | return 0;
  450. | }
  451. configure:7152: result: no
  452. configure:7160: checking for library containing dlopen
  453. configure:7201: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lm >&5
  454. configure:7207: $? = 0
  455. configure:7235: result: none required
  456. configure:7243: checking for library containing socket
  457. configure:7284: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lm >&5
  458. configure:7290: $? = 0
  459. configure:7318: result: none required
  460. configure:7326: checking for library containing shl_load
  461. configure:7367: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lm >&5
  462. Undefined symbols:
  463. "_shl_load", referenced from:
  464. _main in ccJUgvyq.o
  465. ld: symbol(s) not found
  466. collect2: ld returned 1 exit status
  467. configure:7373: $? = 1
  468. configure: failed program was:
  469. | /* confdefs.h. */
  470. | #define PACKAGE_NAME "PostgreSQL"
  471. | #define PACKAGE_TARNAME "postgresql"
  472. | #define PACKAGE_VERSION "8.4.4"
  473. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  474. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  475. | #define PG_VERSION "8.4.4"
  476. | #define PG_MAJORVERSION "8.4"
  477. | #define USE_INTEGER_DATETIMES 1
  478. | #define DEF_PGPORT 5432
  479. | #define DEF_PGPORT_STR "5432"
  480. | #define BLCKSZ 8192
  481. | #define RELSEG_SIZE 131072
  482. | #define XLOG_BLCKSZ 8192
  483. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  484. | #define ENABLE_THREAD_SAFETY 1
  485. | #define ENABLE_GSS 1
  486. | #define KRB5 1
  487. | #define PG_KRB_SRVNAM "postgres"
  488. | #define USE_BONJOUR 1
  489. | #define USE_SSL 1
  490. | #define USE_LIBXML 1
  491. | #define USE_LIBXSLT 1
  492. | #define HAVE_LIBM 1
  493. | /* end confdefs.h. */
  494. |
  495. | /* Override any GCC internal prototype to avoid an error.
  496. | Use char because int might match the return type of a GCC
  497. | builtin and then its argument prototype would still apply. */
  498. | #ifdef __cplusplus
  499. | extern "C"
  500. | #endif
  501. | char shl_load ();
  502. | int
  503. | main ()
  504. | {
  505. | return shl_load ();
  506. | ;
  507. | return 0;
  508. | }
  509. configure:7367: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -ldld -lm >&5
  510. ld: library not found for -ldld
  511. collect2: ld returned 1 exit status
  512. configure:7373: $? = 1
  513. configure: failed program was:
  514. | /* confdefs.h. */
  515. | #define PACKAGE_NAME "PostgreSQL"
  516. | #define PACKAGE_TARNAME "postgresql"
  517. | #define PACKAGE_VERSION "8.4.4"
  518. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  519. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  520. | #define PG_VERSION "8.4.4"
  521. | #define PG_MAJORVERSION "8.4"
  522. | #define USE_INTEGER_DATETIMES 1
  523. | #define DEF_PGPORT 5432
  524. | #define DEF_PGPORT_STR "5432"
  525. | #define BLCKSZ 8192
  526. | #define RELSEG_SIZE 131072
  527. | #define XLOG_BLCKSZ 8192
  528. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  529. | #define ENABLE_THREAD_SAFETY 1
  530. | #define ENABLE_GSS 1
  531. | #define KRB5 1
  532. | #define PG_KRB_SRVNAM "postgres"
  533. | #define USE_BONJOUR 1
  534. | #define USE_SSL 1
  535. | #define USE_LIBXML 1
  536. | #define USE_LIBXSLT 1
  537. | #define HAVE_LIBM 1
  538. | /* end confdefs.h. */
  539. |
  540. | /* Override any GCC internal prototype to avoid an error.
  541. | Use char because int might match the return type of a GCC
  542. | builtin and then its argument prototype would still apply. */
  543. | #ifdef __cplusplus
  544. | extern "C"
  545. | #endif
  546. | char shl_load ();
  547. | int
  548. | main ()
  549. | {
  550. | return shl_load ();
  551. | ;
  552. | return 0;
  553. | }
  554. configure:7401: result: no
  555. configure:7497: checking for library containing getopt_long
  556. configure:7538: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lm >&5
  557. configure:7544: $? = 0
  558. configure:7572: result: none required
  559. configure:7580: checking for library containing crypt
  560. configure:7621: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lm >&5
  561. configure:7627: $? = 0
  562. configure:7655: result: none required
  563. configure:7664: checking for library containing fdatasync
  564. configure:7705: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lm >&5
  565. configure:7711: $? = 0
  566. configure:7739: result: none required
  567. configure:7749: checking for library containing gethostbyname_r
  568. configure:7790: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lm >&5
  569. Undefined symbols:
  570. "_gethostbyname_r", referenced from:
  571. _main in ccbkAuBj.o
  572. ld: symbol(s) not found
  573. collect2: ld returned 1 exit status
  574. configure:7796: $? = 1
  575. configure: failed program was:
  576. | /* confdefs.h. */
  577. | #define PACKAGE_NAME "PostgreSQL"
  578. | #define PACKAGE_TARNAME "postgresql"
  579. | #define PACKAGE_VERSION "8.4.4"
  580. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  581. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  582. | #define PG_VERSION "8.4.4"
  583. | #define PG_MAJORVERSION "8.4"
  584. | #define USE_INTEGER_DATETIMES 1
  585. | #define DEF_PGPORT 5432
  586. | #define DEF_PGPORT_STR "5432"
  587. | #define BLCKSZ 8192
  588. | #define RELSEG_SIZE 131072
  589. | #define XLOG_BLCKSZ 8192
  590. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  591. | #define ENABLE_THREAD_SAFETY 1
  592. | #define ENABLE_GSS 1
  593. | #define KRB5 1
  594. | #define PG_KRB_SRVNAM "postgres"
  595. | #define USE_BONJOUR 1
  596. | #define USE_SSL 1
  597. | #define USE_LIBXML 1
  598. | #define USE_LIBXSLT 1
  599. | #define HAVE_LIBM 1
  600. | /* end confdefs.h. */
  601. |
  602. | /* Override any GCC internal prototype to avoid an error.
  603. | Use char because int might match the return type of a GCC
  604. | builtin and then its argument prototype would still apply. */
  605. | #ifdef __cplusplus
  606. | extern "C"
  607. | #endif
  608. | char gethostbyname_r ();
  609. | int
  610. | main ()
  611. | {
  612. | return gethostbyname_r ();
  613. | ;
  614. | return 0;
  615. | }
  616. configure:7790: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lnsl -lm >&5
  617. ld: library not found for -lnsl
  618. collect2: ld returned 1 exit status
  619. configure:7796: $? = 1
  620. configure: failed program was:
  621. | /* confdefs.h. */
  622. | #define PACKAGE_NAME "PostgreSQL"
  623. | #define PACKAGE_TARNAME "postgresql"
  624. | #define PACKAGE_VERSION "8.4.4"
  625. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  626. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  627. | #define PG_VERSION "8.4.4"
  628. | #define PG_MAJORVERSION "8.4"
  629. | #define USE_INTEGER_DATETIMES 1
  630. | #define DEF_PGPORT 5432
  631. | #define DEF_PGPORT_STR "5432"
  632. | #define BLCKSZ 8192
  633. | #define RELSEG_SIZE 131072
  634. | #define XLOG_BLCKSZ 8192
  635. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  636. | #define ENABLE_THREAD_SAFETY 1
  637. | #define ENABLE_GSS 1
  638. | #define KRB5 1
  639. | #define PG_KRB_SRVNAM "postgres"
  640. | #define USE_BONJOUR 1
  641. | #define USE_SSL 1
  642. | #define USE_LIBXML 1
  643. | #define USE_LIBXSLT 1
  644. | #define HAVE_LIBM 1
  645. | /* end confdefs.h. */
  646. |
  647. | /* Override any GCC internal prototype to avoid an error.
  648. | Use char because int might match the return type of a GCC
  649. | builtin and then its argument prototype would still apply. */
  650. | #ifdef __cplusplus
  651. | extern "C"
  652. | #endif
  653. | char gethostbyname_r ();
  654. | int
  655. | main ()
  656. | {
  657. | return gethostbyname_r ();
  658. | ;
  659. | return 0;
  660. | }
  661. configure:7824: result: no
  662. configure:7833: checking for library containing shmget
  663. configure:7874: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lm >&5
  664. configure:7880: $? = 0
  665. configure:7908: result: none required
  666. configure:7930: checking for -lreadline
  667. configure:7962: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lreadline -lm >&5
  668. configure:7968: $? = 0
  669. configure:7999: result: yes (-lreadline)
  670. configure:8036: checking for inflate in -lz
  671. configure:8071: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lz -lreadline -lm >&5
  672. configure:8077: $? = 0
  673. configure:8095: result: yes
  674. configure:8133: checking for library containing gss_init_sec_context
  675. configure:8174: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lz -lreadline -lm >&5
  676. Undefined symbols:
  677. "_gss_init_sec_context", referenced from:
  678. _main in ccPdiiYw.o
  679. ld: symbol(s) not found
  680. collect2: ld returned 1 exit status
  681. configure:8180: $? = 1
  682. configure: failed program was:
  683. | /* confdefs.h. */
  684. | #define PACKAGE_NAME "PostgreSQL"
  685. | #define PACKAGE_TARNAME "postgresql"
  686. | #define PACKAGE_VERSION "8.4.4"
  687. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  688. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  689. | #define PG_VERSION "8.4.4"
  690. | #define PG_MAJORVERSION "8.4"
  691. | #define USE_INTEGER_DATETIMES 1
  692. | #define DEF_PGPORT 5432
  693. | #define DEF_PGPORT_STR "5432"
  694. | #define BLCKSZ 8192
  695. | #define RELSEG_SIZE 131072
  696. | #define XLOG_BLCKSZ 8192
  697. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  698. | #define ENABLE_THREAD_SAFETY 1
  699. | #define ENABLE_GSS 1
  700. | #define KRB5 1
  701. | #define PG_KRB_SRVNAM "postgres"
  702. | #define USE_BONJOUR 1
  703. | #define USE_SSL 1
  704. | #define USE_LIBXML 1
  705. | #define USE_LIBXSLT 1
  706. | #define HAVE_LIBM 1
  707. | #define HAVE_LIBREADLINE 1
  708. | #define HAVE_LIBZ 1
  709. | #define HAVE_SPINLOCKS 1
  710. | /* end confdefs.h. */
  711. |
  712. | /* Override any GCC internal prototype to avoid an error.
  713. | Use char because int might match the return type of a GCC
  714. | builtin and then its argument prototype would still apply. */
  715. | #ifdef __cplusplus
  716. | extern "C"
  717. | #endif
  718. | char gss_init_sec_context ();
  719. | int
  720. | main ()
  721. | {
  722. | return gss_init_sec_context ();
  723. | ;
  724. | return 0;
  725. | }
  726. configure:8174: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm >&5
  727. configure:8180: $? = 0
  728. configure:8208: result: -lgssapi_krb5
  729. configure:8227: checking for library containing com_err
  730. configure:8268: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm >&5
  731. configure:8274: $? = 0
  732. configure:8302: result: none required
  733. configure:8314: checking for library containing krb5_sendauth
  734. configure:8355: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm >&5
  735. configure:8361: $? = 0
  736. configure:8389: result: none required
  737. configure:8495: checking for CRYPTO_new_ex_data in -lcrypto
  738. configure:8530: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5
  739. configure:8536: $? = 0
  740. configure:8554: result: yes
  741. configure:8570: checking for SSL_library_init in -lssl
  742. configure:8605: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5
  743. configure:8611: $? = 0
  744. configure:8629: result: yes
  745. configure:8878: checking for xmlSaveToBuffer in -lxml2
  746. configure:8913: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5
  747. configure:8919: $? = 0
  748. configure:8937: result: yes
  749. configure:8956: checking for xsltCleanupGlobals in -lxslt
  750. configure:8991: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5
  751. configure:8997: $? = 0
  752. configure:9015: result: yes
  753. configure:9034: checking for uuid_export in -lossp-uuid
  754. configure:9069: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -lossp-uuid -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5
  755. ld: library not found for -lossp-uuid
  756. collect2: ld returned 1 exit status
  757. configure:9075: $? = 1
  758. configure: failed program was:
  759. | /* confdefs.h. */
  760. | #define PACKAGE_NAME "PostgreSQL"
  761. | #define PACKAGE_TARNAME "postgresql"
  762. | #define PACKAGE_VERSION "8.4.4"
  763. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  764. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  765. | #define PG_VERSION "8.4.4"
  766. | #define PG_MAJORVERSION "8.4"
  767. | #define USE_INTEGER_DATETIMES 1
  768. | #define DEF_PGPORT 5432
  769. | #define DEF_PGPORT_STR "5432"
  770. | #define BLCKSZ 8192
  771. | #define RELSEG_SIZE 131072
  772. | #define XLOG_BLCKSZ 8192
  773. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  774. | #define ENABLE_THREAD_SAFETY 1
  775. | #define ENABLE_GSS 1
  776. | #define KRB5 1
  777. | #define PG_KRB_SRVNAM "postgres"
  778. | #define USE_BONJOUR 1
  779. | #define USE_SSL 1
  780. | #define USE_LIBXML 1
  781. | #define USE_LIBXSLT 1
  782. | #define HAVE_LIBM 1
  783. | #define HAVE_LIBREADLINE 1
  784. | #define HAVE_LIBZ 1
  785. | #define HAVE_SPINLOCKS 1
  786. | #define HAVE_LIBCRYPTO 1
  787. | #define HAVE_LIBSSL 1
  788. | #define HAVE_LIBXML2 1
  789. | #define HAVE_LIBXSLT 1
  790. | /* end confdefs.h. */
  791. |
  792. | /* Override any GCC internal prototype to avoid an error.
  793. | Use char because int might match the return type of a GCC
  794. | builtin and then its argument prototype would still apply. */
  795. | #ifdef __cplusplus
  796. | extern "C"
  797. | #endif
  798. | char uuid_export ();
  799. | int
  800. | main ()
  801. | {
  802. | return uuid_export ();
  803. | ;
  804. | return 0;
  805. | }
  806. configure:9093: result: no
  807. configure:9098: checking for uuid_export in -luuid
  808. configure:9133: /usr/bin/cc -no-cpp-precomp -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib conftest.c -luuid -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm >&5
  809. ld: library not found for -luuid
  810. collect2: ld returned 1 exit status
  811. configure:9139: $? = 1
  812. configure: failed program was:
  813. | /* confdefs.h. */
  814. | #define PACKAGE_NAME "PostgreSQL"
  815. | #define PACKAGE_TARNAME "postgresql"
  816. | #define PACKAGE_VERSION "8.4.4"
  817. | #define PACKAGE_STRING "PostgreSQL 8.4.4"
  818. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  819. | #define PG_VERSION "8.4.4"
  820. | #define PG_MAJORVERSION "8.4"
  821. | #define USE_INTEGER_DATETIMES 1
  822. | #define DEF_PGPORT 5432
  823. | #define DEF_PGPORT_STR "5432"
  824. | #define BLCKSZ 8192
  825. | #define RELSEG_SIZE 131072
  826. | #define XLOG_BLCKSZ 8192
  827. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  828. | #define ENABLE_THREAD_SAFETY 1
  829. | #define ENABLE_GSS 1
  830. | #define KRB5 1
  831. | #define PG_KRB_SRVNAM "postgres"
  832. | #define USE_BONJOUR 1
  833. | #define USE_SSL 1
  834. | #define USE_LIBXML 1
  835. | #define USE_LIBXSLT 1
  836. | #define HAVE_LIBM 1
  837. | #define HAVE_LIBREADLINE 1
  838. | #define HAVE_LIBZ 1
  839. | #define HAVE_SPINLOCKS 1
  840. | #define HAVE_LIBCRYPTO 1
  841. | #define HAVE_LIBSSL 1
  842. | #define HAVE_LIBXML2 1
  843. | #define HAVE_LIBXSLT 1
  844. | /* end confdefs.h. */
  845. |
  846. | /* Override any GCC internal prototype to avoid an error.
  847. | Use char because int might match the return type of a GCC
  848. | builtin and then its argument prototype would still apply. */
  849. | #ifdef __cplusplus
  850. | extern "C"
  851. | #endif
  852. | char uuid_export ();
  853. | int
  854. | main ()
  855. | {
  856. | return uuid_export ();
  857. | ;
  858. | return 0;
  859. | }
  860. configure:9157: result: no
  861. configure:9162: error: library 'ossp-uuid' or 'uuid' is required for OSSP-UUID
  862.  
  863. ## ---------------- ##
  864. ## Cache variables. ##
  865. ## ---------------- ##
  866.  
  867. ac_cv_build=i386-apple-darwin10.4.0
  868. ac_cv_c_compiler_gnu=yes
  869. ac_cv_env_CC_set=set
  870. ac_cv_env_CC_value=/usr/bin/cc
  871. ac_cv_env_CFLAGS_set=set
  872. ac_cv_env_CFLAGS_value='-O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 '
  873. ac_cv_env_CPPFLAGS_set=set
  874. ac_cv_env_CPPFLAGS_value=-I/usr/local/Cellar/readline/6.0/include
  875. ac_cv_env_CPP_set=
  876. ac_cv_env_CPP_value=
  877. ac_cv_env_DOCBOOKSTYLE_set=
  878. ac_cv_env_DOCBOOKSTYLE_value=
  879. ac_cv_env_LDFLAGS_SL_set=
  880. ac_cv_env_LDFLAGS_SL_value=
  881. ac_cv_env_LDFLAGS_set=set
  882. ac_cv_env_LDFLAGS_value='-L/usr/local/Cellar/readline/6.0/lib '
  883. ac_cv_env_LIBS_set=set
  884. ac_cv_env_LIBS_value=
  885. ac_cv_env_build_alias_set=
  886. ac_cv_env_build_alias_value=
  887. ac_cv_env_host_alias_set=
  888. ac_cv_env_host_alias_value=
  889. ac_cv_env_target_alias_set=
  890. ac_cv_env_target_alias_value=
  891. ac_cv_host=i386-apple-darwin10.4.0
  892. ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
  893. ac_cv_lib_m_main=yes
  894. ac_cv_lib_ossp_uuid_uuid_export=no
  895. ac_cv_lib_ssl_SSL_library_init=yes
  896. ac_cv_lib_uuid_uuid_export=no
  897. ac_cv_lib_xml2_xmlSaveToBuffer=yes
  898. ac_cv_lib_xslt_xsltCleanupGlobals=yes
  899. ac_cv_lib_z_inflate=yes
  900. ac_cv_objext=o
  901. ac_cv_path_EGREP='/usr/bin/grep -E'
  902. ac_cv_path_GREP=/usr/bin/grep
  903. ac_cv_path_LD=/usr/bin/cc
  904. ac_cv_path_PERL=/usr/bin/perl
  905. ac_cv_path_PYTHON=/usr/bin/python
  906. ac_cv_path_TAR=/usr/bin/tar
  907. ac_cv_prog_AWK=awk
  908. ac_cv_prog_BISON=bison
  909. ac_cv_prog_CPP='/usr/bin/cc -no-cpp-precomp -E'
  910. ac_cv_prog_XML2_CONFIG=xml2-config
  911. ac_cv_prog_ac_ct_AR=ar
  912. ac_cv_prog_ac_ct_RANLIB=ranlib
  913. ac_cv_prog_ac_ct_STRIP=strip
  914. ac_cv_prog_cc_c89=
  915. ac_cv_prog_cc_g=yes
  916. ac_cv_prog_gnu_ld=no
  917. ac_cv_search_com_err='none required'
  918. ac_cv_search_crypt='none required'
  919. ac_cv_search_dlopen='none required'
  920. ac_cv_search_fdatasync='none required'
  921. ac_cv_search_gethostbyname_r=no
  922. ac_cv_search_getopt_long='none required'
  923. ac_cv_search_gss_init_sec_context=-lgssapi_krb5
  924. ac_cv_search_krb5_sendauth='none required'
  925. ac_cv_search_setproctitle=no
  926. ac_cv_search_shl_load=no
  927. ac_cv_search_shmget='none required'
  928. ac_cv_search_socket='none required'
  929. pgac_cv_check_readline=-lreadline
  930. pgac_cv_path_flex=/usr/bin/flex
  931.  
  932. ## ----------------- ##
  933. ## Output variables. ##
  934. ## ----------------- ##
  935.  
  936. AR='ar'
  937. AWK='awk'
  938. BISON='bison'
  939. BISONFLAGS=''
  940. CC='/usr/bin/cc -no-cpp-precomp'
  941. CFLAGS='-O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv'
  942. COLLATEINDEX=''
  943. CPP='/usr/bin/cc -no-cpp-precomp -E'
  944. CPPFLAGS='-I/usr/local/Cellar/readline/6.0/include -I/usr/include/libxml2 '
  945. DEFS=''
  946. DLLTOOL=''
  947. DLLWRAP=''
  948. DOCBOOK2MAN=''
  949. DOCBOOKSTYLE=''
  950. DTRACE=''
  951. DTRACEFLAGS=''
  952. ECHO_C='ECHO_N=''
  953. ECHO_T=''
  954. EGREP='/usr/bin/grep -E'
  955. ELF_SYS=''
  956. EXEEXT=''
  957. FLEX='/usr/bin/flex'
  958. FLEXFLAGS=''
  959. GCC='yes'
  960. GCOV=''
  961. GENHTML=''
  962. GREP='/usr/bin/grep'
  963. HAVE_IPV6=''
  964. HAVE_POSIX_SIGNALS=''
  965. INCLUDES=''
  966. JADE=''
  967. LCOV=''
  968. LD='/usr/bin/cc'
  969. LDAP_LIBS_BE=''
  970. LDAP_LIBS_FE=''
  971. LDFLAGS='-L/usr/local/Cellar/readline/6.0/lib '
  972. LDFLAGS_SL=''
  973. LIBOBJS=''
  974. LIBS='-lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm '
  975. LN_S='ln -s'
  976. LTLIBOBJS=''
  977. MSGFMT=''
  978. MSGMERGE=''
  979. NSGMLS=''
  980. OBJEXT='o'
  981. OSSP_UUID_LIBS=''
  982. PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org'
  983. PACKAGE_NAME='PostgreSQL'
  984. PACKAGE_STRING='PostgreSQL 8.4.4'
  985. PACKAGE_TARNAME='postgresql'
  986. PACKAGE_VERSION='8.4.4'
  987. PATH_SEPARATOR=':'
  988. PERL='/usr/bin/perl'
  989. PG_MAJORVERSION='8.4'
  990. PORTNAME='darwin'
  991. PTHREAD_CC=''
  992. PTHREAD_CFLAGS=''
  993. PTHREAD_LIBS=''
  994. PYTHON='/usr/bin/python'
  995. RANLIB='ranlib'
  996. SGMLSPL=''
  997. SHELL='/bin/sh'
  998. STRIP='strip'
  999. STRIP_SHARED_LIB=':'
  1000. STRIP_STATIC_LIB=':'
  1001. SUN_STUDIO_CC='no'
  1002. TAR='/usr/bin/tar'
  1003. TAS=''
  1004. TCLSH=''
  1005. TCL_CONFIG_SH=''
  1006. TCL_INCLUDE_SPEC=''
  1007. TCL_LIBS=''
  1008. TCL_LIB_FILE=''
  1009. TCL_LIB_SPEC=''
  1010. TCL_SHARED_BUILD=''
  1011. TCL_SHLIB_LD_LIBS=''
  1012. WANTED_LANGUAGES=''
  1013. WINDRES=''
  1014. XGETTEXT=''
  1015. XML2_CONFIG='xml2-config'
  1016. ZIC=''
  1017. ac_ct_CC=''
  1018. acx_pthread_config=''
  1019. autodepend=''
  1020. bindir='${exec_prefix}/bin'
  1021. build='i386-apple-darwin10.4.0'
  1022. build_alias=''
  1023. build_cpu='i386'
  1024. build_os='darwin10.4.0'
  1025. build_vendor='apple'
  1026. configure_args=' '\''--disable-debug'\'' '\''--prefix=/usr/local/Cellar/postgresql/8.4.4'\'' '\''--enable-thread-safety'\'' '\''--with-bonjour'\'' '\''--with-gssapi'\'' '\''--with-krb5'\'' '\''--with-openssl'\'' '\''--with-libxml'\'' '\''--with-libxslt'\'' '\''--with-python'\'' '\''--with-perl'\'' '\''--with-ossp-uuid'\'' '\''ARCHFLAGS='\''\'\'''\''-arch x86_64'\''\'\'''\'''\'' '\''CC=/usr/bin/cc'\'' '\''CFLAGS=-O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 '\'' '\''LDFLAGS=-L/usr/local/Cellar/readline/6.0/lib '\'' '\''LIBS='\'' '\''CPPFLAGS=-I/usr/local/Cellar/readline/6.0/include'\'''
  1027. datadir='${datarootdir}'
  1028. datarootdir='${prefix}/share'
  1029. default_port='5432'
  1030. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1031. dvidir='${docdir}'
  1032. enable_coverage='no'
  1033. enable_debug='no'
  1034. enable_dtrace='no'
  1035. enable_nls='no'
  1036. enable_profiling='no'
  1037. enable_rpath='yes'
  1038. enable_shared='yes'
  1039. enable_thread_safety='yes'
  1040. exec_prefix='NONE'
  1041. have_docbook=''
  1042. host='i386-apple-darwin10.4.0'
  1043. host_alias=''
  1044. host_cpu='i386'
  1045. host_os='darwin10.4.0'
  1046. host_vendor='apple'
  1047. htmldir='${docdir}'
  1048. includedir='${prefix}/include'
  1049. infodir='${datarootdir}/info'
  1050. krb_srvtab='FILE:$(sysconfdir)/krb5.keytab'
  1051. ld_R_works=''
  1052. libdir='${exec_prefix}/lib'
  1053. libexecdir='${exec_prefix}/libexec'
  1054. localedir='${datarootdir}/locale'
  1055. localstatedir='${prefix}/var'
  1056. mandir='${datarootdir}/man'
  1057. oldincludedir='/usr/include'
  1058. pdfdir='${docdir}'
  1059. perl_archlibexp='/System/Library/Perl/5.10.0/darwin-thread-multi-2level'
  1060. 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'
  1061. perl_privlibexp='/System/Library/Perl/5.10.0'
  1062. perl_useshrplib='true'
  1063. prefix='/usr/local/Cellar/postgresql/8.4.4'
  1064. program_transform_name='s,x,x,'
  1065. psdir='${docdir}'
  1066. python_additional_libs='-ldl'
  1067. python_configdir='/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config'
  1068. python_includespec='-I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6'
  1069. python_libdir='/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config'
  1070. python_libspec='-L/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config -lpython2.6'
  1071. python_version='2.6'
  1072. sbindir='${exec_prefix}/sbin'
  1073. sharedstatedir='${prefix}/com'
  1074. sysconfdir='${prefix}/etc'
  1075. target_alias=''
  1076. vpath_build=''
  1077. with_bonjour='yes'
  1078. with_gnu_ld='no'
  1079. with_gssapi='yes'
  1080. with_krb5='yes'
  1081. with_ldap='no'
  1082. with_libxml='yes'
  1083. with_libxslt='yes'
  1084. with_openssl='yes'
  1085. with_ossp_uuid='yes'
  1086. with_pam='no'
  1087. with_perl='yes'
  1088. with_python='yes'
  1089. with_system_tzdata=''
  1090. with_tcl='no'
  1091. with_zlib='yes'
  1092.  
  1093. ## ----------- ##
  1094. ## confdefs.h. ##
  1095. ## ----------- ##
  1096.  
  1097. #define PACKAGE_NAME "PostgreSQL"
  1098. #define PACKAGE_TARNAME "postgresql"
  1099. #define PACKAGE_VERSION "8.4.4"
  1100. #define PACKAGE_STRING "PostgreSQL 8.4.4"
  1101. #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  1102. #define PG_VERSION "8.4.4"
  1103. #define PG_MAJORVERSION "8.4"
  1104. #define USE_INTEGER_DATETIMES 1
  1105. #define DEF_PGPORT 5432
  1106. #define DEF_PGPORT_STR "5432"
  1107. #define BLCKSZ 8192
  1108. #define RELSEG_SIZE 131072
  1109. #define XLOG_BLCKSZ 8192
  1110. #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  1111. #define ENABLE_THREAD_SAFETY 1
  1112. #define ENABLE_GSS 1
  1113. #define KRB5 1
  1114. #define PG_KRB_SRVNAM "postgres"
  1115. #define USE_BONJOUR 1
  1116. #define USE_SSL 1
  1117. #define USE_LIBXML 1
  1118. #define USE_LIBXSLT 1
  1119. #define HAVE_LIBM 1
  1120. #define HAVE_LIBREADLINE 1
  1121. #define HAVE_LIBZ 1
  1122. #define HAVE_SPINLOCKS 1
  1123. #define HAVE_LIBCRYPTO 1
  1124. #define HAVE_LIBSSL 1
  1125. #define HAVE_LIBXML2 1
  1126. #define HAVE_LIBXSLT 1
  1127.  
  1128. configure: exit 1
Add Comment
Please, Sign In to add comment