Guest User

Untitled

a guest
May 5th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.93 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.2, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure --enable-thread-safety --with-bonjour --with-gssapi --with-krb5 --with-openssl --with-libxml --with-libxslt --prefix=/usr/local/Cellar/postgresql/8.4.2 --disable-debug --with-python --with-perl ARCHFLAGS='-arch x86_64'
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Zeus.local
  14. uname -m = i386
  15. uname -r = 10.3.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~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.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~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, 486 threads, 2 processors
  34. Load average: 2.05, Mach factor: 0.79
  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: /usr/local/Cellar/readline/6.0/bin
  41. PATH: /Users/anmueller/.rvm/rubies/ruby-1.8.7-p249/bin
  42. PATH: /Users/anmueller/.rvm/gems/ruby-1.8.7-p249/bin
  43. PATH: /Users/anmueller/.rvm/gems/ruby-1.8.7-p249%global/bin
  44. PATH: /Users/anmueller/.rvm/bin
  45. PATH: /Users/anmueller/bin
  46. PATH: /usr/local/homebrew/bin
  47. PATH: /usr/local/bin
  48. PATH: /usr/local/sbin
  49. PATH: /opt/local/bin
  50. PATH: /opt/local/sbin
  51. PATH: /usr/local/mysql/bin
  52. PATH: /usr/local/git/bin
  53. PATH: /usr/bin
  54. PATH: /bin
  55. PATH: /usr/sbin
  56. PATH: /sbin
  57. PATH: /usr/local/bin
  58. PATH: /usr/X11/bin
  59.  
  60.  
  61. ## ----------- ##
  62. ## Core tests. ##
  63. ## ----------- ##
  64.  
  65. configure:1929: checking build system type
  66. configure:1947: result: i386-apple-darwin10.3.0
  67. configure:1969: checking host system type
  68. configure:1984: result: i386-apple-darwin10.3.0
  69. configure:2008: checking which template to use
  70. configure:2108: result: darwin
  71. configure:2218: checking whether to build with 64-bit integer date/time support
  72. configure:2254: result: yes
  73. configure:2261: checking whether NLS is wanted
  74. configure:2296: result: no
  75. configure:2304: checking for default port number
  76. configure:2334: result: 5432
  77. configure:2760: checking for block size
  78. configure:2801: result: 8kB
  79. configure:2813: checking for segment size
  80. configure:2847: result: 1GB
  81. configure:2859: checking for WAL block size
  82. configure:2901: result: 8kB
  83. configure:2913: checking for WAL segment size
  84. configure:2955: result: 16MB
  85. configure:3121: checking for C compiler version
  86. configure:3128: /usr/bin/cc --version >&5
  87. i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646) (dot 1)
  88. Copyright (C) 2007 Free Software Foundation, Inc.
  89. This is free software; see the source for copying conditions. There is NO
  90. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  91.  
  92. configure:3131: $? = 0
  93. configure:3138: /usr/bin/cc -v >&5
  94. Using built-in specs.
  95. Target: i686-apple-darwin10
  96. Configured with: /var/tmp/gcc/gcc-5646.1~2/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 --with-gxx-include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10
  97. Thread model: posix
  98. gcc version 4.2.1 (Apple Inc. build 5646) (dot 1)
  99. configure:3141: $? = 0
  100. configure:3148: /usr/bin/cc -V >&5
  101. gcc-4.2: argument to `-V' is missing
  102. configure:3151: $? = 1
  103. configure:3174: checking for C compiler default output file name
  104. configure:3201: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/readline/6.0/include -I/usr/local/Cellar/readline/6.0/include -L/usr/local/Cellar/readline/6.0/lib -L/usr/local/Cellar/readline/6.0/lib conftest.c >&5
  105. configure:3204: $? = 0
  106. configure:3242: result: a.out
  107. configure:3259: checking whether the C compiler works
  108. configure:3269: ./a.out
  109. configure:3272: $? = 0
  110. configure:3289: result: yes
  111. configure:3296: checking whether we are cross compiling
  112. configure:3298: result: no
  113. configure:3301: checking for suffix of executables
  114. 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 -I/usr/local/Cellar/readline/6.0/include -L/usr/local/Cellar/readline/6.0/lib -L/usr/local/Cellar/readline/6.0/lib conftest.c >&5
  115. configure:3311: $? = 0
  116. configure:3335: result:
  117. configure:3341: checking for suffix of object files
  118. 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 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  119. configure:3370: $? = 0
  120. configure:3393: result: o
  121. configure:3397: checking whether we are using the GNU C compiler
  122. 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 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  123. configure:3432: $? = 0
  124. configure:3449: result: yes
  125. configure:3454: checking whether /usr/bin/cc accepts -g
  126. configure:3484: /usr/bin/cc -c -g -I/usr/local/Cellar/readline/6.0/include -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  127. configure:3490: $? = 0
  128. configure:3589: result: yes
  129. configure:3606: checking for /usr/bin/cc option to accept ISO C89
  130. 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 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  131. configure:3686: $? = 0
  132. configure:3709: result: none needed
  133. 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 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  134. conftest.c: In function 'main':
  135. conftest.c:22: error: 'choke' undeclared (first use in this function)
  136. conftest.c:22: error: (Each undeclared identifier is reported only once
  137. conftest.c:22: error: for each function it appears in.)
  138. conftest.c:22: error: expected ';' before 'me'
  139. configure:3761: $? = 1
  140. configure: failed program was:
  141. | /* confdefs.h. */
  142. | #define PACKAGE_NAME "PostgreSQL"
  143. | #define PACKAGE_TARNAME "postgresql"
  144. | #define PACKAGE_VERSION "8.4.2"
  145. | #define PACKAGE_STRING "PostgreSQL 8.4.2"
  146. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  147. | #define PG_VERSION "8.4.2"
  148. | #define PG_MAJORVERSION "8.4"
  149. | #define USE_INTEGER_DATETIMES 1
  150. | #define DEF_PGPORT 5432
  151. | #define DEF_PGPORT_STR "5432"
  152. | #define BLCKSZ 8192
  153. | #define RELSEG_SIZE 131072
  154. | #define XLOG_BLCKSZ 8192
  155. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  156. | /* end confdefs.h. */
  157. |
  158. | int
  159. | main ()
  160. | {
  161. | #ifndef __INTEL_COMPILER
  162. | choke me
  163. | #endif
  164. | ;
  165. | return 0;
  166. | }
  167. 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 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  168. conftest.c: In function 'main':
  169. conftest.c:22: error: 'choke' undeclared (first use in this function)
  170. conftest.c:22: error: (Each undeclared identifier is reported only once
  171. conftest.c:22: error: for each function it appears in.)
  172. conftest.c:22: error: expected ';' before 'me'
  173. configure:3807: $? = 1
  174. configure: failed program was:
  175. | /* confdefs.h. */
  176. | #define PACKAGE_NAME "PostgreSQL"
  177. | #define PACKAGE_TARNAME "postgresql"
  178. | #define PACKAGE_VERSION "8.4.2"
  179. | #define PACKAGE_STRING "PostgreSQL 8.4.2"
  180. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  181. | #define PG_VERSION "8.4.2"
  182. | #define PG_MAJORVERSION "8.4"
  183. | #define USE_INTEGER_DATETIMES 1
  184. | #define DEF_PGPORT 5432
  185. | #define DEF_PGPORT_STR "5432"
  186. | #define BLCKSZ 8192
  187. | #define RELSEG_SIZE 131072
  188. | #define XLOG_BLCKSZ 8192
  189. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  190. | /* end confdefs.h. */
  191. |
  192. | int
  193. | main ()
  194. | {
  195. | #ifndef __SUNPRO_C
  196. | choke me
  197. | #endif
  198. | ;
  199. | return 0;
  200. | }
  201. configure:3861: checking if /usr/bin/cc -no-cpp-precomp supports -Wdeclaration-after-statement
  202. 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 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  203. configure:3892: $? = 0
  204. configure:3897: result: yes
  205. configure:3910: checking if /usr/bin/cc -no-cpp-precomp supports -Wendif-labels
  206. 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 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  207. configure:3941: $? = 0
  208. configure:3946: result: yes
  209. configure:3960: checking if /usr/bin/cc -no-cpp-precomp supports -fno-strict-aliasing
  210. 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 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  211. configure:3991: $? = 0
  212. configure:3996: result: yes
  213. configure:4010: checking if /usr/bin/cc -no-cpp-precomp supports -fwrapv
  214. 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 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  215. configure:4041: $? = 0
  216. configure:4046: result: yes
  217. configure:4252: checking whether the C compiler still works
  218. 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 -I/usr/local/Cellar/readline/6.0/include -L/usr/local/Cellar/readline/6.0/lib -L/usr/local/Cellar/readline/6.0/lib conftest.c >&5
  219. configure:4281: $? = 0
  220. configure:4287: result: yes
  221. 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 -I/usr/local/Cellar/readline/6.0/include conftest.c >&5
  222. configure:4334: $? = 0
  223. configure:4357: checking how to run the C preprocessor
  224. configure:4397: /usr/bin/cc -no-cpp-precomp -E -I/usr/local/Cellar/readline/6.0/include -I/usr/local/Cellar/readline/6.0/include conftest.c
  225. configure:4403: $? = 0
  226. configure:4434: /usr/bin/cc -no-cpp-precomp -E -I/usr/local/Cellar/readline/6.0/include -I/usr/local/Cellar/readline/6.0/include conftest.c
  227. conftest.c:17:28: error: ac_nonexistent.h: No such file or directory
  228. configure:4440: $? = 1
  229. configure: failed program was:
  230. | /* confdefs.h. */
  231. | #define PACKAGE_NAME "PostgreSQL"
  232. | #define PACKAGE_TARNAME "postgresql"
  233. | #define PACKAGE_VERSION "8.4.2"
  234. | #define PACKAGE_STRING "PostgreSQL 8.4.2"
  235. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  236. | #define PG_VERSION "8.4.2"
  237. | #define PG_MAJORVERSION "8.4"
  238. | #define USE_INTEGER_DATETIMES 1
  239. | #define DEF_PGPORT 5432
  240. | #define DEF_PGPORT_STR "5432"
  241. | #define BLCKSZ 8192
  242. | #define RELSEG_SIZE 131072
  243. | #define XLOG_BLCKSZ 8192
  244. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  245. | /* end confdefs.h. */
  246. | #include <ac_nonexistent.h>
  247. configure:4473: result: /usr/bin/cc -no-cpp-precomp -E
  248. configure:4502: /usr/bin/cc -no-cpp-precomp -E -I/usr/local/Cellar/readline/6.0/include -I/usr/local/Cellar/readline/6.0/include conftest.c
  249. configure:4508: $? = 0
  250. configure:4539: /usr/bin/cc -no-cpp-precomp -E -I/usr/local/Cellar/readline/6.0/include -I/usr/local/Cellar/readline/6.0/include conftest.c
  251. conftest.c:17:28: error: ac_nonexistent.h: No such file or directory
  252. configure:4545: $? = 1
  253. configure: failed program was:
  254. | /* confdefs.h. */
  255. | #define PACKAGE_NAME "PostgreSQL"
  256. | #define PACKAGE_TARNAME "postgresql"
  257. | #define PACKAGE_VERSION "8.4.2"
  258. | #define PACKAGE_STRING "PostgreSQL 8.4.2"
  259. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  260. | #define PG_VERSION "8.4.2"
  261. | #define PG_MAJORVERSION "8.4"
  262. | #define USE_INTEGER_DATETIMES 1
  263. | #define DEF_PGPORT 5432
  264. | #define DEF_PGPORT_STR "5432"
  265. | #define BLCKSZ 8192
  266. | #define RELSEG_SIZE 131072
  267. | #define XLOG_BLCKSZ 8192
  268. | #define XLOG_SEG_SIZE (16 * 1024 * 1024)
  269. | /* end confdefs.h. */
  270. | #include <ac_nonexistent.h>
  271. configure:4704: checking allow thread-safe client libraries
  272. configure:4798: result: yes
  273. configure:4805: checking whether to build with Tcl
  274. configure:4834: result: no
  275. configure:4871: checking whether to build Perl modules
  276. configure:4900: result: yes
  277. configure:4907: checking whether to build Python modules
  278. configure:4936: result: yes
  279. configure:4943: checking whether to build with GSSAPI support
  280. configure:4979: result: yes
  281. configure:4986: checking whether to build with Kerberos 5 support
  282. configure:5022: result: yes
  283. configure:5071: checking whether to build with PAM support
  284. configure:5104: result: no
  285. configure:5112: checking whether to build with LDAP support
  286. configure:5145: result: no
  287. configure:5153: checking whether to build with Bonjour support
  288. configure:5186: result: yes
  289. configure:5194: checking whether to build with OpenSSL support
  290. configure:5227: result: yes
  291. configure:5379: checking for xml2-config
  292. configure:5395: found /opt/local/bin/xml2-config
  293. configure:5406: result: xml2-config
  294. configure:5546: checking for grep that handles long lines and -e
  295. configure:5620: result: /usr/bin/grep
  296. configure:5625: checking for egrep
  297. configure:5703: result: /usr/bin/grep -E
  298. configure:5753: checking for ld used by GCC
  299. configure:5816: result: /usr/bin/cc
  300. configure:5825: checking if the linker (/usr/bin/cc) is GNU ld
  301. configure:5837: result: no
  302. configure:5946: checking for ranlib
  303. configure:5962: found /usr/bin/ranlib
  304. configure:5973: result: ranlib
  305. configure:6043: checking for strip
  306. configure:6059: found /usr/bin/strip
  307. configure:6070: result: strip
  308. configure:6097: checking whether it is possible to strip libraries
  309. configure:6107: result: no
  310. configure:6156: checking for ar
  311. configure:6172: found /usr/bin/ar
  312. configure:6183: result: ar
  313. configure:6502: checking for tar
  314. configure:6520: found /usr/bin/tar
  315. configure:6532: result: /usr/bin/tar
  316. configure:6540: checking whether ln -s works
  317. configure:6544: result: yes
  318. configure:6555: checking for gawk
  319. configure:6571: found /usr/local/bin/gawk
  320. configure:6582: result: gawk
  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 /opt/local/bin/perl
  330. configure:6781: result: /opt/local/bin/perl
  331. configure:6791: checking for Perl archlibexp
  332. configure:6794: result: /opt/local/lib/perl5/5.8.9/darwin-2level
  333. configure:6796: checking for Perl privlibexp
  334. configure:6799: result: /opt/local/lib/perl5/5.8.9
  335. configure:6801: checking for Perl useshrplib
  336. configure:6804: result: false
  337. configure:6807: checking for flags to link embedded Perl
  338. configure:6823: result: -L/opt/local/lib -L/usr/local/lib -L/opt/local/lib/perl5/5.8.9/darwin-2level/CORE -lperl -ldl -lm -lutil -lc
  339. configure:6832: checking for python
  340. configure:6850: found /usr/local/bin/python
  341. configure:6862: result: /usr/local/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: /usr/local/Cellar/python/2.6.5/lib/python2.6/config
  346. configure:6901: checking how to link an embedded Python application
  347. configure:6922: result: -L/usr/local/Cellar/python/2.6.5/lib/python2.6/config -lpython2.6 -ldl -framework CoreFoundation
  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/local/Cellar/readline/6.0/include -I/opt/local/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib -L/usr/local/Cellar/readline/6.0/lib -L/opt/local/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/local/Cellar/readline/6.0/include -I/opt/local/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib -L/usr/local/Cellar/readline/6.0/lib -L/opt/local/lib conftest.c -lm >&5
  356. Undefined symbols:
  357. "_setproctitle", referenced from:
  358. _main in ccnDCcbQ.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.2"
  367. | #define PACKAGE_STRING "PostgreSQL 8.4.2"
  368. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  369. | #define PG_VERSION "8.4.2"
  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/local/Cellar/readline/6.0/include -I/opt/local/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib -L/usr/local/Cellar/readline/6.0/lib -L/opt/local/lib conftest.c -lutil -lm >&5
  404. Undefined symbols:
  405. "_setproctitle", referenced from:
  406. _main in ccaqhdrX.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.2"
  415. | #define PACKAGE_STRING "PostgreSQL 8.4.2"
  416. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  417. | #define PG_VERSION "8.4.2"
  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/local/Cellar/readline/6.0/include -I/opt/local/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib -L/usr/local/Cellar/readline/6.0/lib -L/opt/local/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/local/Cellar/readline/6.0/include -I/opt/local/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib -L/usr/local/Cellar/readline/6.0/lib -L/opt/local/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/local/Cellar/readline/6.0/include -I/opt/local/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib -L/usr/local/Cellar/readline/6.0/lib -L/opt/local/lib conftest.c -lm >&5
  462. Undefined symbols:
  463. "_shl_load", referenced from:
  464. _main in ccpvAijn.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.2"
  473. | #define PACKAGE_STRING "PostgreSQL 8.4.2"
  474. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  475. | #define PG_VERSION "8.4.2"
  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/local/Cellar/readline/6.0/include -I/opt/local/include/libxml2 -L/usr/local/Cellar/readline/6.0/lib -L/usr/local/Cellar/readline/6.0/lib -L/opt/local/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.2"
  518. | #define PACKAGE_STRING "PostgreSQL 8.4.2"
  519. | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
  520. | #define PG_VERSION "8.4.2"
  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 RELSE
Add Comment
Please, Sign In to add comment