Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Jun 26th, 2011  |  syntax: None  |  size: 447.27 KB  |  views: 56  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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 MySQL Server configure 5.1.57, which was
  5. generated by GNU Autoconf 2.63.  Invocation command line was
  6.  
  7.   $ ./configure --prefix=/opt/local --mandir=/opt/local/share/man --infodir=/opt/local/share/info --localstatedir=/opt/local/var/db/mysql5 --libdir=/opt/local/lib/mysql5 --bindir=/opt/local/lib/mysql5/bin --includedir=/opt/local/include/mysql5 --datadir=/opt/local/share/mysql5 --sysconfdir=/opt/local/etc/mysql5 --with-zlib-dir=/opt/local --with-ssl=/opt/local --with-extra-charsets=complex --with-unix-socket-path=/opt/local/var/run/mysql5/mysqld.sock --with-mysqld-user=_mysql --without-docs --with-plugins=all --enable-thread-safe-client --without-readline --with-embedded-server --with-pic
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Matthew-Caruanas-MacBook-Pro.local
  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: 74 tasks, 354 threads, 2 processors
  34. Load average: 1.67, Mach factor: 0.67
  35. /bin/machine           = unknown
  36. /usr/bin/oslevel       = unknown
  37. /bin/universe          = unknown
  38.  
  39. PATH: /opt/local/bin
  40. PATH: /opt/local/sbin
  41. PATH: /bin
  42. PATH: /sbin
  43. PATH: /usr/bin
  44. PATH: /usr/sbin
  45.  
  46.  
  47. ## ----------- ##
  48. ## Core tests. ##
  49. ## ----------- ##
  50.  
  51. configure:2571: checking build system type
  52. configure:2589: result: i386-apple-darwin10.7.0
  53. configure:2611: checking host system type
  54. configure:2626: result: i386-apple-darwin10.7.0
  55. configure:2648: checking target system type
  56. configure:2663: result: i386-apple-darwin10.7.0
  57. configure:2710: checking for a BSD-compatible install
  58. configure:2778: result: /usr/bin/install -c
  59. configure:2789: checking whether build environment is sane
  60. configure:2832: result: yes
  61. configure:2857: checking for a thread-safe mkdir -p
  62. configure:2896: result: ./install-sh -c -d
  63. configure:2909: checking for gawk
  64. configure:2939: result: no
  65. configure:2909: checking for mawk
  66. configure:2939: result: no
  67. configure:2909: checking for nawk
  68. configure:2939: result: no
  69. configure:2909: checking for awk
  70. configure:2925: found /usr/bin/awk
  71. configure:2936: result: awk
  72. configure:2947: checking whether make sets $(MAKE)
  73. configure:2969: result: yes
  74. configure:3148: checking how to create a ustar tar archive
  75. configure:3161: tar --version
  76. bsdtar 2.6.2 - libarchive 2.6.2
  77. configure:3164: $? = 0
  78. configure:3204: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  79. configure:3207: $? = 0
  80. configure:3211: tar -xf - <conftest.tar
  81. configure:3214: $? = 0
  82. configure:3227: result: gnutar
  83. configure:3271: checking for style of include used by make
  84. configure:3299: result: GNU
  85. configure:3369: checking for gcc
  86. configure:3396: result: /usr/bin/gcc-4.2
  87. configure:3628: checking for C compiler version
  88. configure:3636: /usr/bin/gcc-4.2 --version >&5
  89. i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)
  90. Copyright (C) 2007 Free Software Foundation, Inc.
  91. This is free software; see the source for copying conditions.  There is NO
  92. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  93.  
  94. configure:3640: $? = 0
  95. configure:3647: /usr/bin/gcc-4.2 -v >&5
  96. Using built-in specs.
  97. Target: i686-apple-darwin10
  98. Configured with: /var/tmp/gcc/gcc-5646~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10
  99. Thread model: posix
  100. gcc version 4.2.1 (Apple Inc. build 5646)
  101. configure:3651: $? = 0
  102. configure:3658: /usr/bin/gcc-4.2 -V >&5
  103. gcc-4.2: argument to `-V' is missing
  104. configure:3662: $? = 1
  105. configure:3685: checking for C compiler default output file name
  106. configure:3707: /usr/bin/gcc-4.2 -O2 -fPIC -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
  107. configure:3711: $? = 0
  108. configure:3749: result: a.out
  109. configure:3768: checking whether the C compiler works
  110. configure:3778: ./a.out
  111. configure:3782: $? = 0
  112. configure:3801: result: yes
  113. configure:3808: checking whether we are cross compiling
  114. configure:3810: result: no
  115. configure:3813: checking for suffix of executables
  116. configure:3820: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
  117. configure:3824: $? = 0
  118. configure:3850: result:
  119. configure:3856: checking for suffix of object files
  120. configure:3882: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  121. configure:3886: $? = 0
  122. configure:3911: result: o
  123. configure:3915: checking whether we are using the GNU C compiler
  124. configure:3944: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  125. configure:3951: $? = 0
  126. configure:3968: result: yes
  127. configure:3977: checking whether /usr/bin/gcc-4.2 accepts -g
  128. configure:4007: /usr/bin/gcc-4.2 -c -g -I/opt/local/include conftest.c >&5
  129. configure:4014: $? = 0
  130. configure:4115: result: yes
  131. configure:4132: checking for /usr/bin/gcc-4.2 option to accept ISO C89
  132. configure:4206: /usr/bin/gcc-4.2  -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  133. configure:4213: $? = 0
  134. configure:4236: result: none needed
  135. configure:4256: checking dependency style of /usr/bin/gcc-4.2
  136. configure:4347: result: gcc3
  137. configure:4362: checking for a sed that does not truncate output
  138. configure:4428: result: /usr/bin/sed
  139. configure:4446: checking for grep that handles long lines and -e
  140. configure:4506: result: /usr/bin/grep
  141. configure:4511: checking for egrep
  142. configure:4575: result: /usr/bin/grep -E
  143. configure:4580: checking for fgrep
  144. configure:4644: result: /usr/bin/grep -F
  145. configure:4679: checking for ld used by /usr/bin/gcc-4.2
  146. configure:4746: result: /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  147. configure:4755: checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld
  148. configure:4770: result: no
  149. configure:4782: checking for BSD- or MS-compatible name lister (nm)
  150. configure:4831: result: /usr/bin/nm
  151. configure:4949: checking the name lister (/usr/bin/nm) interface
  152. configure:4956: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  153. configure:4959: /usr/bin/nm "conftest.o"
  154. configure:4962: output
  155. 0000000000000000 D _some_variable
  156. configure:4969: result: BSD nm
  157. configure:4972: checking whether ln -s works
  158. configure:4976: result: yes
  159. configure:4984: checking the maximum length of command line arguments
  160. configure:5104: result: 196608
  161. configure:5121: checking whether the shell understands some XSI constructs
  162. configure:5131: result: yes
  163. configure:5135: checking whether the shell understands "+="
  164. configure:5141: result: yes
  165. configure:5176: checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files
  166. configure:5183: result: -r
  167. configure:5252: checking for objdump
  168. configure:5282: result: no
  169. configure:5311: checking how to recognize dependent libraries
  170. configure:5507: result: pass_all
  171. configure:5567: checking for ar
  172. configure:5583: found /usr/bin/ar
  173. configure:5594: result: ar
  174. configure:5672: checking for strip
  175. configure:5688: found /usr/bin/strip
  176. configure:5699: result: strip
  177. configure:5771: checking for ranlib
  178. configure:5787: found /usr/bin/ranlib
  179. configure:5798: result: ranlib
  180. configure:5888: checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object
  181. configure:6006: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  182. configure:6009: $? = 0
  183. configure:6013: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  184. configure:6016: $? = 0
  185. cannot find nm_test_var in conftest.nm
  186. configure:6006: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  187. configure:6009: $? = 0
  188. configure:6013: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
  189. configure:6016: $? = 0
  190. configure:6070: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c conftstm.o >&5
  191. configure:6073: $? = 0
  192. configure:6111: result: ok
  193. configure:6405: checking for dsymutil
  194. configure:6421: found /usr/bin/dsymutil
  195. configure:6432: result: dsymutil
  196. configure:6497: checking for nmedit
  197. configure:6513: found /usr/bin/nmedit
  198. configure:6524: result: nmedit
  199. configure:6589: checking for lipo
  200. configure:6605: found /usr/bin/lipo
  201. configure:6616: result: lipo
  202. configure:6681: checking for otool
  203. configure:6697: found /usr/bin/otool
  204. configure:6708: result: otool
  205. configure:6773: checking for otool64
  206. configure:6803: result: no
  207. configure:6848: checking for -single_module linker flag
  208. /usr/bin/gcc-4.2 -O2 -fPIC -arch x86_64 -L/opt/local/lib -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  209. configure:6875: result: yes
  210. configure:6877: checking for -exported_symbols_list linker flag
  211. configure:6907: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
  212. configure:6914: $? = 0
  213. configure:6936: result: yes
  214. configure:6978: checking how to run the C preprocessor
  215. configure:7018: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  216. configure:7025: $? = 0
  217. configure:7056: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  218. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  219. configure:7063: $? = 1
  220. configure: failed program was:
  221. | /* confdefs.h.  */
  222. | #define PACKAGE_NAME "MySQL Server"
  223. | #define PACKAGE_TARNAME "mysql"
  224. | #define PACKAGE_VERSION "5.1.57"
  225. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  226. | #define PACKAGE_BUGREPORT ""
  227. | #define PACKAGE "mysql"
  228. | #define VERSION "5.1.57"
  229. | /* end confdefs.h.  */
  230. | #include <ac_nonexistent.h>
  231. configure:7096: result: /usr/bin/gcc-4.2 -E
  232. configure:7125: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  233. configure:7132: $? = 0
  234. configure:7163: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  235. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  236. configure:7170: $? = 1
  237. configure: failed program was:
  238. | /* confdefs.h.  */
  239. | #define PACKAGE_NAME "MySQL Server"
  240. | #define PACKAGE_TARNAME "mysql"
  241. | #define PACKAGE_VERSION "5.1.57"
  242. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  243. | #define PACKAGE_BUGREPORT ""
  244. | #define PACKAGE "mysql"
  245. | #define VERSION "5.1.57"
  246. | /* end confdefs.h.  */
  247. | #include <ac_nonexistent.h>
  248. configure:7210: checking for ANSI C header files
  249. configure:7240: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  250. configure:7247: $? = 0
  251. configure:7346: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
  252. configure:7350: $? = 0
  253. configure:7356: ./conftest
  254. configure:7360: $? = 0
  255. configure:7378: result: yes
  256. configure:7402: checking for sys/types.h
  257. configure:7423: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  258. configure:7430: $? = 0
  259. configure:7447: result: yes
  260. configure:7402: checking for sys/stat.h
  261. configure:7423: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  262. configure:7430: $? = 0
  263. configure:7447: result: yes
  264. configure:7402: checking for stdlib.h
  265. configure:7423: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  266. configure:7430: $? = 0
  267. configure:7447: result: yes
  268. configure:7402: checking for string.h
  269. configure:7423: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  270. configure:7430: $? = 0
  271. configure:7447: result: yes
  272. configure:7402: checking for memory.h
  273. configure:7423: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  274. configure:7430: $? = 0
  275. configure:7447: result: yes
  276. configure:7402: checking for strings.h
  277. configure:7423: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  278. configure:7430: $? = 0
  279. configure:7447: result: yes
  280. configure:7402: checking for inttypes.h
  281. configure:7423: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  282. configure:7430: $? = 0
  283. configure:7447: result: yes
  284. configure:7402: checking for stdint.h
  285. configure:7423: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  286. configure:7430: $? = 0
  287. configure:7447: result: yes
  288. configure:7402: checking for unistd.h
  289. configure:7423: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  290. configure:7430: $? = 0
  291. configure:7447: result: yes
  292. configure:7465: checking for dlfcn.h
  293. configure:7486: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include conftest.c >&5
  294. configure:7493: $? = 0
  295. configure:7510: result: yes
  296. configure:7696: checking for objdir
  297. configure:7711: result: .libs
  298. configure:8003: checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions
  299. configure:8021: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
  300. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  301. configure:8025: $? = 0
  302. configure:8038: result: no
  303. configure:8058: checking for /usr/bin/gcc-4.2 option to produce PIC
  304. configure:8330: result: -fno-common -DPIC
  305. configure:8342: checking if /usr/bin/gcc-4.2 PIC flag -fno-common -DPIC works
  306. configure:8360: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
  307. configure:8364: $? = 0
  308. configure:8377: result: yes
  309. configure:8401: checking if /usr/bin/gcc-4.2 static flag -static works
  310. configure:8429: result: no
  311. configure:8444: checking if /usr/bin/gcc-4.2 supports -c -o file.o
  312. configure:8465: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
  313. configure:8469: $? = 0
  314. configure:8491: result: yes
  315. configure:8499: checking if /usr/bin/gcc-4.2 supports -c -o file.o
  316. configure:8546: result: yes
  317. configure:8579: checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
  318. configure:9653: result: yes
  319. configure:9892: checking dynamic linker characteristics
  320. configure:10575: result: darwin10.7.0 dyld
  321. configure:10677: checking how to hardcode library paths into programs
  322. configure:10702: result: immediate
  323. configure:11535: checking whether stripping libraries is possible
  324. configure:11549: result: yes
  325. configure:11575: checking if libtool supports shared libraries
  326. configure:11577: result: yes
  327. configure:11580: checking whether to build shared libraries
  328. configure:11601: result: yes
  329. configure:11604: checking whether to build static libraries
  330. configure:11608: result: yes
  331. configure:11737: checking "character sets"
  332. configure:12318: result: default: latin1, collation: latin1_swedish_ci; compiled in: latin1 latin1 utf8 big5 cp1250 cp932 eucjpms euckr gb2312 gbk latin1 latin2 sjis tis620 ucs2 ujis utf8
  333. configure:12356: checking whether to compile national Unicode collations
  334. configure:12361: result: yes
  335. configure:12546: checking for doxygen
  336. configure:12577: result: no
  337. configure:12587: checking for pdflatex
  338. configure:12618: result: no
  339. configure:12628: checking for makeindex
  340. configure:12659: result: no
  341. configure:12868: checking whether to enable the maintainer-specific development environment
  342. configure:12882: result: no
  343. configure:12945: checking whether build environment is sane
  344. configure:12988: result: yes
  345. configure:12991: checking whether make sets $(MAKE)
  346. configure:13013: result: yes
  347. configure:13089: checking for gawk
  348. configure:13116: result: awk
  349. configure:13175: checking for gcc
  350. configure:13202: result: /usr/bin/gcc-4.2
  351. configure:13434: checking for C compiler version
  352. configure:13442: /usr/bin/gcc-4.2 --version >&5
  353. i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)
  354. Copyright (C) 2007 Free Software Foundation, Inc.
  355. This is free software; see the source for copying conditions.  There is NO
  356. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  357.  
  358. configure:13446: $? = 0
  359. configure:13453: /usr/bin/gcc-4.2 -v >&5
  360. Using built-in specs.
  361. Target: i686-apple-darwin10
  362. Configured with: /var/tmp/gcc/gcc-5646~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10
  363. Thread model: posix
  364. gcc version 4.2.1 (Apple Inc. build 5646)
  365. configure:13457: $? = 0
  366. configure:13464: /usr/bin/gcc-4.2 -V >&5
  367. gcc-4.2: argument to `-V' is missing
  368. configure:13468: $? = 1
  369. configure:13471: checking whether we are using the GNU C compiler
  370. configure:13524: result: yes
  371. configure:13533: checking whether /usr/bin/gcc-4.2 accepts -g
  372. configure:13671: result: yes
  373. configure:13688: checking for /usr/bin/gcc-4.2 option to accept ISO C89
  374. configure:13792: result: none needed
  375. configure:13812: checking dependency style of /usr/bin/gcc-4.2
  376. configure:13903: result: gcc3
  377. configure:14030: checking for C++ compiler version
  378. configure:14038: /usr/bin/g++-4.2 --version >&5
  379. i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)
  380. Copyright (C) 2007 Free Software Foundation, Inc.
  381. This is free software; see the source for copying conditions.  There is NO
  382. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  383.  
  384. configure:14042: $? = 0
  385. configure:14049: /usr/bin/g++-4.2 -v >&5
  386. Using built-in specs.
  387. Target: i686-apple-darwin10
  388. Configured with: /var/tmp/gcc/gcc-5646~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10
  389. Thread model: posix
  390. gcc version 4.2.1 (Apple Inc. build 5646)
  391. configure:14053: $? = 0
  392. configure:14060: /usr/bin/g++-4.2 -V >&5
  393. g++-4.2: argument to `-V' is missing
  394. configure:14064: $? = 1
  395. configure:14067: checking whether we are using the GNU C++ compiler
  396. configure:14096: /usr/bin/g++-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.cpp >&5
  397. configure:14103: $? = 0
  398. configure:14120: result: yes
  399. configure:14129: checking whether /usr/bin/g++-4.2 accepts -g
  400. configure:14159: /usr/bin/g++-4.2 -c -g -I/opt/local/include conftest.cpp >&5
  401. configure:14166: $? = 0
  402. configure:14267: result: yes
  403. configure:14292: checking dependency style of /usr/bin/g++-4.2
  404. configure:14383: result: gcc3
  405. configure:14511: checking for C++ compiler version
  406. configure:14519: /usr/bin/g++-4.2 --version >&5
  407. i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)
  408. Copyright (C) 2007 Free Software Foundation, Inc.
  409. This is free software; see the source for copying conditions.  There is NO
  410. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  411.  
  412. configure:14523: $? = 0
  413. configure:14530: /usr/bin/g++-4.2 -v >&5
  414. Using built-in specs.
  415. Target: i686-apple-darwin10
  416. Configured with: /var/tmp/gcc/gcc-5646~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10
  417. Thread model: posix
  418. gcc version 4.2.1 (Apple Inc. build 5646)
  419. configure:14534: $? = 0
  420. configure:14541: /usr/bin/g++-4.2 -V >&5
  421. g++-4.2: argument to `-V' is missing
  422. configure:14545: $? = 1
  423. configure:14548: checking whether we are using the GNU C++ compiler
  424. configure:14601: result: yes
  425. configure:14610: checking whether /usr/bin/g++-4.2 accepts -g
  426. configure:14748: result: yes
  427. configure:14773: checking dependency style of /usr/bin/g++-4.2
  428. configure:14864: result: gcc3
  429. configure:14887: checking how to run the C++ preprocessor
  430. configure:14923: /usr/bin/g++-4.2 -E -I/opt/local/include conftest.cpp
  431. configure:14930: $? = 0
  432. configure:14961: /usr/bin/g++-4.2 -E -I/opt/local/include conftest.cpp
  433. conftest.cpp:69:28: error: ac_nonexistent.h: No such file or directory
  434. configure:14968: $? = 1
  435. configure: failed program was:
  436. | /* confdefs.h.  */
  437. | #define PACKAGE_NAME "MySQL Server"
  438. | #define PACKAGE_TARNAME "mysql"
  439. | #define PACKAGE_VERSION "5.1.57"
  440. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  441. | #define PACKAGE_BUGREPORT ""
  442. | #define PACKAGE "mysql"
  443. | #define VERSION "5.1.57"
  444. | #define STDC_HEADERS 1
  445. | #define HAVE_SYS_TYPES_H 1
  446. | #define HAVE_SYS_STAT_H 1
  447. | #define HAVE_STDLIB_H 1
  448. | #define HAVE_STRING_H 1
  449. | #define HAVE_MEMORY_H 1
  450. | #define HAVE_STRINGS_H 1
  451. | #define HAVE_INTTYPES_H 1
  452. | #define HAVE_STDINT_H 1
  453. | #define HAVE_UNISTD_H 1
  454. | #define HAVE_DLFCN_H 1
  455. | #define LT_OBJDIR ".libs/"
  456. | #define DEFINE_ALL_CHARACTER_SETS 1
  457. | #define HAVE_CHARSET_latin1 1
  458. | #define HAVE_CHARSET_latin1 1
  459. | #define HAVE_CHARSET_utf8 1
  460. | #define USE_MB 1
  461. | #define USE_MB_IDENT 1
  462. | #define HAVE_CHARSET_big5 1
  463. | #define USE_MB 1
  464. | #define USE_MB_IDENT 1
  465. | #define HAVE_CHARSET_cp1250 1
  466. | #define HAVE_CHARSET_cp932 1
  467. | #define USE_MB 1
  468. | #define USE_MB_IDENT 1
  469. | #define HAVE_CHARSET_eucjpms 1
  470. | #define USE_MB 1
  471. | #define USE_MB_IDENT 1
  472. | #define HAVE_CHARSET_euckr 1
  473. | #define USE_MB 1
  474. | #define USE_MB_IDENT 1
  475. | #define HAVE_CHARSET_gb2312 1
  476. | #define USE_MB 1
  477. | #define USE_MB_IDENT 1
  478. | #define HAVE_CHARSET_gbk 1
  479. | #define USE_MB 1
  480. | #define USE_MB_IDENT 1
  481. | #define HAVE_CHARSET_latin1 1
  482. | #define HAVE_CHARSET_latin2 1
  483. | #define HAVE_CHARSET_sjis 1
  484. | #define USE_MB 1
  485. | #define USE_MB_IDENT 1
  486. | #define HAVE_CHARSET_tis620 1
  487. | #define HAVE_CHARSET_ucs2 1
  488. | #define USE_MB 1
  489. | #define USE_MB_IDENT 1
  490. | #define HAVE_CHARSET_ujis 1
  491. | #define USE_MB 1
  492. | #define USE_MB_IDENT 1
  493. | #define HAVE_CHARSET_utf8 1
  494. | #define USE_MB 1
  495. | #define USE_MB_IDENT 1
  496. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  497. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  498. | #define HAVE_UCA_COLLATIONS 1
  499. | #define PROTOCOL_VERSION 10
  500. | #define DOT_FRM_VERSION 6
  501. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  502. | #define MACHINE_TYPE "i386"
  503. | /* end confdefs.h.  */
  504. | #include <ac_nonexistent.h>
  505. configure:15001: result: /usr/bin/g++-4.2 -E
  506. configure:15030: /usr/bin/g++-4.2 -E -I/opt/local/include conftest.cpp
  507. configure:15037: $? = 0
  508. configure:15068: /usr/bin/g++-4.2 -E -I/opt/local/include conftest.cpp
  509. conftest.cpp:69:28: error: ac_nonexistent.h: No such file or directory
  510. configure:15075: $? = 1
  511. configure: failed program was:
  512. | /* confdefs.h.  */
  513. | #define PACKAGE_NAME "MySQL Server"
  514. | #define PACKAGE_TARNAME "mysql"
  515. | #define PACKAGE_VERSION "5.1.57"
  516. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  517. | #define PACKAGE_BUGREPORT ""
  518. | #define PACKAGE "mysql"
  519. | #define VERSION "5.1.57"
  520. | #define STDC_HEADERS 1
  521. | #define HAVE_SYS_TYPES_H 1
  522. | #define HAVE_SYS_STAT_H 1
  523. | #define HAVE_STDLIB_H 1
  524. | #define HAVE_STRING_H 1
  525. | #define HAVE_MEMORY_H 1
  526. | #define HAVE_STRINGS_H 1
  527. | #define HAVE_INTTYPES_H 1
  528. | #define HAVE_STDINT_H 1
  529. | #define HAVE_UNISTD_H 1
  530. | #define HAVE_DLFCN_H 1
  531. | #define LT_OBJDIR ".libs/"
  532. | #define DEFINE_ALL_CHARACTER_SETS 1
  533. | #define HAVE_CHARSET_latin1 1
  534. | #define HAVE_CHARSET_latin1 1
  535. | #define HAVE_CHARSET_utf8 1
  536. | #define USE_MB 1
  537. | #define USE_MB_IDENT 1
  538. | #define HAVE_CHARSET_big5 1
  539. | #define USE_MB 1
  540. | #define USE_MB_IDENT 1
  541. | #define HAVE_CHARSET_cp1250 1
  542. | #define HAVE_CHARSET_cp932 1
  543. | #define USE_MB 1
  544. | #define USE_MB_IDENT 1
  545. | #define HAVE_CHARSET_eucjpms 1
  546. | #define USE_MB 1
  547. | #define USE_MB_IDENT 1
  548. | #define HAVE_CHARSET_euckr 1
  549. | #define USE_MB 1
  550. | #define USE_MB_IDENT 1
  551. | #define HAVE_CHARSET_gb2312 1
  552. | #define USE_MB 1
  553. | #define USE_MB_IDENT 1
  554. | #define HAVE_CHARSET_gbk 1
  555. | #define USE_MB 1
  556. | #define USE_MB_IDENT 1
  557. | #define HAVE_CHARSET_latin1 1
  558. | #define HAVE_CHARSET_latin2 1
  559. | #define HAVE_CHARSET_sjis 1
  560. | #define USE_MB 1
  561. | #define USE_MB_IDENT 1
  562. | #define HAVE_CHARSET_tis620 1
  563. | #define HAVE_CHARSET_ucs2 1
  564. | #define USE_MB 1
  565. | #define USE_MB_IDENT 1
  566. | #define HAVE_CHARSET_ujis 1
  567. | #define USE_MB 1
  568. | #define USE_MB_IDENT 1
  569. | #define HAVE_CHARSET_utf8 1
  570. | #define USE_MB 1
  571. | #define USE_MB_IDENT 1
  572. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  573. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  574. | #define HAVE_UCA_COLLATIONS 1
  575. | #define PROTOCOL_VERSION 10
  576. | #define DOT_FRM_VERSION 6
  577. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  578. | #define MACHINE_TYPE "i386"
  579. | /* end confdefs.h.  */
  580. | #include <ac_nonexistent.h>
  581. configure:15251: checking for ld used by /usr/bin/g++-4.2
  582. configure:15318: result: /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  583. configure:15327: checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld
  584. configure:15342: result: no
  585. configure:15397: checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
  586. configure:16372: result: yes
  587. configure:16400: /usr/bin/g++-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.cpp >&5
  588. configure:16403: $? = 0
  589. configure:16585: checking for /usr/bin/g++-4.2 option to produce PIC
  590. configure:16902: result: -fno-common -DPIC
  591. configure:16911: checking if /usr/bin/g++-4.2 PIC flag -fno-common -DPIC works
  592. configure:16929: /usr/bin/g++-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
  593. configure:16933: $? = 0
  594. configure:16946: result: yes
  595. configure:16967: checking if /usr/bin/g++-4.2 static flag -static works
  596. configure:16995: result: no
  597. configure:17007: checking if /usr/bin/g++-4.2 supports -c -o file.o
  598. configure:17028: /usr/bin/g++-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
  599. configure:17032: $? = 0
  600. configure:17054: result: yes
  601. configure:17059: checking if /usr/bin/g++-4.2 supports -c -o file.o
  602. configure:17106: result: yes
  603. configure:17136: checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries
  604. configure:17162: result: yes
  605. configure:17299: checking dynamic linker characteristics
  606. configure:17930: result: darwin10.7.0 dyld
  607. configure:17981: checking how to hardcode library paths into programs
  608. configure:18006: result: immediate
  609. configure:18050: checking how to run the C preprocessor
  610. configure:18168: result: /usr/bin/gcc-4.2 -E
  611. configure:18197: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  612. configure:18204: $? = 0
  613. configure:18235: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  614. conftest.c:69:28: error: ac_nonexistent.h: No such file or directory
  615. configure:18242: $? = 1
  616. configure: failed program was:
  617. | /* confdefs.h.  */
  618. | #define PACKAGE_NAME "MySQL Server"
  619. | #define PACKAGE_TARNAME "mysql"
  620. | #define PACKAGE_VERSION "5.1.57"
  621. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  622. | #define PACKAGE_BUGREPORT ""
  623. | #define PACKAGE "mysql"
  624. | #define VERSION "5.1.57"
  625. | #define STDC_HEADERS 1
  626. | #define HAVE_SYS_TYPES_H 1
  627. | #define HAVE_SYS_STAT_H 1
  628. | #define HAVE_STDLIB_H 1
  629. | #define HAVE_STRING_H 1
  630. | #define HAVE_MEMORY_H 1
  631. | #define HAVE_STRINGS_H 1
  632. | #define HAVE_INTTYPES_H 1
  633. | #define HAVE_STDINT_H 1
  634. | #define HAVE_UNISTD_H 1
  635. | #define HAVE_DLFCN_H 1
  636. | #define LT_OBJDIR ".libs/"
  637. | #define DEFINE_ALL_CHARACTER_SETS 1
  638. | #define HAVE_CHARSET_latin1 1
  639. | #define HAVE_CHARSET_latin1 1
  640. | #define HAVE_CHARSET_utf8 1
  641. | #define USE_MB 1
  642. | #define USE_MB_IDENT 1
  643. | #define HAVE_CHARSET_big5 1
  644. | #define USE_MB 1
  645. | #define USE_MB_IDENT 1
  646. | #define HAVE_CHARSET_cp1250 1
  647. | #define HAVE_CHARSET_cp932 1
  648. | #define USE_MB 1
  649. | #define USE_MB_IDENT 1
  650. | #define HAVE_CHARSET_eucjpms 1
  651. | #define USE_MB 1
  652. | #define USE_MB_IDENT 1
  653. | #define HAVE_CHARSET_euckr 1
  654. | #define USE_MB 1
  655. | #define USE_MB_IDENT 1
  656. | #define HAVE_CHARSET_gb2312 1
  657. | #define USE_MB 1
  658. | #define USE_MB_IDENT 1
  659. | #define HAVE_CHARSET_gbk 1
  660. | #define USE_MB 1
  661. | #define USE_MB_IDENT 1
  662. | #define HAVE_CHARSET_latin1 1
  663. | #define HAVE_CHARSET_latin2 1
  664. | #define HAVE_CHARSET_sjis 1
  665. | #define USE_MB 1
  666. | #define USE_MB_IDENT 1
  667. | #define HAVE_CHARSET_tis620 1
  668. | #define HAVE_CHARSET_ucs2 1
  669. | #define USE_MB 1
  670. | #define USE_MB_IDENT 1
  671. | #define HAVE_CHARSET_ujis 1
  672. | #define USE_MB 1
  673. | #define USE_MB_IDENT 1
  674. | #define HAVE_CHARSET_utf8 1
  675. | #define USE_MB 1
  676. | #define USE_MB_IDENT 1
  677. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  678. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  679. | #define HAVE_UCA_COLLATIONS 1
  680. | #define PROTOCOL_VERSION 10
  681. | #define DOT_FRM_VERSION 6
  682. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  683. | #define MACHINE_TYPE "i386"
  684. | /* end confdefs.h.  */
  685. | #include <ac_nonexistent.h>
  686. configure:18293: checking "C Compiler version"
  687. configure:18295: result: "/usr/bin/gcc-4.2 i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)"
  688. configure:18323: checking "C++ compiler version"
  689. configure:18325: result: "/usr/bin/g++-4.2 i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)"
  690. configure:18433: checking for ranlib
  691. configure:18460: result: ranlib
  692. configure:18513: checking for a BSD-compatible install
  693. configure:18581: result: /usr/bin/install -c
  694. configure:18599: checking for bison
  695. configure:18615: found /usr/bin/bison
  696. configure:18626: result: bison -y -p MYSQL
  697. configure:18639: checking for pdftex
  698. configure:18669: result: no
  699. configure:18676: checking for tex
  700. configure:18706: result: no
  701. configure:18714: checking for uname
  702. configure:18732: found /usr/bin/uname
  703. configure:18745: result: /usr/bin/uname
  704. configure:18756: checking operating system
  705. configure:18770: result: Darwin
  706. configure:19010: checking for ar
  707. configure:19037: result: ar
  708. configure:19070: checking if we should use 'skip-external-locking' as default for darwin10.7.0
  709. configure:19087: result: no
  710. configure:19095: checking for ln
  711. configure:19113: found /bin/ln
  712. configure:19126: result: /bin/ln
  713. configure:19137: checking for ln
  714. configure:19155: found /bin/ln
  715. configure:19168: result: /bin/ln
  716. configure:19188: checking for mv
  717. configure:19206: found /bin/mv
  718. configure:19219: result: /bin/mv
  719. configure:19229: checking for rm
  720. configure:19247: found /bin/rm
  721. configure:19260: result: /bin/rm
  722. configure:19270: checking for cp
  723. configure:19288: found /bin/cp
  724. configure:19301: result: /bin/cp
  725. configure:19311: checking for sed
  726. configure:19342: result: /usr/bin/sed
  727. configure:19352: checking for cmp
  728. configure:19370: found /usr/bin/cmp
  729. configure:19383: result: /usr/bin/cmp
  730. configure:19393: checking for chmod
  731. configure:19411: found /bin/chmod
  732. configure:19424: result: /bin/chmod
  733. configure:19434: checking for hostname
  734. configure:19452: found /bin/hostname
  735. configure:19465: result: /bin/hostname
  736. configure:19475: checking for diff
  737. configure:19493: found /usr/bin/diff
  738. configure:19506: result: /usr/bin/diff
  739. configure:19520: checking for gnutar
  740. configure:19536: found /usr/bin/gnutar
  741. configure:19547: result: gnutar
  742. configure:19561: checking for perl
  743. configure:19579: found /opt/local/bin/perl
  744. configure:19592: result: /opt/local/bin/perl
  745. configure:19674: checking for ps
  746. configure:19692: found /bin/ps
  747. configure:19705: result: /bin/ps
  748. configure:19713: checking "how to check if pid exists"
  749. configure:19757: result: "/bin/ps wwwp $$PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$$MYSQLD" > /dev/null"
  750. configure:19763: checking for kill
  751. configure:19781: found /bin/kill
  752. configure:19794: result: /bin/kill
  753. configure:19802: checking "for kill switches"
  754. configure:19816: result: "/bin/kill -0 $$PID > /dev/null 2> /dev/null"
  755. configure:19821: checking for /usr/bin/gcc-4.2 option to accept ANSI C
  756. configure:19870: /usr/bin/gcc-4.2  -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  757. configure:19877: $? = 0
  758. configure:19896: result:
  759. configure:19914: checking dependency style of /usr/bin/gcc-4.2
  760. configure:20005: result: gcc3
  761. configure:20024: checking whether --noexecstack is desirable for .S files
  762. configure:20034: /usr/bin/gcc-4.2 -O2 -fPIC -arch x86_64   -I/opt/local/include
  763.                      -S -o conftest.s conftest.c 1>&5
  764. configure:20037: $? = 0
  765. configure:20054: result: no
  766. configure:20174: checking for nm
  767. configure:20201: result: /usr/bin/nm
  768. configure:20235: checking whether features provided by the user community should be included.
  769. configure:20253: result: yes
  770. configure:20324: checking if we should use assembler functions
  771. configure:20365: result: no
  772. configure:20370: checking if SHOW PROFILE should be enabled.
  773. configure:20389: result: yes
  774. configure:20466: checking If we should should enable LOAD DATA LOCAL by default
  775. configure:20486: result: no
  776. configure:20491: checking If we should should enable init-file
  777. configure:20503: result: yes
  778. configure:20565: checking for getconf
  779. configure:20581: found /usr/bin/getconf
  780. configure:20592: result: getconf
  781. configure:20614: checking for CFLAGS value to request large file support
  782. configure:20694: result: no
  783. configure:20696: checking for LDFLAGS value to request large file support
  784. configure:20710: result: no
  785. configure:20712: checking for LIBS value to request large file support
  786. configure:20726: result: no
  787. configure:20772: checking for _FILE_OFFSET_BITS
  788. configure:20801: result: no
  789. configure:20810: checking for _LARGEFILE_SOURCE
  790. configure:20831: result: no
  791. configure:20841: checking for _LARGE_FILES
  792. configure:20863: result: no
  793. configure:20876: checking for size_t
  794. configure:20904: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  795. configure:20911: $? = 0
  796. configure:20938: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  797. conftest.c: In function 'main':
  798. conftest.c:108: error: expected expression before ')' token
  799. configure:20945: $? = 1
  800. configure: failed program was:
  801. | /* confdefs.h.  */
  802. | #define PACKAGE_NAME "MySQL Server"
  803. | #define PACKAGE_TARNAME "mysql"
  804. | #define PACKAGE_VERSION "5.1.57"
  805. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  806. | #define PACKAGE_BUGREPORT ""
  807. | #define PACKAGE "mysql"
  808. | #define VERSION "5.1.57"
  809. | #define STDC_HEADERS 1
  810. | #define HAVE_SYS_TYPES_H 1
  811. | #define HAVE_SYS_STAT_H 1
  812. | #define HAVE_STDLIB_H 1
  813. | #define HAVE_STRING_H 1
  814. | #define HAVE_MEMORY_H 1
  815. | #define HAVE_STRINGS_H 1
  816. | #define HAVE_INTTYPES_H 1
  817. | #define HAVE_STDINT_H 1
  818. | #define HAVE_UNISTD_H 1
  819. | #define HAVE_DLFCN_H 1
  820. | #define LT_OBJDIR ".libs/"
  821. | #define DEFINE_ALL_CHARACTER_SETS 1
  822. | #define HAVE_CHARSET_latin1 1
  823. | #define HAVE_CHARSET_latin1 1
  824. | #define HAVE_CHARSET_utf8 1
  825. | #define USE_MB 1
  826. | #define USE_MB_IDENT 1
  827. | #define HAVE_CHARSET_big5 1
  828. | #define USE_MB 1
  829. | #define USE_MB_IDENT 1
  830. | #define HAVE_CHARSET_cp1250 1
  831. | #define HAVE_CHARSET_cp932 1
  832. | #define USE_MB 1
  833. | #define USE_MB_IDENT 1
  834. | #define HAVE_CHARSET_eucjpms 1
  835. | #define USE_MB 1
  836. | #define USE_MB_IDENT 1
  837. | #define HAVE_CHARSET_euckr 1
  838. | #define USE_MB 1
  839. | #define USE_MB_IDENT 1
  840. | #define HAVE_CHARSET_gb2312 1
  841. | #define USE_MB 1
  842. | #define USE_MB_IDENT 1
  843. | #define HAVE_CHARSET_gbk 1
  844. | #define USE_MB 1
  845. | #define USE_MB_IDENT 1
  846. | #define HAVE_CHARSET_latin1 1
  847. | #define HAVE_CHARSET_latin2 1
  848. | #define HAVE_CHARSET_sjis 1
  849. | #define USE_MB 1
  850. | #define USE_MB_IDENT 1
  851. | #define HAVE_CHARSET_tis620 1
  852. | #define HAVE_CHARSET_ucs2 1
  853. | #define USE_MB 1
  854. | #define USE_MB_IDENT 1
  855. | #define HAVE_CHARSET_ujis 1
  856. | #define USE_MB 1
  857. | #define USE_MB_IDENT 1
  858. | #define HAVE_CHARSET_utf8 1
  859. | #define USE_MB 1
  860. | #define USE_MB_IDENT 1
  861. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  862. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  863. | #define HAVE_UCA_COLLATIONS 1
  864. | #define PROTOCOL_VERSION 10
  865. | #define DOT_FRM_VERSION 6
  866. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  867. | #define MACHINE_TYPE "i386"
  868. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  869. | #define COMMUNITY_SERVER 1
  870. | #define ENABLED_PROFILING 1
  871. | /* end confdefs.h.  */
  872. | #include <stdio.h>
  873. | #ifdef HAVE_SYS_TYPES_H
  874. | # include <sys/types.h>
  875. | #endif
  876. | #ifdef HAVE_SYS_STAT_H
  877. | # include <sys/stat.h>
  878. | #endif
  879. | #ifdef STDC_HEADERS
  880. | # include <stdlib.h>
  881. | # include <stddef.h>
  882. | #else
  883. | # ifdef HAVE_STDLIB_H
  884. | #  include <stdlib.h>
  885. | # endif
  886. | #endif
  887. | #ifdef HAVE_STRING_H
  888. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  889. | #  include <memory.h>
  890. | # endif
  891. | # include <string.h>
  892. | #endif
  893. | #ifdef HAVE_STRINGS_H
  894. | # include <strings.h>
  895. | #endif
  896. | #ifdef HAVE_INTTYPES_H
  897. | # include <inttypes.h>
  898. | #endif
  899. | #ifdef HAVE_STDINT_H
  900. | # include <stdint.h>
  901. | #endif
  902. | #ifdef HAVE_UNISTD_H
  903. | # include <unistd.h>
  904. | #endif
  905. | int
  906. | main ()
  907. | {
  908. | if (sizeof ((size_t)))
  909. |         return 0;
  910. |   ;
  911. |   return 0;
  912. | }
  913. configure:20968: result: yes
  914. configure:20993: checking for dirent.h that defines DIR
  915. configure:21022: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  916. configure:21029: $? = 0
  917. configure:21046: result: yes
  918. configure:21061: checking for library containing opendir
  919. configure:21102: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
  920. configure:21109: $? = 0
  921. configure:21140: result: none required
  922. configure:21238: checking for ANSI C header files
  923. configure:21406: result: yes
  924. configure:21416: checking for sys/wait.h that is POSIX.1 compatible
  925. configure:21452: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  926. configure:21459: $? = 0
  927. configure:21474: result: yes
  928. configure:21552: checking fcntl.h usability
  929. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  930. configure:21576: $? = 0
  931. configure:21590: result: yes
  932. configure:21594: checking fcntl.h presence
  933. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  934. configure:21616: $? = 0
  935. configure:21630: result: yes
  936. configure:21658: checking for fcntl.h
  937. configure:21667: result: yes
  938. configure:21552: checking fenv.h usability
  939. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  940. configure:21576: $? = 0
  941. configure:21590: result: yes
  942. configure:21594: checking fenv.h presence
  943. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  944. configure:21616: $? = 0
  945. configure:21630: result: yes
  946. configure:21658: checking for fenv.h
  947. configure:21667: result: yes
  948. configure:21552: checking float.h usability
  949. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  950. configure:21576: $? = 0
  951. configure:21590: result: yes
  952. configure:21594: checking float.h presence
  953. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  954. configure:21616: $? = 0
  955. configure:21630: result: yes
  956. configure:21658: checking for float.h
  957. configure:21667: result: yes
  958. configure:21552: checking floatingpoint.h usability
  959. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  960. conftest.c:111:27: error: floatingpoint.h: No such file or directory
  961. configure:21576: $? = 1
  962. configure: failed program was:
  963. | /* confdefs.h.  */
  964. | #define PACKAGE_NAME "MySQL Server"
  965. | #define PACKAGE_TARNAME "mysql"
  966. | #define PACKAGE_VERSION "5.1.57"
  967. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  968. | #define PACKAGE_BUGREPORT ""
  969. | #define PACKAGE "mysql"
  970. | #define VERSION "5.1.57"
  971. | #define STDC_HEADERS 1
  972. | #define HAVE_SYS_TYPES_H 1
  973. | #define HAVE_SYS_STAT_H 1
  974. | #define HAVE_STDLIB_H 1
  975. | #define HAVE_STRING_H 1
  976. | #define HAVE_MEMORY_H 1
  977. | #define HAVE_STRINGS_H 1
  978. | #define HAVE_INTTYPES_H 1
  979. | #define HAVE_STDINT_H 1
  980. | #define HAVE_UNISTD_H 1
  981. | #define HAVE_DLFCN_H 1
  982. | #define LT_OBJDIR ".libs/"
  983. | #define DEFINE_ALL_CHARACTER_SETS 1
  984. | #define HAVE_CHARSET_latin1 1
  985. | #define HAVE_CHARSET_latin1 1
  986. | #define HAVE_CHARSET_utf8 1
  987. | #define USE_MB 1
  988. | #define USE_MB_IDENT 1
  989. | #define HAVE_CHARSET_big5 1
  990. | #define USE_MB 1
  991. | #define USE_MB_IDENT 1
  992. | #define HAVE_CHARSET_cp1250 1
  993. | #define HAVE_CHARSET_cp932 1
  994. | #define USE_MB 1
  995. | #define USE_MB_IDENT 1
  996. | #define HAVE_CHARSET_eucjpms 1
  997. | #define USE_MB 1
  998. | #define USE_MB_IDENT 1
  999. | #define HAVE_CHARSET_euckr 1
  1000. | #define USE_MB 1
  1001. | #define USE_MB_IDENT 1
  1002. | #define HAVE_CHARSET_gb2312 1
  1003. | #define USE_MB 1
  1004. | #define USE_MB_IDENT 1
  1005. | #define HAVE_CHARSET_gbk 1
  1006. | #define USE_MB 1
  1007. | #define USE_MB_IDENT 1
  1008. | #define HAVE_CHARSET_latin1 1
  1009. | #define HAVE_CHARSET_latin2 1
  1010. | #define HAVE_CHARSET_sjis 1
  1011. | #define USE_MB 1
  1012. | #define USE_MB_IDENT 1
  1013. | #define HAVE_CHARSET_tis620 1
  1014. | #define HAVE_CHARSET_ucs2 1
  1015. | #define USE_MB 1
  1016. | #define USE_MB_IDENT 1
  1017. | #define HAVE_CHARSET_ujis 1
  1018. | #define USE_MB 1
  1019. | #define USE_MB_IDENT 1
  1020. | #define HAVE_CHARSET_utf8 1
  1021. | #define USE_MB 1
  1022. | #define USE_MB_IDENT 1
  1023. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  1024. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  1025. | #define HAVE_UCA_COLLATIONS 1
  1026. | #define PROTOCOL_VERSION 10
  1027. | #define DOT_FRM_VERSION 6
  1028. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  1029. | #define MACHINE_TYPE "i386"
  1030. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  1031. | #define COMMUNITY_SERVER 1
  1032. | #define ENABLED_PROFILING 1
  1033. | #define HAVE_DIRENT_H 1
  1034. | #define STDC_HEADERS 1
  1035. | #define HAVE_SYS_WAIT_H 1
  1036. | #define HAVE_FCNTL_H 1
  1037. | #define HAVE_FENV_H 1
  1038. | #define HAVE_FLOAT_H 1
  1039. | /* end confdefs.h.  */
  1040. | #include <stdio.h>
  1041. | #ifdef HAVE_SYS_TYPES_H
  1042. | # include <sys/types.h>
  1043. | #endif
  1044. | #ifdef HAVE_SYS_STAT_H
  1045. | # include <sys/stat.h>
  1046. | #endif
  1047. | #ifdef STDC_HEADERS
  1048. | # include <stdlib.h>
  1049. | # include <stddef.h>
  1050. | #else
  1051. | # ifdef HAVE_STDLIB_H
  1052. | #  include <stdlib.h>
  1053. | # endif
  1054. | #endif
  1055. | #ifdef HAVE_STRING_H
  1056. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1057. | #  include <memory.h>
  1058. | # endif
  1059. | # include <string.h>
  1060. | #endif
  1061. | #ifdef HAVE_STRINGS_H
  1062. | # include <strings.h>
  1063. | #endif
  1064. | #ifdef HAVE_INTTYPES_H
  1065. | # include <inttypes.h>
  1066. | #endif
  1067. | #ifdef HAVE_STDINT_H
  1068. | # include <stdint.h>
  1069. | #endif
  1070. | #ifdef HAVE_UNISTD_H
  1071. | # include <unistd.h>
  1072. | #endif
  1073. | #include <floatingpoint.h>
  1074. configure:21590: result: no
  1075. configure:21594: checking floatingpoint.h presence
  1076. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  1077. conftest.c:78:27: error: floatingpoint.h: No such file or directory
  1078. configure:21616: $? = 1
  1079. configure: failed program was:
  1080. | /* confdefs.h.  */
  1081. | #define PACKAGE_NAME "MySQL Server"
  1082. | #define PACKAGE_TARNAME "mysql"
  1083. | #define PACKAGE_VERSION "5.1.57"
  1084. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  1085. | #define PACKAGE_BUGREPORT ""
  1086. | #define PACKAGE "mysql"
  1087. | #define VERSION "5.1.57"
  1088. | #define STDC_HEADERS 1
  1089. | #define HAVE_SYS_TYPES_H 1
  1090. | #define HAVE_SYS_STAT_H 1
  1091. | #define HAVE_STDLIB_H 1
  1092. | #define HAVE_STRING_H 1
  1093. | #define HAVE_MEMORY_H 1
  1094. | #define HAVE_STRINGS_H 1
  1095. | #define HAVE_INTTYPES_H 1
  1096. | #define HAVE_STDINT_H 1
  1097. | #define HAVE_UNISTD_H 1
  1098. | #define HAVE_DLFCN_H 1
  1099. | #define LT_OBJDIR ".libs/"
  1100. | #define DEFINE_ALL_CHARACTER_SETS 1
  1101. | #define HAVE_CHARSET_latin1 1
  1102. | #define HAVE_CHARSET_latin1 1
  1103. | #define HAVE_CHARSET_utf8 1
  1104. | #define USE_MB 1
  1105. | #define USE_MB_IDENT 1
  1106. | #define HAVE_CHARSET_big5 1
  1107. | #define USE_MB 1
  1108. | #define USE_MB_IDENT 1
  1109. | #define HAVE_CHARSET_cp1250 1
  1110. | #define HAVE_CHARSET_cp932 1
  1111. | #define USE_MB 1
  1112. | #define USE_MB_IDENT 1
  1113. | #define HAVE_CHARSET_eucjpms 1
  1114. | #define USE_MB 1
  1115. | #define USE_MB_IDENT 1
  1116. | #define HAVE_CHARSET_euckr 1
  1117. | #define USE_MB 1
  1118. | #define USE_MB_IDENT 1
  1119. | #define HAVE_CHARSET_gb2312 1
  1120. | #define USE_MB 1
  1121. | #define USE_MB_IDENT 1
  1122. | #define HAVE_CHARSET_gbk 1
  1123. | #define USE_MB 1
  1124. | #define USE_MB_IDENT 1
  1125. | #define HAVE_CHARSET_latin1 1
  1126. | #define HAVE_CHARSET_latin2 1
  1127. | #define HAVE_CHARSET_sjis 1
  1128. | #define USE_MB 1
  1129. | #define USE_MB_IDENT 1
  1130. | #define HAVE_CHARSET_tis620 1
  1131. | #define HAVE_CHARSET_ucs2 1
  1132. | #define USE_MB 1
  1133. | #define USE_MB_IDENT 1
  1134. | #define HAVE_CHARSET_ujis 1
  1135. | #define USE_MB 1
  1136. | #define USE_MB_IDENT 1
  1137. | #define HAVE_CHARSET_utf8 1
  1138. | #define USE_MB 1
  1139. | #define USE_MB_IDENT 1
  1140. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  1141. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  1142. | #define HAVE_UCA_COLLATIONS 1
  1143. | #define PROTOCOL_VERSION 10
  1144. | #define DOT_FRM_VERSION 6
  1145. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  1146. | #define MACHINE_TYPE "i386"
  1147. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  1148. | #define COMMUNITY_SERVER 1
  1149. | #define ENABLED_PROFILING 1
  1150. | #define HAVE_DIRENT_H 1
  1151. | #define STDC_HEADERS 1
  1152. | #define HAVE_SYS_WAIT_H 1
  1153. | #define HAVE_FCNTL_H 1
  1154. | #define HAVE_FENV_H 1
  1155. | #define HAVE_FLOAT_H 1
  1156. | /* end confdefs.h.  */
  1157. | #include <floatingpoint.h>
  1158. configure:21630: result: no
  1159. configure:21658: checking for floatingpoint.h
  1160. configure:21667: result: no
  1161. configure:21552: checking fpu_control.h usability
  1162. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  1163. conftest.c:111:25: error: fpu_control.h: No such file or directory
  1164. configure:21576: $? = 1
  1165. configure: failed program was:
  1166. | /* confdefs.h.  */
  1167. | #define PACKAGE_NAME "MySQL Server"
  1168. | #define PACKAGE_TARNAME "mysql"
  1169. | #define PACKAGE_VERSION "5.1.57"
  1170. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  1171. | #define PACKAGE_BUGREPORT ""
  1172. | #define PACKAGE "mysql"
  1173. | #define VERSION "5.1.57"
  1174. | #define STDC_HEADERS 1
  1175. | #define HAVE_SYS_TYPES_H 1
  1176. | #define HAVE_SYS_STAT_H 1
  1177. | #define HAVE_STDLIB_H 1
  1178. | #define HAVE_STRING_H 1
  1179. | #define HAVE_MEMORY_H 1
  1180. | #define HAVE_STRINGS_H 1
  1181. | #define HAVE_INTTYPES_H 1
  1182. | #define HAVE_STDINT_H 1
  1183. | #define HAVE_UNISTD_H 1
  1184. | #define HAVE_DLFCN_H 1
  1185. | #define LT_OBJDIR ".libs/"
  1186. | #define DEFINE_ALL_CHARACTER_SETS 1
  1187. | #define HAVE_CHARSET_latin1 1
  1188. | #define HAVE_CHARSET_latin1 1
  1189. | #define HAVE_CHARSET_utf8 1
  1190. | #define USE_MB 1
  1191. | #define USE_MB_IDENT 1
  1192. | #define HAVE_CHARSET_big5 1
  1193. | #define USE_MB 1
  1194. | #define USE_MB_IDENT 1
  1195. | #define HAVE_CHARSET_cp1250 1
  1196. | #define HAVE_CHARSET_cp932 1
  1197. | #define USE_MB 1
  1198. | #define USE_MB_IDENT 1
  1199. | #define HAVE_CHARSET_eucjpms 1
  1200. | #define USE_MB 1
  1201. | #define USE_MB_IDENT 1
  1202. | #define HAVE_CHARSET_euckr 1
  1203. | #define USE_MB 1
  1204. | #define USE_MB_IDENT 1
  1205. | #define HAVE_CHARSET_gb2312 1
  1206. | #define USE_MB 1
  1207. | #define USE_MB_IDENT 1
  1208. | #define HAVE_CHARSET_gbk 1
  1209. | #define USE_MB 1
  1210. | #define USE_MB_IDENT 1
  1211. | #define HAVE_CHARSET_latin1 1
  1212. | #define HAVE_CHARSET_latin2 1
  1213. | #define HAVE_CHARSET_sjis 1
  1214. | #define USE_MB 1
  1215. | #define USE_MB_IDENT 1
  1216. | #define HAVE_CHARSET_tis620 1
  1217. | #define HAVE_CHARSET_ucs2 1
  1218. | #define USE_MB 1
  1219. | #define USE_MB_IDENT 1
  1220. | #define HAVE_CHARSET_ujis 1
  1221. | #define USE_MB 1
  1222. | #define USE_MB_IDENT 1
  1223. | #define HAVE_CHARSET_utf8 1
  1224. | #define USE_MB 1
  1225. | #define USE_MB_IDENT 1
  1226. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  1227. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  1228. | #define HAVE_UCA_COLLATIONS 1
  1229. | #define PROTOCOL_VERSION 10
  1230. | #define DOT_FRM_VERSION 6
  1231. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  1232. | #define MACHINE_TYPE "i386"
  1233. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  1234. | #define COMMUNITY_SERVER 1
  1235. | #define ENABLED_PROFILING 1
  1236. | #define HAVE_DIRENT_H 1
  1237. | #define STDC_HEADERS 1
  1238. | #define HAVE_SYS_WAIT_H 1
  1239. | #define HAVE_FCNTL_H 1
  1240. | #define HAVE_FENV_H 1
  1241. | #define HAVE_FLOAT_H 1
  1242. | /* end confdefs.h.  */
  1243. | #include <stdio.h>
  1244. | #ifdef HAVE_SYS_TYPES_H
  1245. | # include <sys/types.h>
  1246. | #endif
  1247. | #ifdef HAVE_SYS_STAT_H
  1248. | # include <sys/stat.h>
  1249. | #endif
  1250. | #ifdef STDC_HEADERS
  1251. | # include <stdlib.h>
  1252. | # include <stddef.h>
  1253. | #else
  1254. | # ifdef HAVE_STDLIB_H
  1255. | #  include <stdlib.h>
  1256. | # endif
  1257. | #endif
  1258. | #ifdef HAVE_STRING_H
  1259. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1260. | #  include <memory.h>
  1261. | # endif
  1262. | # include <string.h>
  1263. | #endif
  1264. | #ifdef HAVE_STRINGS_H
  1265. | # include <strings.h>
  1266. | #endif
  1267. | #ifdef HAVE_INTTYPES_H
  1268. | # include <inttypes.h>
  1269. | #endif
  1270. | #ifdef HAVE_STDINT_H
  1271. | # include <stdint.h>
  1272. | #endif
  1273. | #ifdef HAVE_UNISTD_H
  1274. | # include <unistd.h>
  1275. | #endif
  1276. | #include <fpu_control.h>
  1277. configure:21590: result: no
  1278. configure:21594: checking fpu_control.h presence
  1279. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  1280. conftest.c:78:25: error: fpu_control.h: No such file or directory
  1281. configure:21616: $? = 1
  1282. configure: failed program was:
  1283. | /* confdefs.h.  */
  1284. | #define PACKAGE_NAME "MySQL Server"
  1285. | #define PACKAGE_TARNAME "mysql"
  1286. | #define PACKAGE_VERSION "5.1.57"
  1287. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  1288. | #define PACKAGE_BUGREPORT ""
  1289. | #define PACKAGE "mysql"
  1290. | #define VERSION "5.1.57"
  1291. | #define STDC_HEADERS 1
  1292. | #define HAVE_SYS_TYPES_H 1
  1293. | #define HAVE_SYS_STAT_H 1
  1294. | #define HAVE_STDLIB_H 1
  1295. | #define HAVE_STRING_H 1
  1296. | #define HAVE_MEMORY_H 1
  1297. | #define HAVE_STRINGS_H 1
  1298. | #define HAVE_INTTYPES_H 1
  1299. | #define HAVE_STDINT_H 1
  1300. | #define HAVE_UNISTD_H 1
  1301. | #define HAVE_DLFCN_H 1
  1302. | #define LT_OBJDIR ".libs/"
  1303. | #define DEFINE_ALL_CHARACTER_SETS 1
  1304. | #define HAVE_CHARSET_latin1 1
  1305. | #define HAVE_CHARSET_latin1 1
  1306. | #define HAVE_CHARSET_utf8 1
  1307. | #define USE_MB 1
  1308. | #define USE_MB_IDENT 1
  1309. | #define HAVE_CHARSET_big5 1
  1310. | #define USE_MB 1
  1311. | #define USE_MB_IDENT 1
  1312. | #define HAVE_CHARSET_cp1250 1
  1313. | #define HAVE_CHARSET_cp932 1
  1314. | #define USE_MB 1
  1315. | #define USE_MB_IDENT 1
  1316. | #define HAVE_CHARSET_eucjpms 1
  1317. | #define USE_MB 1
  1318. | #define USE_MB_IDENT 1
  1319. | #define HAVE_CHARSET_euckr 1
  1320. | #define USE_MB 1
  1321. | #define USE_MB_IDENT 1
  1322. | #define HAVE_CHARSET_gb2312 1
  1323. | #define USE_MB 1
  1324. | #define USE_MB_IDENT 1
  1325. | #define HAVE_CHARSET_gbk 1
  1326. | #define USE_MB 1
  1327. | #define USE_MB_IDENT 1
  1328. | #define HAVE_CHARSET_latin1 1
  1329. | #define HAVE_CHARSET_latin2 1
  1330. | #define HAVE_CHARSET_sjis 1
  1331. | #define USE_MB 1
  1332. | #define USE_MB_IDENT 1
  1333. | #define HAVE_CHARSET_tis620 1
  1334. | #define HAVE_CHARSET_ucs2 1
  1335. | #define USE_MB 1
  1336. | #define USE_MB_IDENT 1
  1337. | #define HAVE_CHARSET_ujis 1
  1338. | #define USE_MB 1
  1339. | #define USE_MB_IDENT 1
  1340. | #define HAVE_CHARSET_utf8 1
  1341. | #define USE_MB 1
  1342. | #define USE_MB_IDENT 1
  1343. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  1344. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  1345. | #define HAVE_UCA_COLLATIONS 1
  1346. | #define PROTOCOL_VERSION 10
  1347. | #define DOT_FRM_VERSION 6
  1348. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  1349. | #define MACHINE_TYPE "i386"
  1350. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  1351. | #define COMMUNITY_SERVER 1
  1352. | #define ENABLED_PROFILING 1
  1353. | #define HAVE_DIRENT_H 1
  1354. | #define STDC_HEADERS 1
  1355. | #define HAVE_SYS_WAIT_H 1
  1356. | #define HAVE_FCNTL_H 1
  1357. | #define HAVE_FENV_H 1
  1358. | #define HAVE_FLOAT_H 1
  1359. | /* end confdefs.h.  */
  1360. | #include <fpu_control.h>
  1361. configure:21630: result: no
  1362. configure:21658: checking for fpu_control.h
  1363. configure:21667: result: no
  1364. configure:21552: checking ieeefp.h usability
  1365. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  1366. conftest.c:111:20: error: ieeefp.h: No such file or directory
  1367. configure:21576: $? = 1
  1368. configure: failed program was:
  1369. | /* confdefs.h.  */
  1370. | #define PACKAGE_NAME "MySQL Server"
  1371. | #define PACKAGE_TARNAME "mysql"
  1372. | #define PACKAGE_VERSION "5.1.57"
  1373. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  1374. | #define PACKAGE_BUGREPORT ""
  1375. | #define PACKAGE "mysql"
  1376. | #define VERSION "5.1.57"
  1377. | #define STDC_HEADERS 1
  1378. | #define HAVE_SYS_TYPES_H 1
  1379. | #define HAVE_SYS_STAT_H 1
  1380. | #define HAVE_STDLIB_H 1
  1381. | #define HAVE_STRING_H 1
  1382. | #define HAVE_MEMORY_H 1
  1383. | #define HAVE_STRINGS_H 1
  1384. | #define HAVE_INTTYPES_H 1
  1385. | #define HAVE_STDINT_H 1
  1386. | #define HAVE_UNISTD_H 1
  1387. | #define HAVE_DLFCN_H 1
  1388. | #define LT_OBJDIR ".libs/"
  1389. | #define DEFINE_ALL_CHARACTER_SETS 1
  1390. | #define HAVE_CHARSET_latin1 1
  1391. | #define HAVE_CHARSET_latin1 1
  1392. | #define HAVE_CHARSET_utf8 1
  1393. | #define USE_MB 1
  1394. | #define USE_MB_IDENT 1
  1395. | #define HAVE_CHARSET_big5 1
  1396. | #define USE_MB 1
  1397. | #define USE_MB_IDENT 1
  1398. | #define HAVE_CHARSET_cp1250 1
  1399. | #define HAVE_CHARSET_cp932 1
  1400. | #define USE_MB 1
  1401. | #define USE_MB_IDENT 1
  1402. | #define HAVE_CHARSET_eucjpms 1
  1403. | #define USE_MB 1
  1404. | #define USE_MB_IDENT 1
  1405. | #define HAVE_CHARSET_euckr 1
  1406. | #define USE_MB 1
  1407. | #define USE_MB_IDENT 1
  1408. | #define HAVE_CHARSET_gb2312 1
  1409. | #define USE_MB 1
  1410. | #define USE_MB_IDENT 1
  1411. | #define HAVE_CHARSET_gbk 1
  1412. | #define USE_MB 1
  1413. | #define USE_MB_IDENT 1
  1414. | #define HAVE_CHARSET_latin1 1
  1415. | #define HAVE_CHARSET_latin2 1
  1416. | #define HAVE_CHARSET_sjis 1
  1417. | #define USE_MB 1
  1418. | #define USE_MB_IDENT 1
  1419. | #define HAVE_CHARSET_tis620 1
  1420. | #define HAVE_CHARSET_ucs2 1
  1421. | #define USE_MB 1
  1422. | #define USE_MB_IDENT 1
  1423. | #define HAVE_CHARSET_ujis 1
  1424. | #define USE_MB 1
  1425. | #define USE_MB_IDENT 1
  1426. | #define HAVE_CHARSET_utf8 1
  1427. | #define USE_MB 1
  1428. | #define USE_MB_IDENT 1
  1429. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  1430. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  1431. | #define HAVE_UCA_COLLATIONS 1
  1432. | #define PROTOCOL_VERSION 10
  1433. | #define DOT_FRM_VERSION 6
  1434. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  1435. | #define MACHINE_TYPE "i386"
  1436. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  1437. | #define COMMUNITY_SERVER 1
  1438. | #define ENABLED_PROFILING 1
  1439. | #define HAVE_DIRENT_H 1
  1440. | #define STDC_HEADERS 1
  1441. | #define HAVE_SYS_WAIT_H 1
  1442. | #define HAVE_FCNTL_H 1
  1443. | #define HAVE_FENV_H 1
  1444. | #define HAVE_FLOAT_H 1
  1445. | /* end confdefs.h.  */
  1446. | #include <stdio.h>
  1447. | #ifdef HAVE_SYS_TYPES_H
  1448. | # include <sys/types.h>
  1449. | #endif
  1450. | #ifdef HAVE_SYS_STAT_H
  1451. | # include <sys/stat.h>
  1452. | #endif
  1453. | #ifdef STDC_HEADERS
  1454. | # include <stdlib.h>
  1455. | # include <stddef.h>
  1456. | #else
  1457. | # ifdef HAVE_STDLIB_H
  1458. | #  include <stdlib.h>
  1459. | # endif
  1460. | #endif
  1461. | #ifdef HAVE_STRING_H
  1462. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1463. | #  include <memory.h>
  1464. | # endif
  1465. | # include <string.h>
  1466. | #endif
  1467. | #ifdef HAVE_STRINGS_H
  1468. | # include <strings.h>
  1469. | #endif
  1470. | #ifdef HAVE_INTTYPES_H
  1471. | # include <inttypes.h>
  1472. | #endif
  1473. | #ifdef HAVE_STDINT_H
  1474. | # include <stdint.h>
  1475. | #endif
  1476. | #ifdef HAVE_UNISTD_H
  1477. | # include <unistd.h>
  1478. | #endif
  1479. | #include <ieeefp.h>
  1480. configure:21590: result: no
  1481. configure:21594: checking ieeefp.h presence
  1482. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  1483. conftest.c:78:20: error: ieeefp.h: No such file or directory
  1484. configure:21616: $? = 1
  1485. configure: failed program was:
  1486. | /* confdefs.h.  */
  1487. | #define PACKAGE_NAME "MySQL Server"
  1488. | #define PACKAGE_TARNAME "mysql"
  1489. | #define PACKAGE_VERSION "5.1.57"
  1490. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  1491. | #define PACKAGE_BUGREPORT ""
  1492. | #define PACKAGE "mysql"
  1493. | #define VERSION "5.1.57"
  1494. | #define STDC_HEADERS 1
  1495. | #define HAVE_SYS_TYPES_H 1
  1496. | #define HAVE_SYS_STAT_H 1
  1497. | #define HAVE_STDLIB_H 1
  1498. | #define HAVE_STRING_H 1
  1499. | #define HAVE_MEMORY_H 1
  1500. | #define HAVE_STRINGS_H 1
  1501. | #define HAVE_INTTYPES_H 1
  1502. | #define HAVE_STDINT_H 1
  1503. | #define HAVE_UNISTD_H 1
  1504. | #define HAVE_DLFCN_H 1
  1505. | #define LT_OBJDIR ".libs/"
  1506. | #define DEFINE_ALL_CHARACTER_SETS 1
  1507. | #define HAVE_CHARSET_latin1 1
  1508. | #define HAVE_CHARSET_latin1 1
  1509. | #define HAVE_CHARSET_utf8 1
  1510. | #define USE_MB 1
  1511. | #define USE_MB_IDENT 1
  1512. | #define HAVE_CHARSET_big5 1
  1513. | #define USE_MB 1
  1514. | #define USE_MB_IDENT 1
  1515. | #define HAVE_CHARSET_cp1250 1
  1516. | #define HAVE_CHARSET_cp932 1
  1517. | #define USE_MB 1
  1518. | #define USE_MB_IDENT 1
  1519. | #define HAVE_CHARSET_eucjpms 1
  1520. | #define USE_MB 1
  1521. | #define USE_MB_IDENT 1
  1522. | #define HAVE_CHARSET_euckr 1
  1523. | #define USE_MB 1
  1524. | #define USE_MB_IDENT 1
  1525. | #define HAVE_CHARSET_gb2312 1
  1526. | #define USE_MB 1
  1527. | #define USE_MB_IDENT 1
  1528. | #define HAVE_CHARSET_gbk 1
  1529. | #define USE_MB 1
  1530. | #define USE_MB_IDENT 1
  1531. | #define HAVE_CHARSET_latin1 1
  1532. | #define HAVE_CHARSET_latin2 1
  1533. | #define HAVE_CHARSET_sjis 1
  1534. | #define USE_MB 1
  1535. | #define USE_MB_IDENT 1
  1536. | #define HAVE_CHARSET_tis620 1
  1537. | #define HAVE_CHARSET_ucs2 1
  1538. | #define USE_MB 1
  1539. | #define USE_MB_IDENT 1
  1540. | #define HAVE_CHARSET_ujis 1
  1541. | #define USE_MB 1
  1542. | #define USE_MB_IDENT 1
  1543. | #define HAVE_CHARSET_utf8 1
  1544. | #define USE_MB 1
  1545. | #define USE_MB_IDENT 1
  1546. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  1547. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  1548. | #define HAVE_UCA_COLLATIONS 1
  1549. | #define PROTOCOL_VERSION 10
  1550. | #define DOT_FRM_VERSION 6
  1551. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  1552. | #define MACHINE_TYPE "i386"
  1553. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  1554. | #define COMMUNITY_SERVER 1
  1555. | #define ENABLED_PROFILING 1
  1556. | #define HAVE_DIRENT_H 1
  1557. | #define STDC_HEADERS 1
  1558. | #define HAVE_SYS_WAIT_H 1
  1559. | #define HAVE_FCNTL_H 1
  1560. | #define HAVE_FENV_H 1
  1561. | #define HAVE_FLOAT_H 1
  1562. | /* end confdefs.h.  */
  1563. | #include <ieeefp.h>
  1564. configure:21630: result: no
  1565. configure:21658: checking for ieeefp.h
  1566. configure:21667: result: no
  1567. configure:21552: checking limits.h usability
  1568. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  1569. configure:21576: $? = 0
  1570. configure:21590: result: yes
  1571. configure:21594: checking limits.h presence
  1572. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  1573. configure:21616: $? = 0
  1574. configure:21630: result: yes
  1575. configure:21658: checking for limits.h
  1576. configure:21667: result: yes
  1577. configure:21541: checking for memory.h
  1578. configure:21548: result: yes
  1579. configure:21552: checking pwd.h usability
  1580. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  1581. configure:21576: $? = 0
  1582. configure:21590: result: yes
  1583. configure:21594: checking pwd.h presence
  1584. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  1585. configure:21616: $? = 0
  1586. configure:21630: result: yes
  1587. configure:21658: checking for pwd.h
  1588. configure:21667: result: yes
  1589. configure:21552: checking select.h usability
  1590. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  1591. conftest.c:114:20: error: select.h: No such file or directory
  1592. configure:21576: $? = 1
  1593. configure: failed program was:
  1594. | /* confdefs.h.  */
  1595. | #define PACKAGE_NAME "MySQL Server"
  1596. | #define PACKAGE_TARNAME "mysql"
  1597. | #define PACKAGE_VERSION "5.1.57"
  1598. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  1599. | #define PACKAGE_BUGREPORT ""
  1600. | #define PACKAGE "mysql"
  1601. | #define VERSION "5.1.57"
  1602. | #define STDC_HEADERS 1
  1603. | #define HAVE_SYS_TYPES_H 1
  1604. | #define HAVE_SYS_STAT_H 1
  1605. | #define HAVE_STDLIB_H 1
  1606. | #define HAVE_STRING_H 1
  1607. | #define HAVE_MEMORY_H 1
  1608. | #define HAVE_STRINGS_H 1
  1609. | #define HAVE_INTTYPES_H 1
  1610. | #define HAVE_STDINT_H 1
  1611. | #define HAVE_UNISTD_H 1
  1612. | #define HAVE_DLFCN_H 1
  1613. | #define LT_OBJDIR ".libs/"
  1614. | #define DEFINE_ALL_CHARACTER_SETS 1
  1615. | #define HAVE_CHARSET_latin1 1
  1616. | #define HAVE_CHARSET_latin1 1
  1617. | #define HAVE_CHARSET_utf8 1
  1618. | #define USE_MB 1
  1619. | #define USE_MB_IDENT 1
  1620. | #define HAVE_CHARSET_big5 1
  1621. | #define USE_MB 1
  1622. | #define USE_MB_IDENT 1
  1623. | #define HAVE_CHARSET_cp1250 1
  1624. | #define HAVE_CHARSET_cp932 1
  1625. | #define USE_MB 1
  1626. | #define USE_MB_IDENT 1
  1627. | #define HAVE_CHARSET_eucjpms 1
  1628. | #define USE_MB 1
  1629. | #define USE_MB_IDENT 1
  1630. | #define HAVE_CHARSET_euckr 1
  1631. | #define USE_MB 1
  1632. | #define USE_MB_IDENT 1
  1633. | #define HAVE_CHARSET_gb2312 1
  1634. | #define USE_MB 1
  1635. | #define USE_MB_IDENT 1
  1636. | #define HAVE_CHARSET_gbk 1
  1637. | #define USE_MB 1
  1638. | #define USE_MB_IDENT 1
  1639. | #define HAVE_CHARSET_latin1 1
  1640. | #define HAVE_CHARSET_latin2 1
  1641. | #define HAVE_CHARSET_sjis 1
  1642. | #define USE_MB 1
  1643. | #define USE_MB_IDENT 1
  1644. | #define HAVE_CHARSET_tis620 1
  1645. | #define HAVE_CHARSET_ucs2 1
  1646. | #define USE_MB 1
  1647. | #define USE_MB_IDENT 1
  1648. | #define HAVE_CHARSET_ujis 1
  1649. | #define USE_MB 1
  1650. | #define USE_MB_IDENT 1
  1651. | #define HAVE_CHARSET_utf8 1
  1652. | #define USE_MB 1
  1653. | #define USE_MB_IDENT 1
  1654. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  1655. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  1656. | #define HAVE_UCA_COLLATIONS 1
  1657. | #define PROTOCOL_VERSION 10
  1658. | #define DOT_FRM_VERSION 6
  1659. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  1660. | #define MACHINE_TYPE "i386"
  1661. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  1662. | #define COMMUNITY_SERVER 1
  1663. | #define ENABLED_PROFILING 1
  1664. | #define HAVE_DIRENT_H 1
  1665. | #define STDC_HEADERS 1
  1666. | #define HAVE_SYS_WAIT_H 1
  1667. | #define HAVE_FCNTL_H 1
  1668. | #define HAVE_FENV_H 1
  1669. | #define HAVE_FLOAT_H 1
  1670. | #define HAVE_LIMITS_H 1
  1671. | #define HAVE_MEMORY_H 1
  1672. | #define HAVE_PWD_H 1
  1673. | /* end confdefs.h.  */
  1674. | #include <stdio.h>
  1675. | #ifdef HAVE_SYS_TYPES_H
  1676. | # include <sys/types.h>
  1677. | #endif
  1678. | #ifdef HAVE_SYS_STAT_H
  1679. | # include <sys/stat.h>
  1680. | #endif
  1681. | #ifdef STDC_HEADERS
  1682. | # include <stdlib.h>
  1683. | # include <stddef.h>
  1684. | #else
  1685. | # ifdef HAVE_STDLIB_H
  1686. | #  include <stdlib.h>
  1687. | # endif
  1688. | #endif
  1689. | #ifdef HAVE_STRING_H
  1690. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1691. | #  include <memory.h>
  1692. | # endif
  1693. | # include <string.h>
  1694. | #endif
  1695. | #ifdef HAVE_STRINGS_H
  1696. | # include <strings.h>
  1697. | #endif
  1698. | #ifdef HAVE_INTTYPES_H
  1699. | # include <inttypes.h>
  1700. | #endif
  1701. | #ifdef HAVE_STDINT_H
  1702. | # include <stdint.h>
  1703. | #endif
  1704. | #ifdef HAVE_UNISTD_H
  1705. | # include <unistd.h>
  1706. | #endif
  1707. | #include <select.h>
  1708. configure:21590: result: no
  1709. configure:21594: checking select.h presence
  1710. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  1711. conftest.c:81:20: error: select.h: No such file or directory
  1712. configure:21616: $? = 1
  1713. configure: failed program was:
  1714. | /* confdefs.h.  */
  1715. | #define PACKAGE_NAME "MySQL Server"
  1716. | #define PACKAGE_TARNAME "mysql"
  1717. | #define PACKAGE_VERSION "5.1.57"
  1718. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  1719. | #define PACKAGE_BUGREPORT ""
  1720. | #define PACKAGE "mysql"
  1721. | #define VERSION "5.1.57"
  1722. | #define STDC_HEADERS 1
  1723. | #define HAVE_SYS_TYPES_H 1
  1724. | #define HAVE_SYS_STAT_H 1
  1725. | #define HAVE_STDLIB_H 1
  1726. | #define HAVE_STRING_H 1
  1727. | #define HAVE_MEMORY_H 1
  1728. | #define HAVE_STRINGS_H 1
  1729. | #define HAVE_INTTYPES_H 1
  1730. | #define HAVE_STDINT_H 1
  1731. | #define HAVE_UNISTD_H 1
  1732. | #define HAVE_DLFCN_H 1
  1733. | #define LT_OBJDIR ".libs/"
  1734. | #define DEFINE_ALL_CHARACTER_SETS 1
  1735. | #define HAVE_CHARSET_latin1 1
  1736. | #define HAVE_CHARSET_latin1 1
  1737. | #define HAVE_CHARSET_utf8 1
  1738. | #define USE_MB 1
  1739. | #define USE_MB_IDENT 1
  1740. | #define HAVE_CHARSET_big5 1
  1741. | #define USE_MB 1
  1742. | #define USE_MB_IDENT 1
  1743. | #define HAVE_CHARSET_cp1250 1
  1744. | #define HAVE_CHARSET_cp932 1
  1745. | #define USE_MB 1
  1746. | #define USE_MB_IDENT 1
  1747. | #define HAVE_CHARSET_eucjpms 1
  1748. | #define USE_MB 1
  1749. | #define USE_MB_IDENT 1
  1750. | #define HAVE_CHARSET_euckr 1
  1751. | #define USE_MB 1
  1752. | #define USE_MB_IDENT 1
  1753. | #define HAVE_CHARSET_gb2312 1
  1754. | #define USE_MB 1
  1755. | #define USE_MB_IDENT 1
  1756. | #define HAVE_CHARSET_gbk 1
  1757. | #define USE_MB 1
  1758. | #define USE_MB_IDENT 1
  1759. | #define HAVE_CHARSET_latin1 1
  1760. | #define HAVE_CHARSET_latin2 1
  1761. | #define HAVE_CHARSET_sjis 1
  1762. | #define USE_MB 1
  1763. | #define USE_MB_IDENT 1
  1764. | #define HAVE_CHARSET_tis620 1
  1765. | #define HAVE_CHARSET_ucs2 1
  1766. | #define USE_MB 1
  1767. | #define USE_MB_IDENT 1
  1768. | #define HAVE_CHARSET_ujis 1
  1769. | #define USE_MB 1
  1770. | #define USE_MB_IDENT 1
  1771. | #define HAVE_CHARSET_utf8 1
  1772. | #define USE_MB 1
  1773. | #define USE_MB_IDENT 1
  1774. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  1775. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  1776. | #define HAVE_UCA_COLLATIONS 1
  1777. | #define PROTOCOL_VERSION 10
  1778. | #define DOT_FRM_VERSION 6
  1779. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  1780. | #define MACHINE_TYPE "i386"
  1781. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  1782. | #define COMMUNITY_SERVER 1
  1783. | #define ENABLED_PROFILING 1
  1784. | #define HAVE_DIRENT_H 1
  1785. | #define STDC_HEADERS 1
  1786. | #define HAVE_SYS_WAIT_H 1
  1787. | #define HAVE_FCNTL_H 1
  1788. | #define HAVE_FENV_H 1
  1789. | #define HAVE_FLOAT_H 1
  1790. | #define HAVE_LIMITS_H 1
  1791. | #define HAVE_MEMORY_H 1
  1792. | #define HAVE_PWD_H 1
  1793. | /* end confdefs.h.  */
  1794. | #include <select.h>
  1795. configure:21630: result: no
  1796. configure:21658: checking for select.h
  1797. configure:21667: result: no
  1798. configure:21541: checking for stdlib.h
  1799. configure:21548: result: yes
  1800. configure:21552: checking stddef.h usability
  1801. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  1802. configure:21576: $? = 0
  1803. configure:21590: result: yes
  1804. configure:21594: checking stddef.h presence
  1805. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  1806. configure:21616: $? = 0
  1807. configure:21630: result: yes
  1808. configure:21658: checking for stddef.h
  1809. configure:21667: result: yes
  1810. configure:21541: checking for strings.h
  1811. configure:21548: result: yes
  1812. configure:21541: checking for string.h
  1813. configure:21548: result: yes
  1814. configure:21552: checking synch.h usability
  1815. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  1816. conftest.c:118:19: error: synch.h: No such file or directory
  1817. configure:21576: $? = 1
  1818. configure: failed program was:
  1819. | /* confdefs.h.  */
  1820. | #define PACKAGE_NAME "MySQL Server"
  1821. | #define PACKAGE_TARNAME "mysql"
  1822. | #define PACKAGE_VERSION "5.1.57"
  1823. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  1824. | #define PACKAGE_BUGREPORT ""
  1825. | #define PACKAGE "mysql"
  1826. | #define VERSION "5.1.57"
  1827. | #define STDC_HEADERS 1
  1828. | #define HAVE_SYS_TYPES_H 1
  1829. | #define HAVE_SYS_STAT_H 1
  1830. | #define HAVE_STDLIB_H 1
  1831. | #define HAVE_STRING_H 1
  1832. | #define HAVE_MEMORY_H 1
  1833. | #define HAVE_STRINGS_H 1
  1834. | #define HAVE_INTTYPES_H 1
  1835. | #define HAVE_STDINT_H 1
  1836. | #define HAVE_UNISTD_H 1
  1837. | #define HAVE_DLFCN_H 1
  1838. | #define LT_OBJDIR ".libs/"
  1839. | #define DEFINE_ALL_CHARACTER_SETS 1
  1840. | #define HAVE_CHARSET_latin1 1
  1841. | #define HAVE_CHARSET_latin1 1
  1842. | #define HAVE_CHARSET_utf8 1
  1843. | #define USE_MB 1
  1844. | #define USE_MB_IDENT 1
  1845. | #define HAVE_CHARSET_big5 1
  1846. | #define USE_MB 1
  1847. | #define USE_MB_IDENT 1
  1848. | #define HAVE_CHARSET_cp1250 1
  1849. | #define HAVE_CHARSET_cp932 1
  1850. | #define USE_MB 1
  1851. | #define USE_MB_IDENT 1
  1852. | #define HAVE_CHARSET_eucjpms 1
  1853. | #define USE_MB 1
  1854. | #define USE_MB_IDENT 1
  1855. | #define HAVE_CHARSET_euckr 1
  1856. | #define USE_MB 1
  1857. | #define USE_MB_IDENT 1
  1858. | #define HAVE_CHARSET_gb2312 1
  1859. | #define USE_MB 1
  1860. | #define USE_MB_IDENT 1
  1861. | #define HAVE_CHARSET_gbk 1
  1862. | #define USE_MB 1
  1863. | #define USE_MB_IDENT 1
  1864. | #define HAVE_CHARSET_latin1 1
  1865. | #define HAVE_CHARSET_latin2 1
  1866. | #define HAVE_CHARSET_sjis 1
  1867. | #define USE_MB 1
  1868. | #define USE_MB_IDENT 1
  1869. | #define HAVE_CHARSET_tis620 1
  1870. | #define HAVE_CHARSET_ucs2 1
  1871. | #define USE_MB 1
  1872. | #define USE_MB_IDENT 1
  1873. | #define HAVE_CHARSET_ujis 1
  1874. | #define USE_MB 1
  1875. | #define USE_MB_IDENT 1
  1876. | #define HAVE_CHARSET_utf8 1
  1877. | #define USE_MB 1
  1878. | #define USE_MB_IDENT 1
  1879. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  1880. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  1881. | #define HAVE_UCA_COLLATIONS 1
  1882. | #define PROTOCOL_VERSION 10
  1883. | #define DOT_FRM_VERSION 6
  1884. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  1885. | #define MACHINE_TYPE "i386"
  1886. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  1887. | #define COMMUNITY_SERVER 1
  1888. | #define ENABLED_PROFILING 1
  1889. | #define HAVE_DIRENT_H 1
  1890. | #define STDC_HEADERS 1
  1891. | #define HAVE_SYS_WAIT_H 1
  1892. | #define HAVE_FCNTL_H 1
  1893. | #define HAVE_FENV_H 1
  1894. | #define HAVE_FLOAT_H 1
  1895. | #define HAVE_LIMITS_H 1
  1896. | #define HAVE_MEMORY_H 1
  1897. | #define HAVE_PWD_H 1
  1898. | #define HAVE_STDLIB_H 1
  1899. | #define HAVE_STDDEF_H 1
  1900. | #define HAVE_STRINGS_H 1
  1901. | #define HAVE_STRING_H 1
  1902. | /* end confdefs.h.  */
  1903. | #include <stdio.h>
  1904. | #ifdef HAVE_SYS_TYPES_H
  1905. | # include <sys/types.h>
  1906. | #endif
  1907. | #ifdef HAVE_SYS_STAT_H
  1908. | # include <sys/stat.h>
  1909. | #endif
  1910. | #ifdef STDC_HEADERS
  1911. | # include <stdlib.h>
  1912. | # include <stddef.h>
  1913. | #else
  1914. | # ifdef HAVE_STDLIB_H
  1915. | #  include <stdlib.h>
  1916. | # endif
  1917. | #endif
  1918. | #ifdef HAVE_STRING_H
  1919. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1920. | #  include <memory.h>
  1921. | # endif
  1922. | # include <string.h>
  1923. | #endif
  1924. | #ifdef HAVE_STRINGS_H
  1925. | # include <strings.h>
  1926. | #endif
  1927. | #ifdef HAVE_INTTYPES_H
  1928. | # include <inttypes.h>
  1929. | #endif
  1930. | #ifdef HAVE_STDINT_H
  1931. | # include <stdint.h>
  1932. | #endif
  1933. | #ifdef HAVE_UNISTD_H
  1934. | # include <unistd.h>
  1935. | #endif
  1936. | #include <synch.h>
  1937. configure:21590: result: no
  1938. configure:21594: checking synch.h presence
  1939. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  1940. conftest.c:85:19: error: synch.h: No such file or directory
  1941. configure:21616: $? = 1
  1942. configure: failed program was:
  1943. | /* confdefs.h.  */
  1944. | #define PACKAGE_NAME "MySQL Server"
  1945. | #define PACKAGE_TARNAME "mysql"
  1946. | #define PACKAGE_VERSION "5.1.57"
  1947. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  1948. | #define PACKAGE_BUGREPORT ""
  1949. | #define PACKAGE "mysql"
  1950. | #define VERSION "5.1.57"
  1951. | #define STDC_HEADERS 1
  1952. | #define HAVE_SYS_TYPES_H 1
  1953. | #define HAVE_SYS_STAT_H 1
  1954. | #define HAVE_STDLIB_H 1
  1955. | #define HAVE_STRING_H 1
  1956. | #define HAVE_MEMORY_H 1
  1957. | #define HAVE_STRINGS_H 1
  1958. | #define HAVE_INTTYPES_H 1
  1959. | #define HAVE_STDINT_H 1
  1960. | #define HAVE_UNISTD_H 1
  1961. | #define HAVE_DLFCN_H 1
  1962. | #define LT_OBJDIR ".libs/"
  1963. | #define DEFINE_ALL_CHARACTER_SETS 1
  1964. | #define HAVE_CHARSET_latin1 1
  1965. | #define HAVE_CHARSET_latin1 1
  1966. | #define HAVE_CHARSET_utf8 1
  1967. | #define USE_MB 1
  1968. | #define USE_MB_IDENT 1
  1969. | #define HAVE_CHARSET_big5 1
  1970. | #define USE_MB 1
  1971. | #define USE_MB_IDENT 1
  1972. | #define HAVE_CHARSET_cp1250 1
  1973. | #define HAVE_CHARSET_cp932 1
  1974. | #define USE_MB 1
  1975. | #define USE_MB_IDENT 1
  1976. | #define HAVE_CHARSET_eucjpms 1
  1977. | #define USE_MB 1
  1978. | #define USE_MB_IDENT 1
  1979. | #define HAVE_CHARSET_euckr 1
  1980. | #define USE_MB 1
  1981. | #define USE_MB_IDENT 1
  1982. | #define HAVE_CHARSET_gb2312 1
  1983. | #define USE_MB 1
  1984. | #define USE_MB_IDENT 1
  1985. | #define HAVE_CHARSET_gbk 1
  1986. | #define USE_MB 1
  1987. | #define USE_MB_IDENT 1
  1988. | #define HAVE_CHARSET_latin1 1
  1989. | #define HAVE_CHARSET_latin2 1
  1990. | #define HAVE_CHARSET_sjis 1
  1991. | #define USE_MB 1
  1992. | #define USE_MB_IDENT 1
  1993. | #define HAVE_CHARSET_tis620 1
  1994. | #define HAVE_CHARSET_ucs2 1
  1995. | #define USE_MB 1
  1996. | #define USE_MB_IDENT 1
  1997. | #define HAVE_CHARSET_ujis 1
  1998. | #define USE_MB 1
  1999. | #define USE_MB_IDENT 1
  2000. | #define HAVE_CHARSET_utf8 1
  2001. | #define USE_MB 1
  2002. | #define USE_MB_IDENT 1
  2003. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  2004. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  2005. | #define HAVE_UCA_COLLATIONS 1
  2006. | #define PROTOCOL_VERSION 10
  2007. | #define DOT_FRM_VERSION 6
  2008. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  2009. | #define MACHINE_TYPE "i386"
  2010. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  2011. | #define COMMUNITY_SERVER 1
  2012. | #define ENABLED_PROFILING 1
  2013. | #define HAVE_DIRENT_H 1
  2014. | #define STDC_HEADERS 1
  2015. | #define HAVE_SYS_WAIT_H 1
  2016. | #define HAVE_FCNTL_H 1
  2017. | #define HAVE_FENV_H 1
  2018. | #define HAVE_FLOAT_H 1
  2019. | #define HAVE_LIMITS_H 1
  2020. | #define HAVE_MEMORY_H 1
  2021. | #define HAVE_PWD_H 1
  2022. | #define HAVE_STDLIB_H 1
  2023. | #define HAVE_STDDEF_H 1
  2024. | #define HAVE_STRINGS_H 1
  2025. | #define HAVE_STRING_H 1
  2026. | /* end confdefs.h.  */
  2027. | #include <synch.h>
  2028. configure:21630: result: no
  2029. configure:21658: checking for synch.h
  2030. configure:21667: result: no
  2031. configure:21552: checking sys/mman.h usability
  2032. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2033. configure:21576: $? = 0
  2034. configure:21590: result: yes
  2035. configure:21594: checking sys/mman.h presence
  2036. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2037. configure:21616: $? = 0
  2038. configure:21630: result: yes
  2039. configure:21658: checking for sys/mman.h
  2040. configure:21667: result: yes
  2041. configure:21552: checking sys/socket.h usability
  2042. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2043. configure:21576: $? = 0
  2044. configure:21590: result: yes
  2045. configure:21594: checking sys/socket.h presence
  2046. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2047. configure:21616: $? = 0
  2048. configure:21630: result: yes
  2049. configure:21658: checking for sys/socket.h
  2050. configure:21667: result: yes
  2051. configure:21552: checking netinet/in.h usability
  2052. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2053. configure:21576: $? = 0
  2054. configure:21590: result: yes
  2055. configure:21594: checking netinet/in.h presence
  2056. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2057. configure:21616: $? = 0
  2058. configure:21630: result: yes
  2059. configure:21658: checking for netinet/in.h
  2060. configure:21667: result: yes
  2061. configure:21552: checking arpa/inet.h usability
  2062. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2063. configure:21576: $? = 0
  2064. configure:21590: result: yes
  2065. configure:21594: checking arpa/inet.h presence
  2066. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2067. configure:21616: $? = 0
  2068. configure:21630: result: yes
  2069. configure:21658: checking for arpa/inet.h
  2070. configure:21667: result: yes
  2071. configure:21552: checking sys/timeb.h usability
  2072. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2073. configure:21576: $? = 0
  2074. configure:21590: result: yes
  2075. configure:21594: checking sys/timeb.h presence
  2076. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2077. configure:21616: $? = 0
  2078. configure:21630: result: yes
  2079. configure:21658: checking for sys/timeb.h
  2080. configure:21667: result: yes
  2081. configure:21541: checking for sys/types.h
  2082. configure:21548: result: yes
  2083. configure:21552: checking sys/un.h usability
  2084. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2085. configure:21576: $? = 0
  2086. configure:21590: result: yes
  2087. configure:21594: checking sys/un.h presence
  2088. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2089. configure:21616: $? = 0
  2090. configure:21630: result: yes
  2091. configure:21658: checking for sys/un.h
  2092. configure:21667: result: yes
  2093. configure:21552: checking sys/vadvise.h usability
  2094. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2095. configure:21576: $? = 0
  2096. configure:21590: result: yes
  2097. configure:21594: checking sys/vadvise.h presence
  2098. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2099. configure:21616: $? = 0
  2100. configure:21630: result: yes
  2101. configure:21658: checking for sys/vadvise.h
  2102. configure:21667: result: yes
  2103. configure:21541: checking for sys/wait.h
  2104. configure:21548: result: yes
  2105. configure:21552: checking term.h usability
  2106. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2107. configure:21576: $? = 0
  2108. configure:21590: result: yes
  2109. configure:21594: checking term.h presence
  2110. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2111. configure:21616: $? = 0
  2112. configure:21630: result: yes
  2113. configure:21658: checking for term.h
  2114. configure:21667: result: yes
  2115. configure:21541: checking for unistd.h
  2116. configure:21548: result: yes
  2117. configure:21552: checking utime.h usability
  2118. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2119. configure:21576: $? = 0
  2120. configure:21590: result: yes
  2121. configure:21594: checking utime.h presence
  2122. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2123. configure:21616: $? = 0
  2124. configure:21630: result: yes
  2125. configure:21658: checking for utime.h
  2126. configure:21667: result: yes
  2127. configure:21552: checking sys/utime.h usability
  2128. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2129. conftest.c:130:23: error: sys/utime.h: No such file or directory
  2130. configure:21576: $? = 1
  2131. configure: failed program was:
  2132. | /* confdefs.h.  */
  2133. | #define PACKAGE_NAME "MySQL Server"
  2134. | #define PACKAGE_TARNAME "mysql"
  2135. | #define PACKAGE_VERSION "5.1.57"
  2136. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  2137. | #define PACKAGE_BUGREPORT ""
  2138. | #define PACKAGE "mysql"
  2139. | #define VERSION "5.1.57"
  2140. | #define STDC_HEADERS 1
  2141. | #define HAVE_SYS_TYPES_H 1
  2142. | #define HAVE_SYS_STAT_H 1
  2143. | #define HAVE_STDLIB_H 1
  2144. | #define HAVE_STRING_H 1
  2145. | #define HAVE_MEMORY_H 1
  2146. | #define HAVE_STRINGS_H 1
  2147. | #define HAVE_INTTYPES_H 1
  2148. | #define HAVE_STDINT_H 1
  2149. | #define HAVE_UNISTD_H 1
  2150. | #define HAVE_DLFCN_H 1
  2151. | #define LT_OBJDIR ".libs/"
  2152. | #define DEFINE_ALL_CHARACTER_SETS 1
  2153. | #define HAVE_CHARSET_latin1 1
  2154. | #define HAVE_CHARSET_latin1 1
  2155. | #define HAVE_CHARSET_utf8 1
  2156. | #define USE_MB 1
  2157. | #define USE_MB_IDENT 1
  2158. | #define HAVE_CHARSET_big5 1
  2159. | #define USE_MB 1
  2160. | #define USE_MB_IDENT 1
  2161. | #define HAVE_CHARSET_cp1250 1
  2162. | #define HAVE_CHARSET_cp932 1
  2163. | #define USE_MB 1
  2164. | #define USE_MB_IDENT 1
  2165. | #define HAVE_CHARSET_eucjpms 1
  2166. | #define USE_MB 1
  2167. | #define USE_MB_IDENT 1
  2168. | #define HAVE_CHARSET_euckr 1
  2169. | #define USE_MB 1
  2170. | #define USE_MB_IDENT 1
  2171. | #define HAVE_CHARSET_gb2312 1
  2172. | #define USE_MB 1
  2173. | #define USE_MB_IDENT 1
  2174. | #define HAVE_CHARSET_gbk 1
  2175. | #define USE_MB 1
  2176. | #define USE_MB_IDENT 1
  2177. | #define HAVE_CHARSET_latin1 1
  2178. | #define HAVE_CHARSET_latin2 1
  2179. | #define HAVE_CHARSET_sjis 1
  2180. | #define USE_MB 1
  2181. | #define USE_MB_IDENT 1
  2182. | #define HAVE_CHARSET_tis620 1
  2183. | #define HAVE_CHARSET_ucs2 1
  2184. | #define USE_MB 1
  2185. | #define USE_MB_IDENT 1
  2186. | #define HAVE_CHARSET_ujis 1
  2187. | #define USE_MB 1
  2188. | #define USE_MB_IDENT 1
  2189. | #define HAVE_CHARSET_utf8 1
  2190. | #define USE_MB 1
  2191. | #define USE_MB_IDENT 1
  2192. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  2193. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  2194. | #define HAVE_UCA_COLLATIONS 1
  2195. | #define PROTOCOL_VERSION 10
  2196. | #define DOT_FRM_VERSION 6
  2197. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  2198. | #define MACHINE_TYPE "i386"
  2199. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  2200. | #define COMMUNITY_SERVER 1
  2201. | #define ENABLED_PROFILING 1
  2202. | #define HAVE_DIRENT_H 1
  2203. | #define STDC_HEADERS 1
  2204. | #define HAVE_SYS_WAIT_H 1
  2205. | #define HAVE_FCNTL_H 1
  2206. | #define HAVE_FENV_H 1
  2207. | #define HAVE_FLOAT_H 1
  2208. | #define HAVE_LIMITS_H 1
  2209. | #define HAVE_MEMORY_H 1
  2210. | #define HAVE_PWD_H 1
  2211. | #define HAVE_STDLIB_H 1
  2212. | #define HAVE_STDDEF_H 1
  2213. | #define HAVE_STRINGS_H 1
  2214. | #define HAVE_STRING_H 1
  2215. | #define HAVE_SYS_MMAN_H 1
  2216. | #define HAVE_SYS_SOCKET_H 1
  2217. | #define HAVE_NETINET_IN_H 1
  2218. | #define HAVE_ARPA_INET_H 1
  2219. | #define HAVE_SYS_TIMEB_H 1
  2220. | #define HAVE_SYS_TYPES_H 1
  2221. | #define HAVE_SYS_UN_H 1
  2222. | #define HAVE_SYS_VADVISE_H 1
  2223. | #define HAVE_SYS_WAIT_H 1
  2224. | #define HAVE_TERM_H 1
  2225. | #define HAVE_UNISTD_H 1
  2226. | #define HAVE_UTIME_H 1
  2227. | /* end confdefs.h.  */
  2228. | #include <stdio.h>
  2229. | #ifdef HAVE_SYS_TYPES_H
  2230. | # include <sys/types.h>
  2231. | #endif
  2232. | #ifdef HAVE_SYS_STAT_H
  2233. | # include <sys/stat.h>
  2234. | #endif
  2235. | #ifdef STDC_HEADERS
  2236. | # include <stdlib.h>
  2237. | # include <stddef.h>
  2238. | #else
  2239. | # ifdef HAVE_STDLIB_H
  2240. | #  include <stdlib.h>
  2241. | # endif
  2242. | #endif
  2243. | #ifdef HAVE_STRING_H
  2244. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2245. | #  include <memory.h>
  2246. | # endif
  2247. | # include <string.h>
  2248. | #endif
  2249. | #ifdef HAVE_STRINGS_H
  2250. | # include <strings.h>
  2251. | #endif
  2252. | #ifdef HAVE_INTTYPES_H
  2253. | # include <inttypes.h>
  2254. | #endif
  2255. | #ifdef HAVE_STDINT_H
  2256. | # include <stdint.h>
  2257. | #endif
  2258. | #ifdef HAVE_UNISTD_H
  2259. | # include <unistd.h>
  2260. | #endif
  2261. | #include <sys/utime.h>
  2262. configure:21590: result: no
  2263. configure:21594: checking sys/utime.h presence
  2264. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2265. conftest.c:97:23: error: sys/utime.h: No such file or directory
  2266. configure:21616: $? = 1
  2267. configure: failed program was:
  2268. | /* confdefs.h.  */
  2269. | #define PACKAGE_NAME "MySQL Server"
  2270. | #define PACKAGE_TARNAME "mysql"
  2271. | #define PACKAGE_VERSION "5.1.57"
  2272. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  2273. | #define PACKAGE_BUGREPORT ""
  2274. | #define PACKAGE "mysql"
  2275. | #define VERSION "5.1.57"
  2276. | #define STDC_HEADERS 1
  2277. | #define HAVE_SYS_TYPES_H 1
  2278. | #define HAVE_SYS_STAT_H 1
  2279. | #define HAVE_STDLIB_H 1
  2280. | #define HAVE_STRING_H 1
  2281. | #define HAVE_MEMORY_H 1
  2282. | #define HAVE_STRINGS_H 1
  2283. | #define HAVE_INTTYPES_H 1
  2284. | #define HAVE_STDINT_H 1
  2285. | #define HAVE_UNISTD_H 1
  2286. | #define HAVE_DLFCN_H 1
  2287. | #define LT_OBJDIR ".libs/"
  2288. | #define DEFINE_ALL_CHARACTER_SETS 1
  2289. | #define HAVE_CHARSET_latin1 1
  2290. | #define HAVE_CHARSET_latin1 1
  2291. | #define HAVE_CHARSET_utf8 1
  2292. | #define USE_MB 1
  2293. | #define USE_MB_IDENT 1
  2294. | #define HAVE_CHARSET_big5 1
  2295. | #define USE_MB 1
  2296. | #define USE_MB_IDENT 1
  2297. | #define HAVE_CHARSET_cp1250 1
  2298. | #define HAVE_CHARSET_cp932 1
  2299. | #define USE_MB 1
  2300. | #define USE_MB_IDENT 1
  2301. | #define HAVE_CHARSET_eucjpms 1
  2302. | #define USE_MB 1
  2303. | #define USE_MB_IDENT 1
  2304. | #define HAVE_CHARSET_euckr 1
  2305. | #define USE_MB 1
  2306. | #define USE_MB_IDENT 1
  2307. | #define HAVE_CHARSET_gb2312 1
  2308. | #define USE_MB 1
  2309. | #define USE_MB_IDENT 1
  2310. | #define HAVE_CHARSET_gbk 1
  2311. | #define USE_MB 1
  2312. | #define USE_MB_IDENT 1
  2313. | #define HAVE_CHARSET_latin1 1
  2314. | #define HAVE_CHARSET_latin2 1
  2315. | #define HAVE_CHARSET_sjis 1
  2316. | #define USE_MB 1
  2317. | #define USE_MB_IDENT 1
  2318. | #define HAVE_CHARSET_tis620 1
  2319. | #define HAVE_CHARSET_ucs2 1
  2320. | #define USE_MB 1
  2321. | #define USE_MB_IDENT 1
  2322. | #define HAVE_CHARSET_ujis 1
  2323. | #define USE_MB 1
  2324. | #define USE_MB_IDENT 1
  2325. | #define HAVE_CHARSET_utf8 1
  2326. | #define USE_MB 1
  2327. | #define USE_MB_IDENT 1
  2328. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  2329. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  2330. | #define HAVE_UCA_COLLATIONS 1
  2331. | #define PROTOCOL_VERSION 10
  2332. | #define DOT_FRM_VERSION 6
  2333. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  2334. | #define MACHINE_TYPE "i386"
  2335. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  2336. | #define COMMUNITY_SERVER 1
  2337. | #define ENABLED_PROFILING 1
  2338. | #define HAVE_DIRENT_H 1
  2339. | #define STDC_HEADERS 1
  2340. | #define HAVE_SYS_WAIT_H 1
  2341. | #define HAVE_FCNTL_H 1
  2342. | #define HAVE_FENV_H 1
  2343. | #define HAVE_FLOAT_H 1
  2344. | #define HAVE_LIMITS_H 1
  2345. | #define HAVE_MEMORY_H 1
  2346. | #define HAVE_PWD_H 1
  2347. | #define HAVE_STDLIB_H 1
  2348. | #define HAVE_STDDEF_H 1
  2349. | #define HAVE_STRINGS_H 1
  2350. | #define HAVE_STRING_H 1
  2351. | #define HAVE_SYS_MMAN_H 1
  2352. | #define HAVE_SYS_SOCKET_H 1
  2353. | #define HAVE_NETINET_IN_H 1
  2354. | #define HAVE_ARPA_INET_H 1
  2355. | #define HAVE_SYS_TIMEB_H 1
  2356. | #define HAVE_SYS_TYPES_H 1
  2357. | #define HAVE_SYS_UN_H 1
  2358. | #define HAVE_SYS_VADVISE_H 1
  2359. | #define HAVE_SYS_WAIT_H 1
  2360. | #define HAVE_TERM_H 1
  2361. | #define HAVE_UNISTD_H 1
  2362. | #define HAVE_UTIME_H 1
  2363. | /* end confdefs.h.  */
  2364. | #include <sys/utime.h>
  2365. configure:21630: result: no
  2366. configure:21658: checking for sys/utime.h
  2367. configure:21667: result: no
  2368. configure:21552: checking termio.h usability
  2369. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2370. conftest.c:130:20: error: termio.h: No such file or directory
  2371. configure:21576: $? = 1
  2372. configure: failed program was:
  2373. | /* confdefs.h.  */
  2374. | #define PACKAGE_NAME "MySQL Server"
  2375. | #define PACKAGE_TARNAME "mysql"
  2376. | #define PACKAGE_VERSION "5.1.57"
  2377. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  2378. | #define PACKAGE_BUGREPORT ""
  2379. | #define PACKAGE "mysql"
  2380. | #define VERSION "5.1.57"
  2381. | #define STDC_HEADERS 1
  2382. | #define HAVE_SYS_TYPES_H 1
  2383. | #define HAVE_SYS_STAT_H 1
  2384. | #define HAVE_STDLIB_H 1
  2385. | #define HAVE_STRING_H 1
  2386. | #define HAVE_MEMORY_H 1
  2387. | #define HAVE_STRINGS_H 1
  2388. | #define HAVE_INTTYPES_H 1
  2389. | #define HAVE_STDINT_H 1
  2390. | #define HAVE_UNISTD_H 1
  2391. | #define HAVE_DLFCN_H 1
  2392. | #define LT_OBJDIR ".libs/"
  2393. | #define DEFINE_ALL_CHARACTER_SETS 1
  2394. | #define HAVE_CHARSET_latin1 1
  2395. | #define HAVE_CHARSET_latin1 1
  2396. | #define HAVE_CHARSET_utf8 1
  2397. | #define USE_MB 1
  2398. | #define USE_MB_IDENT 1
  2399. | #define HAVE_CHARSET_big5 1
  2400. | #define USE_MB 1
  2401. | #define USE_MB_IDENT 1
  2402. | #define HAVE_CHARSET_cp1250 1
  2403. | #define HAVE_CHARSET_cp932 1
  2404. | #define USE_MB 1
  2405. | #define USE_MB_IDENT 1
  2406. | #define HAVE_CHARSET_eucjpms 1
  2407. | #define USE_MB 1
  2408. | #define USE_MB_IDENT 1
  2409. | #define HAVE_CHARSET_euckr 1
  2410. | #define USE_MB 1
  2411. | #define USE_MB_IDENT 1
  2412. | #define HAVE_CHARSET_gb2312 1
  2413. | #define USE_MB 1
  2414. | #define USE_MB_IDENT 1
  2415. | #define HAVE_CHARSET_gbk 1
  2416. | #define USE_MB 1
  2417. | #define USE_MB_IDENT 1
  2418. | #define HAVE_CHARSET_latin1 1
  2419. | #define HAVE_CHARSET_latin2 1
  2420. | #define HAVE_CHARSET_sjis 1
  2421. | #define USE_MB 1
  2422. | #define USE_MB_IDENT 1
  2423. | #define HAVE_CHARSET_tis620 1
  2424. | #define HAVE_CHARSET_ucs2 1
  2425. | #define USE_MB 1
  2426. | #define USE_MB_IDENT 1
  2427. | #define HAVE_CHARSET_ujis 1
  2428. | #define USE_MB 1
  2429. | #define USE_MB_IDENT 1
  2430. | #define HAVE_CHARSET_utf8 1
  2431. | #define USE_MB 1
  2432. | #define USE_MB_IDENT 1
  2433. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  2434. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  2435. | #define HAVE_UCA_COLLATIONS 1
  2436. | #define PROTOCOL_VERSION 10
  2437. | #define DOT_FRM_VERSION 6
  2438. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  2439. | #define MACHINE_TYPE "i386"
  2440. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  2441. | #define COMMUNITY_SERVER 1
  2442. | #define ENABLED_PROFILING 1
  2443. | #define HAVE_DIRENT_H 1
  2444. | #define STDC_HEADERS 1
  2445. | #define HAVE_SYS_WAIT_H 1
  2446. | #define HAVE_FCNTL_H 1
  2447. | #define HAVE_FENV_H 1
  2448. | #define HAVE_FLOAT_H 1
  2449. | #define HAVE_LIMITS_H 1
  2450. | #define HAVE_MEMORY_H 1
  2451. | #define HAVE_PWD_H 1
  2452. | #define HAVE_STDLIB_H 1
  2453. | #define HAVE_STDDEF_H 1
  2454. | #define HAVE_STRINGS_H 1
  2455. | #define HAVE_STRING_H 1
  2456. | #define HAVE_SYS_MMAN_H 1
  2457. | #define HAVE_SYS_SOCKET_H 1
  2458. | #define HAVE_NETINET_IN_H 1
  2459. | #define HAVE_ARPA_INET_H 1
  2460. | #define HAVE_SYS_TIMEB_H 1
  2461. | #define HAVE_SYS_TYPES_H 1
  2462. | #define HAVE_SYS_UN_H 1
  2463. | #define HAVE_SYS_VADVISE_H 1
  2464. | #define HAVE_SYS_WAIT_H 1
  2465. | #define HAVE_TERM_H 1
  2466. | #define HAVE_UNISTD_H 1
  2467. | #define HAVE_UTIME_H 1
  2468. | /* end confdefs.h.  */
  2469. | #include <stdio.h>
  2470. | #ifdef HAVE_SYS_TYPES_H
  2471. | # include <sys/types.h>
  2472. | #endif
  2473. | #ifdef HAVE_SYS_STAT_H
  2474. | # include <sys/stat.h>
  2475. | #endif
  2476. | #ifdef STDC_HEADERS
  2477. | # include <stdlib.h>
  2478. | # include <stddef.h>
  2479. | #else
  2480. | # ifdef HAVE_STDLIB_H
  2481. | #  include <stdlib.h>
  2482. | # endif
  2483. | #endif
  2484. | #ifdef HAVE_STRING_H
  2485. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2486. | #  include <memory.h>
  2487. | # endif
  2488. | # include <string.h>
  2489. | #endif
  2490. | #ifdef HAVE_STRINGS_H
  2491. | # include <strings.h>
  2492. | #endif
  2493. | #ifdef HAVE_INTTYPES_H
  2494. | # include <inttypes.h>
  2495. | #endif
  2496. | #ifdef HAVE_STDINT_H
  2497. | # include <stdint.h>
  2498. | #endif
  2499. | #ifdef HAVE_UNISTD_H
  2500. | # include <unistd.h>
  2501. | #endif
  2502. | #include <termio.h>
  2503. configure:21590: result: no
  2504. configure:21594: checking termio.h presence
  2505. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2506. conftest.c:97:20: error: termio.h: No such file or directory
  2507. configure:21616: $? = 1
  2508. configure: failed program was:
  2509. | /* confdefs.h.  */
  2510. | #define PACKAGE_NAME "MySQL Server"
  2511. | #define PACKAGE_TARNAME "mysql"
  2512. | #define PACKAGE_VERSION "5.1.57"
  2513. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  2514. | #define PACKAGE_BUGREPORT ""
  2515. | #define PACKAGE "mysql"
  2516. | #define VERSION "5.1.57"
  2517. | #define STDC_HEADERS 1
  2518. | #define HAVE_SYS_TYPES_H 1
  2519. | #define HAVE_SYS_STAT_H 1
  2520. | #define HAVE_STDLIB_H 1
  2521. | #define HAVE_STRING_H 1
  2522. | #define HAVE_MEMORY_H 1
  2523. | #define HAVE_STRINGS_H 1
  2524. | #define HAVE_INTTYPES_H 1
  2525. | #define HAVE_STDINT_H 1
  2526. | #define HAVE_UNISTD_H 1
  2527. | #define HAVE_DLFCN_H 1
  2528. | #define LT_OBJDIR ".libs/"
  2529. | #define DEFINE_ALL_CHARACTER_SETS 1
  2530. | #define HAVE_CHARSET_latin1 1
  2531. | #define HAVE_CHARSET_latin1 1
  2532. | #define HAVE_CHARSET_utf8 1
  2533. | #define USE_MB 1
  2534. | #define USE_MB_IDENT 1
  2535. | #define HAVE_CHARSET_big5 1
  2536. | #define USE_MB 1
  2537. | #define USE_MB_IDENT 1
  2538. | #define HAVE_CHARSET_cp1250 1
  2539. | #define HAVE_CHARSET_cp932 1
  2540. | #define USE_MB 1
  2541. | #define USE_MB_IDENT 1
  2542. | #define HAVE_CHARSET_eucjpms 1
  2543. | #define USE_MB 1
  2544. | #define USE_MB_IDENT 1
  2545. | #define HAVE_CHARSET_euckr 1
  2546. | #define USE_MB 1
  2547. | #define USE_MB_IDENT 1
  2548. | #define HAVE_CHARSET_gb2312 1
  2549. | #define USE_MB 1
  2550. | #define USE_MB_IDENT 1
  2551. | #define HAVE_CHARSET_gbk 1
  2552. | #define USE_MB 1
  2553. | #define USE_MB_IDENT 1
  2554. | #define HAVE_CHARSET_latin1 1
  2555. | #define HAVE_CHARSET_latin2 1
  2556. | #define HAVE_CHARSET_sjis 1
  2557. | #define USE_MB 1
  2558. | #define USE_MB_IDENT 1
  2559. | #define HAVE_CHARSET_tis620 1
  2560. | #define HAVE_CHARSET_ucs2 1
  2561. | #define USE_MB 1
  2562. | #define USE_MB_IDENT 1
  2563. | #define HAVE_CHARSET_ujis 1
  2564. | #define USE_MB 1
  2565. | #define USE_MB_IDENT 1
  2566. | #define HAVE_CHARSET_utf8 1
  2567. | #define USE_MB 1
  2568. | #define USE_MB_IDENT 1
  2569. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  2570. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  2571. | #define HAVE_UCA_COLLATIONS 1
  2572. | #define PROTOCOL_VERSION 10
  2573. | #define DOT_FRM_VERSION 6
  2574. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  2575. | #define MACHINE_TYPE "i386"
  2576. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  2577. | #define COMMUNITY_SERVER 1
  2578. | #define ENABLED_PROFILING 1
  2579. | #define HAVE_DIRENT_H 1
  2580. | #define STDC_HEADERS 1
  2581. | #define HAVE_SYS_WAIT_H 1
  2582. | #define HAVE_FCNTL_H 1
  2583. | #define HAVE_FENV_H 1
  2584. | #define HAVE_FLOAT_H 1
  2585. | #define HAVE_LIMITS_H 1
  2586. | #define HAVE_MEMORY_H 1
  2587. | #define HAVE_PWD_H 1
  2588. | #define HAVE_STDLIB_H 1
  2589. | #define HAVE_STDDEF_H 1
  2590. | #define HAVE_STRINGS_H 1
  2591. | #define HAVE_STRING_H 1
  2592. | #define HAVE_SYS_MMAN_H 1
  2593. | #define HAVE_SYS_SOCKET_H 1
  2594. | #define HAVE_NETINET_IN_H 1
  2595. | #define HAVE_ARPA_INET_H 1
  2596. | #define HAVE_SYS_TIMEB_H 1
  2597. | #define HAVE_SYS_TYPES_H 1
  2598. | #define HAVE_SYS_UN_H 1
  2599. | #define HAVE_SYS_VADVISE_H 1
  2600. | #define HAVE_SYS_WAIT_H 1
  2601. | #define HAVE_TERM_H 1
  2602. | #define HAVE_UNISTD_H 1
  2603. | #define HAVE_UTIME_H 1
  2604. | /* end confdefs.h.  */
  2605. | #include <termio.h>
  2606. configure:21630: result: no
  2607. configure:21658: checking for termio.h
  2608. configure:21667: result: no
  2609. configure:21552: checking termios.h usability
  2610. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2611. configure:21576: $? = 0
  2612. configure:21590: result: yes
  2613. configure:21594: checking termios.h presence
  2614. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2615. configure:21616: $? = 0
  2616. configure:21630: result: yes
  2617. configure:21658: checking for termios.h
  2618. configure:21667: result: yes
  2619. configure:21552: checking sched.h usability
  2620. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2621. configure:21576: $? = 0
  2622. configure:21590: result: yes
  2623. configure:21594: checking sched.h presence
  2624. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2625. configure:21616: $? = 0
  2626. configure:21630: result: yes
  2627. configure:21658: checking for sched.h
  2628. configure:21667: result: yes
  2629. configure:21552: checking crypt.h usability
  2630. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2631. conftest.c:132:19: error: crypt.h: No such file or directory
  2632. configure:21576: $? = 1
  2633. configure: failed program was:
  2634. | /* confdefs.h.  */
  2635. | #define PACKAGE_NAME "MySQL Server"
  2636. | #define PACKAGE_TARNAME "mysql"
  2637. | #define PACKAGE_VERSION "5.1.57"
  2638. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  2639. | #define PACKAGE_BUGREPORT ""
  2640. | #define PACKAGE "mysql"
  2641. | #define VERSION "5.1.57"
  2642. | #define STDC_HEADERS 1
  2643. | #define HAVE_SYS_TYPES_H 1
  2644. | #define HAVE_SYS_STAT_H 1
  2645. | #define HAVE_STDLIB_H 1
  2646. | #define HAVE_STRING_H 1
  2647. | #define HAVE_MEMORY_H 1
  2648. | #define HAVE_STRINGS_H 1
  2649. | #define HAVE_INTTYPES_H 1
  2650. | #define HAVE_STDINT_H 1
  2651. | #define HAVE_UNISTD_H 1
  2652. | #define HAVE_DLFCN_H 1
  2653. | #define LT_OBJDIR ".libs/"
  2654. | #define DEFINE_ALL_CHARACTER_SETS 1
  2655. | #define HAVE_CHARSET_latin1 1
  2656. | #define HAVE_CHARSET_latin1 1
  2657. | #define HAVE_CHARSET_utf8 1
  2658. | #define USE_MB 1
  2659. | #define USE_MB_IDENT 1
  2660. | #define HAVE_CHARSET_big5 1
  2661. | #define USE_MB 1
  2662. | #define USE_MB_IDENT 1
  2663. | #define HAVE_CHARSET_cp1250 1
  2664. | #define HAVE_CHARSET_cp932 1
  2665. | #define USE_MB 1
  2666. | #define USE_MB_IDENT 1
  2667. | #define HAVE_CHARSET_eucjpms 1
  2668. | #define USE_MB 1
  2669. | #define USE_MB_IDENT 1
  2670. | #define HAVE_CHARSET_euckr 1
  2671. | #define USE_MB 1
  2672. | #define USE_MB_IDENT 1
  2673. | #define HAVE_CHARSET_gb2312 1
  2674. | #define USE_MB 1
  2675. | #define USE_MB_IDENT 1
  2676. | #define HAVE_CHARSET_gbk 1
  2677. | #define USE_MB 1
  2678. | #define USE_MB_IDENT 1
  2679. | #define HAVE_CHARSET_latin1 1
  2680. | #define HAVE_CHARSET_latin2 1
  2681. | #define HAVE_CHARSET_sjis 1
  2682. | #define USE_MB 1
  2683. | #define USE_MB_IDENT 1
  2684. | #define HAVE_CHARSET_tis620 1
  2685. | #define HAVE_CHARSET_ucs2 1
  2686. | #define USE_MB 1
  2687. | #define USE_MB_IDENT 1
  2688. | #define HAVE_CHARSET_ujis 1
  2689. | #define USE_MB 1
  2690. | #define USE_MB_IDENT 1
  2691. | #define HAVE_CHARSET_utf8 1
  2692. | #define USE_MB 1
  2693. | #define USE_MB_IDENT 1
  2694. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  2695. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  2696. | #define HAVE_UCA_COLLATIONS 1
  2697. | #define PROTOCOL_VERSION 10
  2698. | #define DOT_FRM_VERSION 6
  2699. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  2700. | #define MACHINE_TYPE "i386"
  2701. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  2702. | #define COMMUNITY_SERVER 1
  2703. | #define ENABLED_PROFILING 1
  2704. | #define HAVE_DIRENT_H 1
  2705. | #define STDC_HEADERS 1
  2706. | #define HAVE_SYS_WAIT_H 1
  2707. | #define HAVE_FCNTL_H 1
  2708. | #define HAVE_FENV_H 1
  2709. | #define HAVE_FLOAT_H 1
  2710. | #define HAVE_LIMITS_H 1
  2711. | #define HAVE_MEMORY_H 1
  2712. | #define HAVE_PWD_H 1
  2713. | #define HAVE_STDLIB_H 1
  2714. | #define HAVE_STDDEF_H 1
  2715. | #define HAVE_STRINGS_H 1
  2716. | #define HAVE_STRING_H 1
  2717. | #define HAVE_SYS_MMAN_H 1
  2718. | #define HAVE_SYS_SOCKET_H 1
  2719. | #define HAVE_NETINET_IN_H 1
  2720. | #define HAVE_ARPA_INET_H 1
  2721. | #define HAVE_SYS_TIMEB_H 1
  2722. | #define HAVE_SYS_TYPES_H 1
  2723. | #define HAVE_SYS_UN_H 1
  2724. | #define HAVE_SYS_VADVISE_H 1
  2725. | #define HAVE_SYS_WAIT_H 1
  2726. | #define HAVE_TERM_H 1
  2727. | #define HAVE_UNISTD_H 1
  2728. | #define HAVE_UTIME_H 1
  2729. | #define HAVE_TERMIOS_H 1
  2730. | #define HAVE_SCHED_H 1
  2731. | /* end confdefs.h.  */
  2732. | #include <stdio.h>
  2733. | #ifdef HAVE_SYS_TYPES_H
  2734. | # include <sys/types.h>
  2735. | #endif
  2736. | #ifdef HAVE_SYS_STAT_H
  2737. | # include <sys/stat.h>
  2738. | #endif
  2739. | #ifdef STDC_HEADERS
  2740. | # include <stdlib.h>
  2741. | # include <stddef.h>
  2742. | #else
  2743. | # ifdef HAVE_STDLIB_H
  2744. | #  include <stdlib.h>
  2745. | # endif
  2746. | #endif
  2747. | #ifdef HAVE_STRING_H
  2748. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2749. | #  include <memory.h>
  2750. | # endif
  2751. | # include <string.h>
  2752. | #endif
  2753. | #ifdef HAVE_STRINGS_H
  2754. | # include <strings.h>
  2755. | #endif
  2756. | #ifdef HAVE_INTTYPES_H
  2757. | # include <inttypes.h>
  2758. | #endif
  2759. | #ifdef HAVE_STDINT_H
  2760. | # include <stdint.h>
  2761. | #endif
  2762. | #ifdef HAVE_UNISTD_H
  2763. | # include <unistd.h>
  2764. | #endif
  2765. | #include <crypt.h>
  2766. configure:21590: result: no
  2767. configure:21594: checking crypt.h presence
  2768. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2769. conftest.c:99:19: error: crypt.h: No such file or directory
  2770. configure:21616: $? = 1
  2771. configure: failed program was:
  2772. | /* confdefs.h.  */
  2773. | #define PACKAGE_NAME "MySQL Server"
  2774. | #define PACKAGE_TARNAME "mysql"
  2775. | #define PACKAGE_VERSION "5.1.57"
  2776. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  2777. | #define PACKAGE_BUGREPORT ""
  2778. | #define PACKAGE "mysql"
  2779. | #define VERSION "5.1.57"
  2780. | #define STDC_HEADERS 1
  2781. | #define HAVE_SYS_TYPES_H 1
  2782. | #define HAVE_SYS_STAT_H 1
  2783. | #define HAVE_STDLIB_H 1
  2784. | #define HAVE_STRING_H 1
  2785. | #define HAVE_MEMORY_H 1
  2786. | #define HAVE_STRINGS_H 1
  2787. | #define HAVE_INTTYPES_H 1
  2788. | #define HAVE_STDINT_H 1
  2789. | #define HAVE_UNISTD_H 1
  2790. | #define HAVE_DLFCN_H 1
  2791. | #define LT_OBJDIR ".libs/"
  2792. | #define DEFINE_ALL_CHARACTER_SETS 1
  2793. | #define HAVE_CHARSET_latin1 1
  2794. | #define HAVE_CHARSET_latin1 1
  2795. | #define HAVE_CHARSET_utf8 1
  2796. | #define USE_MB 1
  2797. | #define USE_MB_IDENT 1
  2798. | #define HAVE_CHARSET_big5 1
  2799. | #define USE_MB 1
  2800. | #define USE_MB_IDENT 1
  2801. | #define HAVE_CHARSET_cp1250 1
  2802. | #define HAVE_CHARSET_cp932 1
  2803. | #define USE_MB 1
  2804. | #define USE_MB_IDENT 1
  2805. | #define HAVE_CHARSET_eucjpms 1
  2806. | #define USE_MB 1
  2807. | #define USE_MB_IDENT 1
  2808. | #define HAVE_CHARSET_euckr 1
  2809. | #define USE_MB 1
  2810. | #define USE_MB_IDENT 1
  2811. | #define HAVE_CHARSET_gb2312 1
  2812. | #define USE_MB 1
  2813. | #define USE_MB_IDENT 1
  2814. | #define HAVE_CHARSET_gbk 1
  2815. | #define USE_MB 1
  2816. | #define USE_MB_IDENT 1
  2817. | #define HAVE_CHARSET_latin1 1
  2818. | #define HAVE_CHARSET_latin2 1
  2819. | #define HAVE_CHARSET_sjis 1
  2820. | #define USE_MB 1
  2821. | #define USE_MB_IDENT 1
  2822. | #define HAVE_CHARSET_tis620 1
  2823. | #define HAVE_CHARSET_ucs2 1
  2824. | #define USE_MB 1
  2825. | #define USE_MB_IDENT 1
  2826. | #define HAVE_CHARSET_ujis 1
  2827. | #define USE_MB 1
  2828. | #define USE_MB_IDENT 1
  2829. | #define HAVE_CHARSET_utf8 1
  2830. | #define USE_MB 1
  2831. | #define USE_MB_IDENT 1
  2832. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  2833. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  2834. | #define HAVE_UCA_COLLATIONS 1
  2835. | #define PROTOCOL_VERSION 10
  2836. | #define DOT_FRM_VERSION 6
  2837. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  2838. | #define MACHINE_TYPE "i386"
  2839. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  2840. | #define COMMUNITY_SERVER 1
  2841. | #define ENABLED_PROFILING 1
  2842. | #define HAVE_DIRENT_H 1
  2843. | #define STDC_HEADERS 1
  2844. | #define HAVE_SYS_WAIT_H 1
  2845. | #define HAVE_FCNTL_H 1
  2846. | #define HAVE_FENV_H 1
  2847. | #define HAVE_FLOAT_H 1
  2848. | #define HAVE_LIMITS_H 1
  2849. | #define HAVE_MEMORY_H 1
  2850. | #define HAVE_PWD_H 1
  2851. | #define HAVE_STDLIB_H 1
  2852. | #define HAVE_STDDEF_H 1
  2853. | #define HAVE_STRINGS_H 1
  2854. | #define HAVE_STRING_H 1
  2855. | #define HAVE_SYS_MMAN_H 1
  2856. | #define HAVE_SYS_SOCKET_H 1
  2857. | #define HAVE_NETINET_IN_H 1
  2858. | #define HAVE_ARPA_INET_H 1
  2859. | #define HAVE_SYS_TIMEB_H 1
  2860. | #define HAVE_SYS_TYPES_H 1
  2861. | #define HAVE_SYS_UN_H 1
  2862. | #define HAVE_SYS_VADVISE_H 1
  2863. | #define HAVE_SYS_WAIT_H 1
  2864. | #define HAVE_TERM_H 1
  2865. | #define HAVE_UNISTD_H 1
  2866. | #define HAVE_UTIME_H 1
  2867. | #define HAVE_TERMIOS_H 1
  2868. | #define HAVE_SCHED_H 1
  2869. | /* end confdefs.h.  */
  2870. | #include <crypt.h>
  2871. configure:21630: result: no
  2872. configure:21658: checking for crypt.h
  2873. configure:21667: result: no
  2874. configure:21552: checking alloca.h usability
  2875. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2876. configure:21576: $? = 0
  2877. configure:21590: result: yes
  2878. configure:21594: checking alloca.h presence
  2879. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2880. configure:21616: $? = 0
  2881. configure:21630: result: yes
  2882. configure:21658: checking for alloca.h
  2883. configure:21667: result: yes
  2884. configure:21552: checking sys/ioctl.h usability
  2885. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2886. configure:21576: $? = 0
  2887. configure:21590: result: yes
  2888. configure:21594: checking sys/ioctl.h presence
  2889. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  2890. configure:21616: $? = 0
  2891. configure:21630: result: yes
  2892. configure:21658: checking for sys/ioctl.h
  2893. configure:21667: result: yes
  2894. configure:21552: checking malloc.h usability
  2895. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  2896. conftest.c:134:20: error: malloc.h: No such file or directory
  2897. configure:21576: $? = 1
  2898. configure: failed program was:
  2899. | /* confdefs.h.  */
  2900. | #define PACKAGE_NAME "MySQL Server"
  2901. | #define PACKAGE_TARNAME "mysql"
  2902. | #define PACKAGE_VERSION "5.1.57"
  2903. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  2904. | #define PACKAGE_BUGREPORT ""
  2905. | #define PACKAGE "mysql"
  2906. | #define VERSION "5.1.57"
  2907. | #define STDC_HEADERS 1
  2908. | #define HAVE_SYS_TYPES_H 1
  2909. | #define HAVE_SYS_STAT_H 1
  2910. | #define HAVE_STDLIB_H 1
  2911. | #define HAVE_STRING_H 1
  2912. | #define HAVE_MEMORY_H 1
  2913. | #define HAVE_STRINGS_H 1
  2914. | #define HAVE_INTTYPES_H 1
  2915. | #define HAVE_STDINT_H 1
  2916. | #define HAVE_UNISTD_H 1
  2917. | #define HAVE_DLFCN_H 1
  2918. | #define LT_OBJDIR ".libs/"
  2919. | #define DEFINE_ALL_CHARACTER_SETS 1
  2920. | #define HAVE_CHARSET_latin1 1
  2921. | #define HAVE_CHARSET_latin1 1
  2922. | #define HAVE_CHARSET_utf8 1
  2923. | #define USE_MB 1
  2924. | #define USE_MB_IDENT 1
  2925. | #define HAVE_CHARSET_big5 1
  2926. | #define USE_MB 1
  2927. | #define USE_MB_IDENT 1
  2928. | #define HAVE_CHARSET_cp1250 1
  2929. | #define HAVE_CHARSET_cp932 1
  2930. | #define USE_MB 1
  2931. | #define USE_MB_IDENT 1
  2932. | #define HAVE_CHARSET_eucjpms 1
  2933. | #define USE_MB 1
  2934. | #define USE_MB_IDENT 1
  2935. | #define HAVE_CHARSET_euckr 1
  2936. | #define USE_MB 1
  2937. | #define USE_MB_IDENT 1
  2938. | #define HAVE_CHARSET_gb2312 1
  2939. | #define USE_MB 1
  2940. | #define USE_MB_IDENT 1
  2941. | #define HAVE_CHARSET_gbk 1
  2942. | #define USE_MB 1
  2943. | #define USE_MB_IDENT 1
  2944. | #define HAVE_CHARSET_latin1 1
  2945. | #define HAVE_CHARSET_latin2 1
  2946. | #define HAVE_CHARSET_sjis 1
  2947. | #define USE_MB 1
  2948. | #define USE_MB_IDENT 1
  2949. | #define HAVE_CHARSET_tis620 1
  2950. | #define HAVE_CHARSET_ucs2 1
  2951. | #define USE_MB 1
  2952. | #define USE_MB_IDENT 1
  2953. | #define HAVE_CHARSET_ujis 1
  2954. | #define USE_MB 1
  2955. | #define USE_MB_IDENT 1
  2956. | #define HAVE_CHARSET_utf8 1
  2957. | #define USE_MB 1
  2958. | #define USE_MB_IDENT 1
  2959. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  2960. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  2961. | #define HAVE_UCA_COLLATIONS 1
  2962. | #define PROTOCOL_VERSION 10
  2963. | #define DOT_FRM_VERSION 6
  2964. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  2965. | #define MACHINE_TYPE "i386"
  2966. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  2967. | #define COMMUNITY_SERVER 1
  2968. | #define ENABLED_PROFILING 1
  2969. | #define HAVE_DIRENT_H 1
  2970. | #define STDC_HEADERS 1
  2971. | #define HAVE_SYS_WAIT_H 1
  2972. | #define HAVE_FCNTL_H 1
  2973. | #define HAVE_FENV_H 1
  2974. | #define HAVE_FLOAT_H 1
  2975. | #define HAVE_LIMITS_H 1
  2976. | #define HAVE_MEMORY_H 1
  2977. | #define HAVE_PWD_H 1
  2978. | #define HAVE_STDLIB_H 1
  2979. | #define HAVE_STDDEF_H 1
  2980. | #define HAVE_STRINGS_H 1
  2981. | #define HAVE_STRING_H 1
  2982. | #define HAVE_SYS_MMAN_H 1
  2983. | #define HAVE_SYS_SOCKET_H 1
  2984. | #define HAVE_NETINET_IN_H 1
  2985. | #define HAVE_ARPA_INET_H 1
  2986. | #define HAVE_SYS_TIMEB_H 1
  2987. | #define HAVE_SYS_TYPES_H 1
  2988. | #define HAVE_SYS_UN_H 1
  2989. | #define HAVE_SYS_VADVISE_H 1
  2990. | #define HAVE_SYS_WAIT_H 1
  2991. | #define HAVE_TERM_H 1
  2992. | #define HAVE_UNISTD_H 1
  2993. | #define HAVE_UTIME_H 1
  2994. | #define HAVE_TERMIOS_H 1
  2995. | #define HAVE_SCHED_H 1
  2996. | #define HAVE_ALLOCA_H 1
  2997. | #define HAVE_SYS_IOCTL_H 1
  2998. | /* end confdefs.h.  */
  2999. | #include <stdio.h>
  3000. | #ifdef HAVE_SYS_TYPES_H
  3001. | # include <sys/types.h>
  3002. | #endif
  3003. | #ifdef HAVE_SYS_STAT_H
  3004. | # include <sys/stat.h>
  3005. | #endif
  3006. | #ifdef STDC_HEADERS
  3007. | # include <stdlib.h>
  3008. | # include <stddef.h>
  3009. | #else
  3010. | # ifdef HAVE_STDLIB_H
  3011. | #  include <stdlib.h>
  3012. | # endif
  3013. | #endif
  3014. | #ifdef HAVE_STRING_H
  3015. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3016. | #  include <memory.h>
  3017. | # endif
  3018. | # include <string.h>
  3019. | #endif
  3020. | #ifdef HAVE_STRINGS_H
  3021. | # include <strings.h>
  3022. | #endif
  3023. | #ifdef HAVE_INTTYPES_H
  3024. | # include <inttypes.h>
  3025. | #endif
  3026. | #ifdef HAVE_STDINT_H
  3027. | # include <stdint.h>
  3028. | #endif
  3029. | #ifdef HAVE_UNISTD_H
  3030. | # include <unistd.h>
  3031. | #endif
  3032. | #include <malloc.h>
  3033. configure:21590: result: no
  3034. configure:21594: checking malloc.h presence
  3035. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  3036. conftest.c:101:20: error: malloc.h: No such file or directory
  3037. configure:21616: $? = 1
  3038. configure: failed program was:
  3039. | /* confdefs.h.  */
  3040. | #define PACKAGE_NAME "MySQL Server"
  3041. | #define PACKAGE_TARNAME "mysql"
  3042. | #define PACKAGE_VERSION "5.1.57"
  3043. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  3044. | #define PACKAGE_BUGREPORT ""
  3045. | #define PACKAGE "mysql"
  3046. | #define VERSION "5.1.57"
  3047. | #define STDC_HEADERS 1
  3048. | #define HAVE_SYS_TYPES_H 1
  3049. | #define HAVE_SYS_STAT_H 1
  3050. | #define HAVE_STDLIB_H 1
  3051. | #define HAVE_STRING_H 1
  3052. | #define HAVE_MEMORY_H 1
  3053. | #define HAVE_STRINGS_H 1
  3054. | #define HAVE_INTTYPES_H 1
  3055. | #define HAVE_STDINT_H 1
  3056. | #define HAVE_UNISTD_H 1
  3057. | #define HAVE_DLFCN_H 1
  3058. | #define LT_OBJDIR ".libs/"
  3059. | #define DEFINE_ALL_CHARACTER_SETS 1
  3060. | #define HAVE_CHARSET_latin1 1
  3061. | #define HAVE_CHARSET_latin1 1
  3062. | #define HAVE_CHARSET_utf8 1
  3063. | #define USE_MB 1
  3064. | #define USE_MB_IDENT 1
  3065. | #define HAVE_CHARSET_big5 1
  3066. | #define USE_MB 1
  3067. | #define USE_MB_IDENT 1
  3068. | #define HAVE_CHARSET_cp1250 1
  3069. | #define HAVE_CHARSET_cp932 1
  3070. | #define USE_MB 1
  3071. | #define USE_MB_IDENT 1
  3072. | #define HAVE_CHARSET_eucjpms 1
  3073. | #define USE_MB 1
  3074. | #define USE_MB_IDENT 1
  3075. | #define HAVE_CHARSET_euckr 1
  3076. | #define USE_MB 1
  3077. | #define USE_MB_IDENT 1
  3078. | #define HAVE_CHARSET_gb2312 1
  3079. | #define USE_MB 1
  3080. | #define USE_MB_IDENT 1
  3081. | #define HAVE_CHARSET_gbk 1
  3082. | #define USE_MB 1
  3083. | #define USE_MB_IDENT 1
  3084. | #define HAVE_CHARSET_latin1 1
  3085. | #define HAVE_CHARSET_latin2 1
  3086. | #define HAVE_CHARSET_sjis 1
  3087. | #define USE_MB 1
  3088. | #define USE_MB_IDENT 1
  3089. | #define HAVE_CHARSET_tis620 1
  3090. | #define HAVE_CHARSET_ucs2 1
  3091. | #define USE_MB 1
  3092. | #define USE_MB_IDENT 1
  3093. | #define HAVE_CHARSET_ujis 1
  3094. | #define USE_MB 1
  3095. | #define USE_MB_IDENT 1
  3096. | #define HAVE_CHARSET_utf8 1
  3097. | #define USE_MB 1
  3098. | #define USE_MB_IDENT 1
  3099. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  3100. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  3101. | #define HAVE_UCA_COLLATIONS 1
  3102. | #define PROTOCOL_VERSION 10
  3103. | #define DOT_FRM_VERSION 6
  3104. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  3105. | #define MACHINE_TYPE "i386"
  3106. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  3107. | #define COMMUNITY_SERVER 1
  3108. | #define ENABLED_PROFILING 1
  3109. | #define HAVE_DIRENT_H 1
  3110. | #define STDC_HEADERS 1
  3111. | #define HAVE_SYS_WAIT_H 1
  3112. | #define HAVE_FCNTL_H 1
  3113. | #define HAVE_FENV_H 1
  3114. | #define HAVE_FLOAT_H 1
  3115. | #define HAVE_LIMITS_H 1
  3116. | #define HAVE_MEMORY_H 1
  3117. | #define HAVE_PWD_H 1
  3118. | #define HAVE_STDLIB_H 1
  3119. | #define HAVE_STDDEF_H 1
  3120. | #define HAVE_STRINGS_H 1
  3121. | #define HAVE_STRING_H 1
  3122. | #define HAVE_SYS_MMAN_H 1
  3123. | #define HAVE_SYS_SOCKET_H 1
  3124. | #define HAVE_NETINET_IN_H 1
  3125. | #define HAVE_ARPA_INET_H 1
  3126. | #define HAVE_SYS_TIMEB_H 1
  3127. | #define HAVE_SYS_TYPES_H 1
  3128. | #define HAVE_SYS_UN_H 1
  3129. | #define HAVE_SYS_VADVISE_H 1
  3130. | #define HAVE_SYS_WAIT_H 1
  3131. | #define HAVE_TERM_H 1
  3132. | #define HAVE_UNISTD_H 1
  3133. | #define HAVE_UTIME_H 1
  3134. | #define HAVE_TERMIOS_H 1
  3135. | #define HAVE_SCHED_H 1
  3136. | #define HAVE_ALLOCA_H 1
  3137. | #define HAVE_SYS_IOCTL_H 1
  3138. | /* end confdefs.h.  */
  3139. | #include <malloc.h>
  3140. configure:21630: result: no
  3141. configure:21658: checking for malloc.h
  3142. configure:21667: result: no
  3143. configure:21552: checking sys/malloc.h usability
  3144. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  3145. configure:21576: $? = 0
  3146. configure:21590: result: yes
  3147. configure:21594: checking sys/malloc.h presence
  3148. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  3149. configure:21616: $? = 0
  3150. configure:21630: result: yes
  3151. configure:21658: checking for sys/malloc.h
  3152. configure:21667: result: yes
  3153. configure:21552: checking sys/ipc.h usability
  3154. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  3155. configure:21576: $? = 0
  3156. configure:21590: result: yes
  3157. configure:21594: checking sys/ipc.h presence
  3158. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  3159. configure:21616: $? = 0
  3160. configure:21630: result: yes
  3161. configure:21658: checking for sys/ipc.h
  3162. configure:21667: result: yes
  3163. configure:21552: checking sys/shm.h usability
  3164. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  3165. configure:21576: $? = 0
  3166. configure:21590: result: yes
  3167. configure:21594: checking sys/shm.h presence
  3168. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  3169. configure:21616: $? = 0
  3170. configure:21630: result: yes
  3171. configure:21658: checking for sys/shm.h
  3172. configure:21667: result: yes
  3173. configure:21552: checking linux/config.h usability
  3174. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  3175. conftest.c:137:26: error: linux/config.h: No such file or directory
  3176. configure:21576: $? = 1
  3177. configure: failed program was:
  3178. | /* confdefs.h.  */
  3179. | #define PACKAGE_NAME "MySQL Server"
  3180. | #define PACKAGE_TARNAME "mysql"
  3181. | #define PACKAGE_VERSION "5.1.57"
  3182. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  3183. | #define PACKAGE_BUGREPORT ""
  3184. | #define PACKAGE "mysql"
  3185. | #define VERSION "5.1.57"
  3186. | #define STDC_HEADERS 1
  3187. | #define HAVE_SYS_TYPES_H 1
  3188. | #define HAVE_SYS_STAT_H 1
  3189. | #define HAVE_STDLIB_H 1
  3190. | #define HAVE_STRING_H 1
  3191. | #define HAVE_MEMORY_H 1
  3192. | #define HAVE_STRINGS_H 1
  3193. | #define HAVE_INTTYPES_H 1
  3194. | #define HAVE_STDINT_H 1
  3195. | #define HAVE_UNISTD_H 1
  3196. | #define HAVE_DLFCN_H 1
  3197. | #define LT_OBJDIR ".libs/"
  3198. | #define DEFINE_ALL_CHARACTER_SETS 1
  3199. | #define HAVE_CHARSET_latin1 1
  3200. | #define HAVE_CHARSET_latin1 1
  3201. | #define HAVE_CHARSET_utf8 1
  3202. | #define USE_MB 1
  3203. | #define USE_MB_IDENT 1
  3204. | #define HAVE_CHARSET_big5 1
  3205. | #define USE_MB 1
  3206. | #define USE_MB_IDENT 1
  3207. | #define HAVE_CHARSET_cp1250 1
  3208. | #define HAVE_CHARSET_cp932 1
  3209. | #define USE_MB 1
  3210. | #define USE_MB_IDENT 1
  3211. | #define HAVE_CHARSET_eucjpms 1
  3212. | #define USE_MB 1
  3213. | #define USE_MB_IDENT 1
  3214. | #define HAVE_CHARSET_euckr 1
  3215. | #define USE_MB 1
  3216. | #define USE_MB_IDENT 1
  3217. | #define HAVE_CHARSET_gb2312 1
  3218. | #define USE_MB 1
  3219. | #define USE_MB_IDENT 1
  3220. | #define HAVE_CHARSET_gbk 1
  3221. | #define USE_MB 1
  3222. | #define USE_MB_IDENT 1
  3223. | #define HAVE_CHARSET_latin1 1
  3224. | #define HAVE_CHARSET_latin2 1
  3225. | #define HAVE_CHARSET_sjis 1
  3226. | #define USE_MB 1
  3227. | #define USE_MB_IDENT 1
  3228. | #define HAVE_CHARSET_tis620 1
  3229. | #define HAVE_CHARSET_ucs2 1
  3230. | #define USE_MB 1
  3231. | #define USE_MB_IDENT 1
  3232. | #define HAVE_CHARSET_ujis 1
  3233. | #define USE_MB 1
  3234. | #define USE_MB_IDENT 1
  3235. | #define HAVE_CHARSET_utf8 1
  3236. | #define USE_MB 1
  3237. | #define USE_MB_IDENT 1
  3238. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  3239. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  3240. | #define HAVE_UCA_COLLATIONS 1
  3241. | #define PROTOCOL_VERSION 10
  3242. | #define DOT_FRM_VERSION 6
  3243. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  3244. | #define MACHINE_TYPE "i386"
  3245. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  3246. | #define COMMUNITY_SERVER 1
  3247. | #define ENABLED_PROFILING 1
  3248. | #define HAVE_DIRENT_H 1
  3249. | #define STDC_HEADERS 1
  3250. | #define HAVE_SYS_WAIT_H 1
  3251. | #define HAVE_FCNTL_H 1
  3252. | #define HAVE_FENV_H 1
  3253. | #define HAVE_FLOAT_H 1
  3254. | #define HAVE_LIMITS_H 1
  3255. | #define HAVE_MEMORY_H 1
  3256. | #define HAVE_PWD_H 1
  3257. | #define HAVE_STDLIB_H 1
  3258. | #define HAVE_STDDEF_H 1
  3259. | #define HAVE_STRINGS_H 1
  3260. | #define HAVE_STRING_H 1
  3261. | #define HAVE_SYS_MMAN_H 1
  3262. | #define HAVE_SYS_SOCKET_H 1
  3263. | #define HAVE_NETINET_IN_H 1
  3264. | #define HAVE_ARPA_INET_H 1
  3265. | #define HAVE_SYS_TIMEB_H 1
  3266. | #define HAVE_SYS_TYPES_H 1
  3267. | #define HAVE_SYS_UN_H 1
  3268. | #define HAVE_SYS_VADVISE_H 1
  3269. | #define HAVE_SYS_WAIT_H 1
  3270. | #define HAVE_TERM_H 1
  3271. | #define HAVE_UNISTD_H 1
  3272. | #define HAVE_UTIME_H 1
  3273. | #define HAVE_TERMIOS_H 1
  3274. | #define HAVE_SCHED_H 1
  3275. | #define HAVE_ALLOCA_H 1
  3276. | #define HAVE_SYS_IOCTL_H 1
  3277. | #define HAVE_SYS_MALLOC_H 1
  3278. | #define HAVE_SYS_IPC_H 1
  3279. | #define HAVE_SYS_SHM_H 1
  3280. | /* end confdefs.h.  */
  3281. | #include <stdio.h>
  3282. | #ifdef HAVE_SYS_TYPES_H
  3283. | # include <sys/types.h>
  3284. | #endif
  3285. | #ifdef HAVE_SYS_STAT_H
  3286. | # include <sys/stat.h>
  3287. | #endif
  3288. | #ifdef STDC_HEADERS
  3289. | # include <stdlib.h>
  3290. | # include <stddef.h>
  3291. | #else
  3292. | # ifdef HAVE_STDLIB_H
  3293. | #  include <stdlib.h>
  3294. | # endif
  3295. | #endif
  3296. | #ifdef HAVE_STRING_H
  3297. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3298. | #  include <memory.h>
  3299. | # endif
  3300. | # include <string.h>
  3301. | #endif
  3302. | #ifdef HAVE_STRINGS_H
  3303. | # include <strings.h>
  3304. | #endif
  3305. | #ifdef HAVE_INTTYPES_H
  3306. | # include <inttypes.h>
  3307. | #endif
  3308. | #ifdef HAVE_STDINT_H
  3309. | # include <stdint.h>
  3310. | #endif
  3311. | #ifdef HAVE_UNISTD_H
  3312. | # include <unistd.h>
  3313. | #endif
  3314. | #include <linux/config.h>
  3315. configure:21590: result: no
  3316. configure:21594: checking linux/config.h presence
  3317. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  3318. conftest.c:104:26: error: linux/config.h: No such file or directory
  3319. configure:21616: $? = 1
  3320. configure: failed program was:
  3321. | /* confdefs.h.  */
  3322. | #define PACKAGE_NAME "MySQL Server"
  3323. | #define PACKAGE_TARNAME "mysql"
  3324. | #define PACKAGE_VERSION "5.1.57"
  3325. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  3326. | #define PACKAGE_BUGREPORT ""
  3327. | #define PACKAGE "mysql"
  3328. | #define VERSION "5.1.57"
  3329. | #define STDC_HEADERS 1
  3330. | #define HAVE_SYS_TYPES_H 1
  3331. | #define HAVE_SYS_STAT_H 1
  3332. | #define HAVE_STDLIB_H 1
  3333. | #define HAVE_STRING_H 1
  3334. | #define HAVE_MEMORY_H 1
  3335. | #define HAVE_STRINGS_H 1
  3336. | #define HAVE_INTTYPES_H 1
  3337. | #define HAVE_STDINT_H 1
  3338. | #define HAVE_UNISTD_H 1
  3339. | #define HAVE_DLFCN_H 1
  3340. | #define LT_OBJDIR ".libs/"
  3341. | #define DEFINE_ALL_CHARACTER_SETS 1
  3342. | #define HAVE_CHARSET_latin1 1
  3343. | #define HAVE_CHARSET_latin1 1
  3344. | #define HAVE_CHARSET_utf8 1
  3345. | #define USE_MB 1
  3346. | #define USE_MB_IDENT 1
  3347. | #define HAVE_CHARSET_big5 1
  3348. | #define USE_MB 1
  3349. | #define USE_MB_IDENT 1
  3350. | #define HAVE_CHARSET_cp1250 1
  3351. | #define HAVE_CHARSET_cp932 1
  3352. | #define USE_MB 1
  3353. | #define USE_MB_IDENT 1
  3354. | #define HAVE_CHARSET_eucjpms 1
  3355. | #define USE_MB 1
  3356. | #define USE_MB_IDENT 1
  3357. | #define HAVE_CHARSET_euckr 1
  3358. | #define USE_MB 1
  3359. | #define USE_MB_IDENT 1
  3360. | #define HAVE_CHARSET_gb2312 1
  3361. | #define USE_MB 1
  3362. | #define USE_MB_IDENT 1
  3363. | #define HAVE_CHARSET_gbk 1
  3364. | #define USE_MB 1
  3365. | #define USE_MB_IDENT 1
  3366. | #define HAVE_CHARSET_latin1 1
  3367. | #define HAVE_CHARSET_latin2 1
  3368. | #define HAVE_CHARSET_sjis 1
  3369. | #define USE_MB 1
  3370. | #define USE_MB_IDENT 1
  3371. | #define HAVE_CHARSET_tis620 1
  3372. | #define HAVE_CHARSET_ucs2 1
  3373. | #define USE_MB 1
  3374. | #define USE_MB_IDENT 1
  3375. | #define HAVE_CHARSET_ujis 1
  3376. | #define USE_MB 1
  3377. | #define USE_MB_IDENT 1
  3378. | #define HAVE_CHARSET_utf8 1
  3379. | #define USE_MB 1
  3380. | #define USE_MB_IDENT 1
  3381. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  3382. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  3383. | #define HAVE_UCA_COLLATIONS 1
  3384. | #define PROTOCOL_VERSION 10
  3385. | #define DOT_FRM_VERSION 6
  3386. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  3387. | #define MACHINE_TYPE "i386"
  3388. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  3389. | #define COMMUNITY_SERVER 1
  3390. | #define ENABLED_PROFILING 1
  3391. | #define HAVE_DIRENT_H 1
  3392. | #define STDC_HEADERS 1
  3393. | #define HAVE_SYS_WAIT_H 1
  3394. | #define HAVE_FCNTL_H 1
  3395. | #define HAVE_FENV_H 1
  3396. | #define HAVE_FLOAT_H 1
  3397. | #define HAVE_LIMITS_H 1
  3398. | #define HAVE_MEMORY_H 1
  3399. | #define HAVE_PWD_H 1
  3400. | #define HAVE_STDLIB_H 1
  3401. | #define HAVE_STDDEF_H 1
  3402. | #define HAVE_STRINGS_H 1
  3403. | #define HAVE_STRING_H 1
  3404. | #define HAVE_SYS_MMAN_H 1
  3405. | #define HAVE_SYS_SOCKET_H 1
  3406. | #define HAVE_NETINET_IN_H 1
  3407. | #define HAVE_ARPA_INET_H 1
  3408. | #define HAVE_SYS_TIMEB_H 1
  3409. | #define HAVE_SYS_TYPES_H 1
  3410. | #define HAVE_SYS_UN_H 1
  3411. | #define HAVE_SYS_VADVISE_H 1
  3412. | #define HAVE_SYS_WAIT_H 1
  3413. | #define HAVE_TERM_H 1
  3414. | #define HAVE_UNISTD_H 1
  3415. | #define HAVE_UTIME_H 1
  3416. | #define HAVE_TERMIOS_H 1
  3417. | #define HAVE_SCHED_H 1
  3418. | #define HAVE_ALLOCA_H 1
  3419. | #define HAVE_SYS_IOCTL_H 1
  3420. | #define HAVE_SYS_MALLOC_H 1
  3421. | #define HAVE_SYS_IPC_H 1
  3422. | #define HAVE_SYS_SHM_H 1
  3423. | /* end confdefs.h.  */
  3424. | #include <linux/config.h>
  3425. configure:21630: result: no
  3426. configure:21658: checking for linux/config.h
  3427. configure:21667: result: no
  3428. configure:21552: checking sys/prctl.h usability
  3429. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  3430. conftest.c:137:23: error: sys/prctl.h: No such file or directory
  3431. configure:21576: $? = 1
  3432. configure: failed program was:
  3433. | /* confdefs.h.  */
  3434. | #define PACKAGE_NAME "MySQL Server"
  3435. | #define PACKAGE_TARNAME "mysql"
  3436. | #define PACKAGE_VERSION "5.1.57"
  3437. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  3438. | #define PACKAGE_BUGREPORT ""
  3439. | #define PACKAGE "mysql"
  3440. | #define VERSION "5.1.57"
  3441. | #define STDC_HEADERS 1
  3442. | #define HAVE_SYS_TYPES_H 1
  3443. | #define HAVE_SYS_STAT_H 1
  3444. | #define HAVE_STDLIB_H 1
  3445. | #define HAVE_STRING_H 1
  3446. | #define HAVE_MEMORY_H 1
  3447. | #define HAVE_STRINGS_H 1
  3448. | #define HAVE_INTTYPES_H 1
  3449. | #define HAVE_STDINT_H 1
  3450. | #define HAVE_UNISTD_H 1
  3451. | #define HAVE_DLFCN_H 1
  3452. | #define LT_OBJDIR ".libs/"
  3453. | #define DEFINE_ALL_CHARACTER_SETS 1
  3454. | #define HAVE_CHARSET_latin1 1
  3455. | #define HAVE_CHARSET_latin1 1
  3456. | #define HAVE_CHARSET_utf8 1
  3457. | #define USE_MB 1
  3458. | #define USE_MB_IDENT 1
  3459. | #define HAVE_CHARSET_big5 1
  3460. | #define USE_MB 1
  3461. | #define USE_MB_IDENT 1
  3462. | #define HAVE_CHARSET_cp1250 1
  3463. | #define HAVE_CHARSET_cp932 1
  3464. | #define USE_MB 1
  3465. | #define USE_MB_IDENT 1
  3466. | #define HAVE_CHARSET_eucjpms 1
  3467. | #define USE_MB 1
  3468. | #define USE_MB_IDENT 1
  3469. | #define HAVE_CHARSET_euckr 1
  3470. | #define USE_MB 1
  3471. | #define USE_MB_IDENT 1
  3472. | #define HAVE_CHARSET_gb2312 1
  3473. | #define USE_MB 1
  3474. | #define USE_MB_IDENT 1
  3475. | #define HAVE_CHARSET_gbk 1
  3476. | #define USE_MB 1
  3477. | #define USE_MB_IDENT 1
  3478. | #define HAVE_CHARSET_latin1 1
  3479. | #define HAVE_CHARSET_latin2 1
  3480. | #define HAVE_CHARSET_sjis 1
  3481. | #define USE_MB 1
  3482. | #define USE_MB_IDENT 1
  3483. | #define HAVE_CHARSET_tis620 1
  3484. | #define HAVE_CHARSET_ucs2 1
  3485. | #define USE_MB 1
  3486. | #define USE_MB_IDENT 1
  3487. | #define HAVE_CHARSET_ujis 1
  3488. | #define USE_MB 1
  3489. | #define USE_MB_IDENT 1
  3490. | #define HAVE_CHARSET_utf8 1
  3491. | #define USE_MB 1
  3492. | #define USE_MB_IDENT 1
  3493. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  3494. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  3495. | #define HAVE_UCA_COLLATIONS 1
  3496. | #define PROTOCOL_VERSION 10
  3497. | #define DOT_FRM_VERSION 6
  3498. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  3499. | #define MACHINE_TYPE "i386"
  3500. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  3501. | #define COMMUNITY_SERVER 1
  3502. | #define ENABLED_PROFILING 1
  3503. | #define HAVE_DIRENT_H 1
  3504. | #define STDC_HEADERS 1
  3505. | #define HAVE_SYS_WAIT_H 1
  3506. | #define HAVE_FCNTL_H 1
  3507. | #define HAVE_FENV_H 1
  3508. | #define HAVE_FLOAT_H 1
  3509. | #define HAVE_LIMITS_H 1
  3510. | #define HAVE_MEMORY_H 1
  3511. | #define HAVE_PWD_H 1
  3512. | #define HAVE_STDLIB_H 1
  3513. | #define HAVE_STDDEF_H 1
  3514. | #define HAVE_STRINGS_H 1
  3515. | #define HAVE_STRING_H 1
  3516. | #define HAVE_SYS_MMAN_H 1
  3517. | #define HAVE_SYS_SOCKET_H 1
  3518. | #define HAVE_NETINET_IN_H 1
  3519. | #define HAVE_ARPA_INET_H 1
  3520. | #define HAVE_SYS_TIMEB_H 1
  3521. | #define HAVE_SYS_TYPES_H 1
  3522. | #define HAVE_SYS_UN_H 1
  3523. | #define HAVE_SYS_VADVISE_H 1
  3524. | #define HAVE_SYS_WAIT_H 1
  3525. | #define HAVE_TERM_H 1
  3526. | #define HAVE_UNISTD_H 1
  3527. | #define HAVE_UTIME_H 1
  3528. | #define HAVE_TERMIOS_H 1
  3529. | #define HAVE_SCHED_H 1
  3530. | #define HAVE_ALLOCA_H 1
  3531. | #define HAVE_SYS_IOCTL_H 1
  3532. | #define HAVE_SYS_MALLOC_H 1
  3533. | #define HAVE_SYS_IPC_H 1
  3534. | #define HAVE_SYS_SHM_H 1
  3535. | /* end confdefs.h.  */
  3536. | #include <stdio.h>
  3537. | #ifdef HAVE_SYS_TYPES_H
  3538. | # include <sys/types.h>
  3539. | #endif
  3540. | #ifdef HAVE_SYS_STAT_H
  3541. | # include <sys/stat.h>
  3542. | #endif
  3543. | #ifdef STDC_HEADERS
  3544. | # include <stdlib.h>
  3545. | # include <stddef.h>
  3546. | #else
  3547. | # ifdef HAVE_STDLIB_H
  3548. | #  include <stdlib.h>
  3549. | # endif
  3550. | #endif
  3551. | #ifdef HAVE_STRING_H
  3552. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3553. | #  include <memory.h>
  3554. | # endif
  3555. | # include <string.h>
  3556. | #endif
  3557. | #ifdef HAVE_STRINGS_H
  3558. | # include <strings.h>
  3559. | #endif
  3560. | #ifdef HAVE_INTTYPES_H
  3561. | # include <inttypes.h>
  3562. | #endif
  3563. | #ifdef HAVE_STDINT_H
  3564. | # include <stdint.h>
  3565. | #endif
  3566. | #ifdef HAVE_UNISTD_H
  3567. | # include <unistd.h>
  3568. | #endif
  3569. | #include <sys/prctl.h>
  3570. configure:21590: result: no
  3571. configure:21594: checking sys/prctl.h presence
  3572. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  3573. conftest.c:104:23: error: sys/prctl.h: No such file or directory
  3574. configure:21616: $? = 1
  3575. configure: failed program was:
  3576. | /* confdefs.h.  */
  3577. | #define PACKAGE_NAME "MySQL Server"
  3578. | #define PACKAGE_TARNAME "mysql"
  3579. | #define PACKAGE_VERSION "5.1.57"
  3580. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  3581. | #define PACKAGE_BUGREPORT ""
  3582. | #define PACKAGE "mysql"
  3583. | #define VERSION "5.1.57"
  3584. | #define STDC_HEADERS 1
  3585. | #define HAVE_SYS_TYPES_H 1
  3586. | #define HAVE_SYS_STAT_H 1
  3587. | #define HAVE_STDLIB_H 1
  3588. | #define HAVE_STRING_H 1
  3589. | #define HAVE_MEMORY_H 1
  3590. | #define HAVE_STRINGS_H 1
  3591. | #define HAVE_INTTYPES_H 1
  3592. | #define HAVE_STDINT_H 1
  3593. | #define HAVE_UNISTD_H 1
  3594. | #define HAVE_DLFCN_H 1
  3595. | #define LT_OBJDIR ".libs/"
  3596. | #define DEFINE_ALL_CHARACTER_SETS 1
  3597. | #define HAVE_CHARSET_latin1 1
  3598. | #define HAVE_CHARSET_latin1 1
  3599. | #define HAVE_CHARSET_utf8 1
  3600. | #define USE_MB 1
  3601. | #define USE_MB_IDENT 1
  3602. | #define HAVE_CHARSET_big5 1
  3603. | #define USE_MB 1
  3604. | #define USE_MB_IDENT 1
  3605. | #define HAVE_CHARSET_cp1250 1
  3606. | #define HAVE_CHARSET_cp932 1
  3607. | #define USE_MB 1
  3608. | #define USE_MB_IDENT 1
  3609. | #define HAVE_CHARSET_eucjpms 1
  3610. | #define USE_MB 1
  3611. | #define USE_MB_IDENT 1
  3612. | #define HAVE_CHARSET_euckr 1
  3613. | #define USE_MB 1
  3614. | #define USE_MB_IDENT 1
  3615. | #define HAVE_CHARSET_gb2312 1
  3616. | #define USE_MB 1
  3617. | #define USE_MB_IDENT 1
  3618. | #define HAVE_CHARSET_gbk 1
  3619. | #define USE_MB 1
  3620. | #define USE_MB_IDENT 1
  3621. | #define HAVE_CHARSET_latin1 1
  3622. | #define HAVE_CHARSET_latin2 1
  3623. | #define HAVE_CHARSET_sjis 1
  3624. | #define USE_MB 1
  3625. | #define USE_MB_IDENT 1
  3626. | #define HAVE_CHARSET_tis620 1
  3627. | #define HAVE_CHARSET_ucs2 1
  3628. | #define USE_MB 1
  3629. | #define USE_MB_IDENT 1
  3630. | #define HAVE_CHARSET_ujis 1
  3631. | #define USE_MB 1
  3632. | #define USE_MB_IDENT 1
  3633. | #define HAVE_CHARSET_utf8 1
  3634. | #define USE_MB 1
  3635. | #define USE_MB_IDENT 1
  3636. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  3637. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  3638. | #define HAVE_UCA_COLLATIONS 1
  3639. | #define PROTOCOL_VERSION 10
  3640. | #define DOT_FRM_VERSION 6
  3641. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  3642. | #define MACHINE_TYPE "i386"
  3643. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  3644. | #define COMMUNITY_SERVER 1
  3645. | #define ENABLED_PROFILING 1
  3646. | #define HAVE_DIRENT_H 1
  3647. | #define STDC_HEADERS 1
  3648. | #define HAVE_SYS_WAIT_H 1
  3649. | #define HAVE_FCNTL_H 1
  3650. | #define HAVE_FENV_H 1
  3651. | #define HAVE_FLOAT_H 1
  3652. | #define HAVE_LIMITS_H 1
  3653. | #define HAVE_MEMORY_H 1
  3654. | #define HAVE_PWD_H 1
  3655. | #define HAVE_STDLIB_H 1
  3656. | #define HAVE_STDDEF_H 1
  3657. | #define HAVE_STRINGS_H 1
  3658. | #define HAVE_STRING_H 1
  3659. | #define HAVE_SYS_MMAN_H 1
  3660. | #define HAVE_SYS_SOCKET_H 1
  3661. | #define HAVE_NETINET_IN_H 1
  3662. | #define HAVE_ARPA_INET_H 1
  3663. | #define HAVE_SYS_TIMEB_H 1
  3664. | #define HAVE_SYS_TYPES_H 1
  3665. | #define HAVE_SYS_UN_H 1
  3666. | #define HAVE_SYS_VADVISE_H 1
  3667. | #define HAVE_SYS_WAIT_H 1
  3668. | #define HAVE_TERM_H 1
  3669. | #define HAVE_UNISTD_H 1
  3670. | #define HAVE_UTIME_H 1
  3671. | #define HAVE_TERMIOS_H 1
  3672. | #define HAVE_SCHED_H 1
  3673. | #define HAVE_ALLOCA_H 1
  3674. | #define HAVE_SYS_IOCTL_H 1
  3675. | #define HAVE_SYS_MALLOC_H 1
  3676. | #define HAVE_SYS_IPC_H 1
  3677. | #define HAVE_SYS_SHM_H 1
  3678. | /* end confdefs.h.  */
  3679. | #include <sys/prctl.h>
  3680. configure:21630: result: no
  3681. configure:21658: checking for sys/prctl.h
  3682. configure:21667: result: no
  3683. configure:21552: checking sys/resource.h usability
  3684. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  3685. configure:21576: $? = 0
  3686. configure:21590: result: yes
  3687. configure:21594: checking sys/resource.h presence
  3688. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  3689. configure:21616: $? = 0
  3690. configure:21630: result: yes
  3691. configure:21658: checking for sys/resource.h
  3692. configure:21667: result: yes
  3693. configure:21552: checking sys/param.h usability
  3694. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  3695. configure:21576: $? = 0
  3696. configure:21590: result: yes
  3697. configure:21594: checking sys/param.h presence
  3698. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  3699. configure:21616: $? = 0
  3700. configure:21630: result: yes
  3701. configure:21658: checking for sys/param.h
  3702. configure:21667: result: yes
  3703. configure:21552: checking port.h usability
  3704. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  3705. conftest.c:139:18: error: port.h: No such file or directory
  3706. configure:21576: $? = 1
  3707. configure: failed program was:
  3708. | /* confdefs.h.  */
  3709. | #define PACKAGE_NAME "MySQL Server"
  3710. | #define PACKAGE_TARNAME "mysql"
  3711. | #define PACKAGE_VERSION "5.1.57"
  3712. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  3713. | #define PACKAGE_BUGREPORT ""
  3714. | #define PACKAGE "mysql"
  3715. | #define VERSION "5.1.57"
  3716. | #define STDC_HEADERS 1
  3717. | #define HAVE_SYS_TYPES_H 1
  3718. | #define HAVE_SYS_STAT_H 1
  3719. | #define HAVE_STDLIB_H 1
  3720. | #define HAVE_STRING_H 1
  3721. | #define HAVE_MEMORY_H 1
  3722. | #define HAVE_STRINGS_H 1
  3723. | #define HAVE_INTTYPES_H 1
  3724. | #define HAVE_STDINT_H 1
  3725. | #define HAVE_UNISTD_H 1
  3726. | #define HAVE_DLFCN_H 1
  3727. | #define LT_OBJDIR ".libs/"
  3728. | #define DEFINE_ALL_CHARACTER_SETS 1
  3729. | #define HAVE_CHARSET_latin1 1
  3730. | #define HAVE_CHARSET_latin1 1
  3731. | #define HAVE_CHARSET_utf8 1
  3732. | #define USE_MB 1
  3733. | #define USE_MB_IDENT 1
  3734. | #define HAVE_CHARSET_big5 1
  3735. | #define USE_MB 1
  3736. | #define USE_MB_IDENT 1
  3737. | #define HAVE_CHARSET_cp1250 1
  3738. | #define HAVE_CHARSET_cp932 1
  3739. | #define USE_MB 1
  3740. | #define USE_MB_IDENT 1
  3741. | #define HAVE_CHARSET_eucjpms 1
  3742. | #define USE_MB 1
  3743. | #define USE_MB_IDENT 1
  3744. | #define HAVE_CHARSET_euckr 1
  3745. | #define USE_MB 1
  3746. | #define USE_MB_IDENT 1
  3747. | #define HAVE_CHARSET_gb2312 1
  3748. | #define USE_MB 1
  3749. | #define USE_MB_IDENT 1
  3750. | #define HAVE_CHARSET_gbk 1
  3751. | #define USE_MB 1
  3752. | #define USE_MB_IDENT 1
  3753. | #define HAVE_CHARSET_latin1 1
  3754. | #define HAVE_CHARSET_latin2 1
  3755. | #define HAVE_CHARSET_sjis 1
  3756. | #define USE_MB 1
  3757. | #define USE_MB_IDENT 1
  3758. | #define HAVE_CHARSET_tis620 1
  3759. | #define HAVE_CHARSET_ucs2 1
  3760. | #define USE_MB 1
  3761. | #define USE_MB_IDENT 1
  3762. | #define HAVE_CHARSET_ujis 1
  3763. | #define USE_MB 1
  3764. | #define USE_MB_IDENT 1
  3765. | #define HAVE_CHARSET_utf8 1
  3766. | #define USE_MB 1
  3767. | #define USE_MB_IDENT 1
  3768. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  3769. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  3770. | #define HAVE_UCA_COLLATIONS 1
  3771. | #define PROTOCOL_VERSION 10
  3772. | #define DOT_FRM_VERSION 6
  3773. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  3774. | #define MACHINE_TYPE "i386"
  3775. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  3776. | #define COMMUNITY_SERVER 1
  3777. | #define ENABLED_PROFILING 1
  3778. | #define HAVE_DIRENT_H 1
  3779. | #define STDC_HEADERS 1
  3780. | #define HAVE_SYS_WAIT_H 1
  3781. | #define HAVE_FCNTL_H 1
  3782. | #define HAVE_FENV_H 1
  3783. | #define HAVE_FLOAT_H 1
  3784. | #define HAVE_LIMITS_H 1
  3785. | #define HAVE_MEMORY_H 1
  3786. | #define HAVE_PWD_H 1
  3787. | #define HAVE_STDLIB_H 1
  3788. | #define HAVE_STDDEF_H 1
  3789. | #define HAVE_STRINGS_H 1
  3790. | #define HAVE_STRING_H 1
  3791. | #define HAVE_SYS_MMAN_H 1
  3792. | #define HAVE_SYS_SOCKET_H 1
  3793. | #define HAVE_NETINET_IN_H 1
  3794. | #define HAVE_ARPA_INET_H 1
  3795. | #define HAVE_SYS_TIMEB_H 1
  3796. | #define HAVE_SYS_TYPES_H 1
  3797. | #define HAVE_SYS_UN_H 1
  3798. | #define HAVE_SYS_VADVISE_H 1
  3799. | #define HAVE_SYS_WAIT_H 1
  3800. | #define HAVE_TERM_H 1
  3801. | #define HAVE_UNISTD_H 1
  3802. | #define HAVE_UTIME_H 1
  3803. | #define HAVE_TERMIOS_H 1
  3804. | #define HAVE_SCHED_H 1
  3805. | #define HAVE_ALLOCA_H 1
  3806. | #define HAVE_SYS_IOCTL_H 1
  3807. | #define HAVE_SYS_MALLOC_H 1
  3808. | #define HAVE_SYS_IPC_H 1
  3809. | #define HAVE_SYS_SHM_H 1
  3810. | #define HAVE_SYS_RESOURCE_H 1
  3811. | #define HAVE_SYS_PARAM_H 1
  3812. | /* end confdefs.h.  */
  3813. | #include <stdio.h>
  3814. | #ifdef HAVE_SYS_TYPES_H
  3815. | # include <sys/types.h>
  3816. | #endif
  3817. | #ifdef HAVE_SYS_STAT_H
  3818. | # include <sys/stat.h>
  3819. | #endif
  3820. | #ifdef STDC_HEADERS
  3821. | # include <stdlib.h>
  3822. | # include <stddef.h>
  3823. | #else
  3824. | # ifdef HAVE_STDLIB_H
  3825. | #  include <stdlib.h>
  3826. | # endif
  3827. | #endif
  3828. | #ifdef HAVE_STRING_H
  3829. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3830. | #  include <memory.h>
  3831. | # endif
  3832. | # include <string.h>
  3833. | #endif
  3834. | #ifdef HAVE_STRINGS_H
  3835. | # include <strings.h>
  3836. | #endif
  3837. | #ifdef HAVE_INTTYPES_H
  3838. | # include <inttypes.h>
  3839. | #endif
  3840. | #ifdef HAVE_STDINT_H
  3841. | # include <stdint.h>
  3842. | #endif
  3843. | #ifdef HAVE_UNISTD_H
  3844. | # include <unistd.h>
  3845. | #endif
  3846. | #include <port.h>
  3847. configure:21590: result: no
  3848. configure:21594: checking port.h presence
  3849. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  3850. conftest.c:106:18: error: port.h: No such file or directory
  3851. configure:21616: $? = 1
  3852. configure: failed program was:
  3853. | /* confdefs.h.  */
  3854. | #define PACKAGE_NAME "MySQL Server"
  3855. | #define PACKAGE_TARNAME "mysql"
  3856. | #define PACKAGE_VERSION "5.1.57"
  3857. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  3858. | #define PACKAGE_BUGREPORT ""
  3859. | #define PACKAGE "mysql"
  3860. | #define VERSION "5.1.57"
  3861. | #define STDC_HEADERS 1
  3862. | #define HAVE_SYS_TYPES_H 1
  3863. | #define HAVE_SYS_STAT_H 1
  3864. | #define HAVE_STDLIB_H 1
  3865. | #define HAVE_STRING_H 1
  3866. | #define HAVE_MEMORY_H 1
  3867. | #define HAVE_STRINGS_H 1
  3868. | #define HAVE_INTTYPES_H 1
  3869. | #define HAVE_STDINT_H 1
  3870. | #define HAVE_UNISTD_H 1
  3871. | #define HAVE_DLFCN_H 1
  3872. | #define LT_OBJDIR ".libs/"
  3873. | #define DEFINE_ALL_CHARACTER_SETS 1
  3874. | #define HAVE_CHARSET_latin1 1
  3875. | #define HAVE_CHARSET_latin1 1
  3876. | #define HAVE_CHARSET_utf8 1
  3877. | #define USE_MB 1
  3878. | #define USE_MB_IDENT 1
  3879. | #define HAVE_CHARSET_big5 1
  3880. | #define USE_MB 1
  3881. | #define USE_MB_IDENT 1
  3882. | #define HAVE_CHARSET_cp1250 1
  3883. | #define HAVE_CHARSET_cp932 1
  3884. | #define USE_MB 1
  3885. | #define USE_MB_IDENT 1
  3886. | #define HAVE_CHARSET_eucjpms 1
  3887. | #define USE_MB 1
  3888. | #define USE_MB_IDENT 1
  3889. | #define HAVE_CHARSET_euckr 1
  3890. | #define USE_MB 1
  3891. | #define USE_MB_IDENT 1
  3892. | #define HAVE_CHARSET_gb2312 1
  3893. | #define USE_MB 1
  3894. | #define USE_MB_IDENT 1
  3895. | #define HAVE_CHARSET_gbk 1
  3896. | #define USE_MB 1
  3897. | #define USE_MB_IDENT 1
  3898. | #define HAVE_CHARSET_latin1 1
  3899. | #define HAVE_CHARSET_latin2 1
  3900. | #define HAVE_CHARSET_sjis 1
  3901. | #define USE_MB 1
  3902. | #define USE_MB_IDENT 1
  3903. | #define HAVE_CHARSET_tis620 1
  3904. | #define HAVE_CHARSET_ucs2 1
  3905. | #define USE_MB 1
  3906. | #define USE_MB_IDENT 1
  3907. | #define HAVE_CHARSET_ujis 1
  3908. | #define USE_MB 1
  3909. | #define USE_MB_IDENT 1
  3910. | #define HAVE_CHARSET_utf8 1
  3911. | #define USE_MB 1
  3912. | #define USE_MB_IDENT 1
  3913. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  3914. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  3915. | #define HAVE_UCA_COLLATIONS 1
  3916. | #define PROTOCOL_VERSION 10
  3917. | #define DOT_FRM_VERSION 6
  3918. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  3919. | #define MACHINE_TYPE "i386"
  3920. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  3921. | #define COMMUNITY_SERVER 1
  3922. | #define ENABLED_PROFILING 1
  3923. | #define HAVE_DIRENT_H 1
  3924. | #define STDC_HEADERS 1
  3925. | #define HAVE_SYS_WAIT_H 1
  3926. | #define HAVE_FCNTL_H 1
  3927. | #define HAVE_FENV_H 1
  3928. | #define HAVE_FLOAT_H 1
  3929. | #define HAVE_LIMITS_H 1
  3930. | #define HAVE_MEMORY_H 1
  3931. | #define HAVE_PWD_H 1
  3932. | #define HAVE_STDLIB_H 1
  3933. | #define HAVE_STDDEF_H 1
  3934. | #define HAVE_STRINGS_H 1
  3935. | #define HAVE_STRING_H 1
  3936. | #define HAVE_SYS_MMAN_H 1
  3937. | #define HAVE_SYS_SOCKET_H 1
  3938. | #define HAVE_NETINET_IN_H 1
  3939. | #define HAVE_ARPA_INET_H 1
  3940. | #define HAVE_SYS_TIMEB_H 1
  3941. | #define HAVE_SYS_TYPES_H 1
  3942. | #define HAVE_SYS_UN_H 1
  3943. | #define HAVE_SYS_VADVISE_H 1
  3944. | #define HAVE_SYS_WAIT_H 1
  3945. | #define HAVE_TERM_H 1
  3946. | #define HAVE_UNISTD_H 1
  3947. | #define HAVE_UTIME_H 1
  3948. | #define HAVE_TERMIOS_H 1
  3949. | #define HAVE_SCHED_H 1
  3950. | #define HAVE_ALLOCA_H 1
  3951. | #define HAVE_SYS_IOCTL_H 1
  3952. | #define HAVE_SYS_MALLOC_H 1
  3953. | #define HAVE_SYS_IPC_H 1
  3954. | #define HAVE_SYS_SHM_H 1
  3955. | #define HAVE_SYS_RESOURCE_H 1
  3956. | #define HAVE_SYS_PARAM_H 1
  3957. | /* end confdefs.h.  */
  3958. | #include <port.h>
  3959. configure:21630: result: no
  3960. configure:21658: checking for port.h
  3961. configure:21667: result: no
  3962. configure:21541: checking for ieeefp.h
  3963. configure:21548: result: no
  3964. configure:21552: checking execinfo.h usability
  3965. configure:21569: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  3966. configure:21576: $? = 0
  3967. configure:21590: result: yes
  3968. configure:21594: checking execinfo.h presence
  3969. configure:21609: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  3970. configure:21616: $? = 0
  3971. configure:21630: result: yes
  3972. configure:21658: checking for execinfo.h
  3973. configure:21667: result: yes
  3974. configure:21699: checking xfs/xfs.h usability
  3975. configure:21716: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  3976. conftest.c:140:21: error: xfs/xfs.h: No such file or directory
  3977. configure:21723: $? = 1
  3978. configure: failed program was:
  3979. | /* confdefs.h.  */
  3980. | #define PACKAGE_NAME "MySQL Server"
  3981. | #define PACKAGE_TARNAME "mysql"
  3982. | #define PACKAGE_VERSION "5.1.57"
  3983. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  3984. | #define PACKAGE_BUGREPORT ""
  3985. | #define PACKAGE "mysql"
  3986. | #define VERSION "5.1.57"
  3987. | #define STDC_HEADERS 1
  3988. | #define HAVE_SYS_TYPES_H 1
  3989. | #define HAVE_SYS_STAT_H 1
  3990. | #define HAVE_STDLIB_H 1
  3991. | #define HAVE_STRING_H 1
  3992. | #define HAVE_MEMORY_H 1
  3993. | #define HAVE_STRINGS_H 1
  3994. | #define HAVE_INTTYPES_H 1
  3995. | #define HAVE_STDINT_H 1
  3996. | #define HAVE_UNISTD_H 1
  3997. | #define HAVE_DLFCN_H 1
  3998. | #define LT_OBJDIR ".libs/"
  3999. | #define DEFINE_ALL_CHARACTER_SETS 1
  4000. | #define HAVE_CHARSET_latin1 1
  4001. | #define HAVE_CHARSET_latin1 1
  4002. | #define HAVE_CHARSET_utf8 1
  4003. | #define USE_MB 1
  4004. | #define USE_MB_IDENT 1
  4005. | #define HAVE_CHARSET_big5 1
  4006. | #define USE_MB 1
  4007. | #define USE_MB_IDENT 1
  4008. | #define HAVE_CHARSET_cp1250 1
  4009. | #define HAVE_CHARSET_cp932 1
  4010. | #define USE_MB 1
  4011. | #define USE_MB_IDENT 1
  4012. | #define HAVE_CHARSET_eucjpms 1
  4013. | #define USE_MB 1
  4014. | #define USE_MB_IDENT 1
  4015. | #define HAVE_CHARSET_euckr 1
  4016. | #define USE_MB 1
  4017. | #define USE_MB_IDENT 1
  4018. | #define HAVE_CHARSET_gb2312 1
  4019. | #define USE_MB 1
  4020. | #define USE_MB_IDENT 1
  4021. | #define HAVE_CHARSET_gbk 1
  4022. | #define USE_MB 1
  4023. | #define USE_MB_IDENT 1
  4024. | #define HAVE_CHARSET_latin1 1
  4025. | #define HAVE_CHARSET_latin2 1
  4026. | #define HAVE_CHARSET_sjis 1
  4027. | #define USE_MB 1
  4028. | #define USE_MB_IDENT 1
  4029. | #define HAVE_CHARSET_tis620 1
  4030. | #define HAVE_CHARSET_ucs2 1
  4031. | #define USE_MB 1
  4032. | #define USE_MB_IDENT 1
  4033. | #define HAVE_CHARSET_ujis 1
  4034. | #define USE_MB 1
  4035. | #define USE_MB_IDENT 1
  4036. | #define HAVE_CHARSET_utf8 1
  4037. | #define USE_MB 1
  4038. | #define USE_MB_IDENT 1
  4039. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  4040. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  4041. | #define HAVE_UCA_COLLATIONS 1
  4042. | #define PROTOCOL_VERSION 10
  4043. | #define DOT_FRM_VERSION 6
  4044. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  4045. | #define MACHINE_TYPE "i386"
  4046. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  4047. | #define COMMUNITY_SERVER 1
  4048. | #define ENABLED_PROFILING 1
  4049. | #define HAVE_DIRENT_H 1
  4050. | #define STDC_HEADERS 1
  4051. | #define HAVE_SYS_WAIT_H 1
  4052. | #define HAVE_FCNTL_H 1
  4053. | #define HAVE_FENV_H 1
  4054. | #define HAVE_FLOAT_H 1
  4055. | #define HAVE_LIMITS_H 1
  4056. | #define HAVE_MEMORY_H 1
  4057. | #define HAVE_PWD_H 1
  4058. | #define HAVE_STDLIB_H 1
  4059. | #define HAVE_STDDEF_H 1
  4060. | #define HAVE_STRINGS_H 1
  4061. | #define HAVE_STRING_H 1
  4062. | #define HAVE_SYS_MMAN_H 1
  4063. | #define HAVE_SYS_SOCKET_H 1
  4064. | #define HAVE_NETINET_IN_H 1
  4065. | #define HAVE_ARPA_INET_H 1
  4066. | #define HAVE_SYS_TIMEB_H 1
  4067. | #define HAVE_SYS_TYPES_H 1
  4068. | #define HAVE_SYS_UN_H 1
  4069. | #define HAVE_SYS_VADVISE_H 1
  4070. | #define HAVE_SYS_WAIT_H 1
  4071. | #define HAVE_TERM_H 1
  4072. | #define HAVE_UNISTD_H 1
  4073. | #define HAVE_UTIME_H 1
  4074. | #define HAVE_TERMIOS_H 1
  4075. | #define HAVE_SCHED_H 1
  4076. | #define HAVE_ALLOCA_H 1
  4077. | #define HAVE_SYS_IOCTL_H 1
  4078. | #define HAVE_SYS_MALLOC_H 1
  4079. | #define HAVE_SYS_IPC_H 1
  4080. | #define HAVE_SYS_SHM_H 1
  4081. | #define HAVE_SYS_RESOURCE_H 1
  4082. | #define HAVE_SYS_PARAM_H 1
  4083. | #define HAVE_EXECINFO_H 1
  4084. | /* end confdefs.h.  */
  4085. | #include <stdio.h>
  4086. | #ifdef HAVE_SYS_TYPES_H
  4087. | # include <sys/types.h>
  4088. | #endif
  4089. | #ifdef HAVE_SYS_STAT_H
  4090. | # include <sys/stat.h>
  4091. | #endif
  4092. | #ifdef STDC_HEADERS
  4093. | # include <stdlib.h>
  4094. | # include <stddef.h>
  4095. | #else
  4096. | # ifdef HAVE_STDLIB_H
  4097. | #  include <stdlib.h>
  4098. | # endif
  4099. | #endif
  4100. | #ifdef HAVE_STRING_H
  4101. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4102. | #  include <memory.h>
  4103. | # endif
  4104. | # include <string.h>
  4105. | #endif
  4106. | #ifdef HAVE_STRINGS_H
  4107. | # include <strings.h>
  4108. | #endif
  4109. | #ifdef HAVE_INTTYPES_H
  4110. | # include <inttypes.h>
  4111. | #endif
  4112. | #ifdef HAVE_STDINT_H
  4113. | # include <stdint.h>
  4114. | #endif
  4115. | #ifdef HAVE_UNISTD_H
  4116. | # include <unistd.h>
  4117. | #endif
  4118. | #include <xfs/xfs.h>
  4119. configure:21737: result: no
  4120. configure:21741: checking xfs/xfs.h presence
  4121. configure:21756: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  4122. conftest.c:107:21: error: xfs/xfs.h: No such file or directory
  4123. configure:21763: $? = 1
  4124. configure: failed program was:
  4125. | /* confdefs.h.  */
  4126. | #define PACKAGE_NAME "MySQL Server"
  4127. | #define PACKAGE_TARNAME "mysql"
  4128. | #define PACKAGE_VERSION "5.1.57"
  4129. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  4130. | #define PACKAGE_BUGREPORT ""
  4131. | #define PACKAGE "mysql"
  4132. | #define VERSION "5.1.57"
  4133. | #define STDC_HEADERS 1
  4134. | #define HAVE_SYS_TYPES_H 1
  4135. | #define HAVE_SYS_STAT_H 1
  4136. | #define HAVE_STDLIB_H 1
  4137. | #define HAVE_STRING_H 1
  4138. | #define HAVE_MEMORY_H 1
  4139. | #define HAVE_STRINGS_H 1
  4140. | #define HAVE_INTTYPES_H 1
  4141. | #define HAVE_STDINT_H 1
  4142. | #define HAVE_UNISTD_H 1
  4143. | #define HAVE_DLFCN_H 1
  4144. | #define LT_OBJDIR ".libs/"
  4145. | #define DEFINE_ALL_CHARACTER_SETS 1
  4146. | #define HAVE_CHARSET_latin1 1
  4147. | #define HAVE_CHARSET_latin1 1
  4148. | #define HAVE_CHARSET_utf8 1
  4149. | #define USE_MB 1
  4150. | #define USE_MB_IDENT 1
  4151. | #define HAVE_CHARSET_big5 1
  4152. | #define USE_MB 1
  4153. | #define USE_MB_IDENT 1
  4154. | #define HAVE_CHARSET_cp1250 1
  4155. | #define HAVE_CHARSET_cp932 1
  4156. | #define USE_MB 1
  4157. | #define USE_MB_IDENT 1
  4158. | #define HAVE_CHARSET_eucjpms 1
  4159. | #define USE_MB 1
  4160. | #define USE_MB_IDENT 1
  4161. | #define HAVE_CHARSET_euckr 1
  4162. | #define USE_MB 1
  4163. | #define USE_MB_IDENT 1
  4164. | #define HAVE_CHARSET_gb2312 1
  4165. | #define USE_MB 1
  4166. | #define USE_MB_IDENT 1
  4167. | #define HAVE_CHARSET_gbk 1
  4168. | #define USE_MB 1
  4169. | #define USE_MB_IDENT 1
  4170. | #define HAVE_CHARSET_latin1 1
  4171. | #define HAVE_CHARSET_latin2 1
  4172. | #define HAVE_CHARSET_sjis 1
  4173. | #define USE_MB 1
  4174. | #define USE_MB_IDENT 1
  4175. | #define HAVE_CHARSET_tis620 1
  4176. | #define HAVE_CHARSET_ucs2 1
  4177. | #define USE_MB 1
  4178. | #define USE_MB_IDENT 1
  4179. | #define HAVE_CHARSET_ujis 1
  4180. | #define USE_MB 1
  4181. | #define USE_MB_IDENT 1
  4182. | #define HAVE_CHARSET_utf8 1
  4183. | #define USE_MB 1
  4184. | #define USE_MB_IDENT 1
  4185. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  4186. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  4187. | #define HAVE_UCA_COLLATIONS 1
  4188. | #define PROTOCOL_VERSION 10
  4189. | #define DOT_FRM_VERSION 6
  4190. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  4191. | #define MACHINE_TYPE "i386"
  4192. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  4193. | #define COMMUNITY_SERVER 1
  4194. | #define ENABLED_PROFILING 1
  4195. | #define HAVE_DIRENT_H 1
  4196. | #define STDC_HEADERS 1
  4197. | #define HAVE_SYS_WAIT_H 1
  4198. | #define HAVE_FCNTL_H 1
  4199. | #define HAVE_FENV_H 1
  4200. | #define HAVE_FLOAT_H 1
  4201. | #define HAVE_LIMITS_H 1
  4202. | #define HAVE_MEMORY_H 1
  4203. | #define HAVE_PWD_H 1
  4204. | #define HAVE_STDLIB_H 1
  4205. | #define HAVE_STDDEF_H 1
  4206. | #define HAVE_STRINGS_H 1
  4207. | #define HAVE_STRING_H 1
  4208. | #define HAVE_SYS_MMAN_H 1
  4209. | #define HAVE_SYS_SOCKET_H 1
  4210. | #define HAVE_NETINET_IN_H 1
  4211. | #define HAVE_ARPA_INET_H 1
  4212. | #define HAVE_SYS_TIMEB_H 1
  4213. | #define HAVE_SYS_TYPES_H 1
  4214. | #define HAVE_SYS_UN_H 1
  4215. | #define HAVE_SYS_VADVISE_H 1
  4216. | #define HAVE_SYS_WAIT_H 1
  4217. | #define HAVE_TERM_H 1
  4218. | #define HAVE_UNISTD_H 1
  4219. | #define HAVE_UTIME_H 1
  4220. | #define HAVE_TERMIOS_H 1
  4221. | #define HAVE_SCHED_H 1
  4222. | #define HAVE_ALLOCA_H 1
  4223. | #define HAVE_SYS_IOCTL_H 1
  4224. | #define HAVE_SYS_MALLOC_H 1
  4225. | #define HAVE_SYS_IPC_H 1
  4226. | #define HAVE_SYS_SHM_H 1
  4227. | #define HAVE_SYS_RESOURCE_H 1
  4228. | #define HAVE_SYS_PARAM_H 1
  4229. | #define HAVE_EXECINFO_H 1
  4230. | /* end confdefs.h.  */
  4231. | #include <xfs/xfs.h>
  4232. configure:21777: result: no
  4233. configure:21805: checking for xfs/xfs.h
  4234. configure:21814: result: no
  4235. configure:21836: checking for floor in -lm
  4236. configure:21871: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm   >&5
  4237. conftest.c:114: warning: conflicting types for built-in function 'floor'
  4238. configure:21878: $? = 0
  4239. configure:21899: result: yes
  4240. configure:21988: checking for gethostbyname_r in -lnsl_r
  4241. configure:22023: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lnsl_r  -lm  >&5
  4242. ld: library not found for -lnsl_r
  4243. collect2: ld returned 1 exit status
  4244. configure:22030: $? = 1
  4245. configure: failed program was:
  4246. | /* confdefs.h.  */
  4247. | #define PACKAGE_NAME "MySQL Server"
  4248. | #define PACKAGE_TARNAME "mysql"
  4249. | #define PACKAGE_VERSION "5.1.57"
  4250. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  4251. | #define PACKAGE_BUGREPORT ""
  4252. | #define PACKAGE "mysql"
  4253. | #define VERSION "5.1.57"
  4254. | #define STDC_HEADERS 1
  4255. | #define HAVE_SYS_TYPES_H 1
  4256. | #define HAVE_SYS_STAT_H 1
  4257. | #define HAVE_STDLIB_H 1
  4258. | #define HAVE_STRING_H 1
  4259. | #define HAVE_MEMORY_H 1
  4260. | #define HAVE_STRINGS_H 1
  4261. | #define HAVE_INTTYPES_H 1
  4262. | #define HAVE_STDINT_H 1
  4263. | #define HAVE_UNISTD_H 1
  4264. | #define HAVE_DLFCN_H 1
  4265. | #define LT_OBJDIR ".libs/"
  4266. | #define DEFINE_ALL_CHARACTER_SETS 1
  4267. | #define HAVE_CHARSET_latin1 1
  4268. | #define HAVE_CHARSET_latin1 1
  4269. | #define HAVE_CHARSET_utf8 1
  4270. | #define USE_MB 1
  4271. | #define USE_MB_IDENT 1
  4272. | #define HAVE_CHARSET_big5 1
  4273. | #define USE_MB 1
  4274. | #define USE_MB_IDENT 1
  4275. | #define HAVE_CHARSET_cp1250 1
  4276. | #define HAVE_CHARSET_cp932 1
  4277. | #define USE_MB 1
  4278. | #define USE_MB_IDENT 1
  4279. | #define HAVE_CHARSET_eucjpms 1
  4280. | #define USE_MB 1
  4281. | #define USE_MB_IDENT 1
  4282. | #define HAVE_CHARSET_euckr 1
  4283. | #define USE_MB 1
  4284. | #define USE_MB_IDENT 1
  4285. | #define HAVE_CHARSET_gb2312 1
  4286. | #define USE_MB 1
  4287. | #define USE_MB_IDENT 1
  4288. | #define HAVE_CHARSET_gbk 1
  4289. | #define USE_MB 1
  4290. | #define USE_MB_IDENT 1
  4291. | #define HAVE_CHARSET_latin1 1
  4292. | #define HAVE_CHARSET_latin2 1
  4293. | #define HAVE_CHARSET_sjis 1
  4294. | #define USE_MB 1
  4295. | #define USE_MB_IDENT 1
  4296. | #define HAVE_CHARSET_tis620 1
  4297. | #define HAVE_CHARSET_ucs2 1
  4298. | #define USE_MB 1
  4299. | #define USE_MB_IDENT 1
  4300. | #define HAVE_CHARSET_ujis 1
  4301. | #define USE_MB 1
  4302. | #define USE_MB_IDENT 1
  4303. | #define HAVE_CHARSET_utf8 1
  4304. | #define USE_MB 1
  4305. | #define USE_MB_IDENT 1
  4306. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  4307. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  4308. | #define HAVE_UCA_COLLATIONS 1
  4309. | #define PROTOCOL_VERSION 10
  4310. | #define DOT_FRM_VERSION 6
  4311. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  4312. | #define MACHINE_TYPE "i386"
  4313. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  4314. | #define COMMUNITY_SERVER 1
  4315. | #define ENABLED_PROFILING 1
  4316. | #define HAVE_DIRENT_H 1
  4317. | #define STDC_HEADERS 1
  4318. | #define HAVE_SYS_WAIT_H 1
  4319. | #define HAVE_FCNTL_H 1
  4320. | #define HAVE_FENV_H 1
  4321. | #define HAVE_FLOAT_H 1
  4322. | #define HAVE_LIMITS_H 1
  4323. | #define HAVE_MEMORY_H 1
  4324. | #define HAVE_PWD_H 1
  4325. | #define HAVE_STDLIB_H 1
  4326. | #define HAVE_STDDEF_H 1
  4327. | #define HAVE_STRINGS_H 1
  4328. | #define HAVE_STRING_H 1
  4329. | #define HAVE_SYS_MMAN_H 1
  4330. | #define HAVE_SYS_SOCKET_H 1
  4331. | #define HAVE_NETINET_IN_H 1
  4332. | #define HAVE_ARPA_INET_H 1
  4333. | #define HAVE_SYS_TIMEB_H 1
  4334. | #define HAVE_SYS_TYPES_H 1
  4335. | #define HAVE_SYS_UN_H 1
  4336. | #define HAVE_SYS_VADVISE_H 1
  4337. | #define HAVE_SYS_WAIT_H 1
  4338. | #define HAVE_TERM_H 1
  4339. | #define HAVE_UNISTD_H 1
  4340. | #define HAVE_UTIME_H 1
  4341. | #define HAVE_TERMIOS_H 1
  4342. | #define HAVE_SCHED_H 1
  4343. | #define HAVE_ALLOCA_H 1
  4344. | #define HAVE_SYS_IOCTL_H 1
  4345. | #define HAVE_SYS_MALLOC_H 1
  4346. | #define HAVE_SYS_IPC_H 1
  4347. | #define HAVE_SYS_SHM_H 1
  4348. | #define HAVE_SYS_RESOURCE_H 1
  4349. | #define HAVE_SYS_PARAM_H 1
  4350. | #define HAVE_EXECINFO_H 1
  4351. | #define HAVE_LIBM 1
  4352. | /* end confdefs.h.  */
  4353. |
  4354. | /* Override any GCC internal prototype to avoid an error.
  4355. |    Use char because int might match the return type of a GCC
  4356. |    builtin and then its argument prototype would still apply.  */
  4357. | #ifdef __cplusplus
  4358. | extern "C"
  4359. | #endif
  4360. | char gethostbyname_r ();
  4361. | int
  4362. | main ()
  4363. | {
  4364. | return gethostbyname_r ();
  4365. |   ;
  4366. |   return 0;
  4367. | }
  4368. configure:22051: result: no
  4369. configure:22062: checking for gethostbyname_r in -lnsl
  4370. configure:22097: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lnsl  -lm  >&5
  4371. ld: library not found for -lnsl
  4372. collect2: ld returned 1 exit status
  4373. configure:22104: $? = 1
  4374. configure: failed program was:
  4375. | /* confdefs.h.  */
  4376. | #define PACKAGE_NAME "MySQL Server"
  4377. | #define PACKAGE_TARNAME "mysql"
  4378. | #define PACKAGE_VERSION "5.1.57"
  4379. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  4380. | #define PACKAGE_BUGREPORT ""
  4381. | #define PACKAGE "mysql"
  4382. | #define VERSION "5.1.57"
  4383. | #define STDC_HEADERS 1
  4384. | #define HAVE_SYS_TYPES_H 1
  4385. | #define HAVE_SYS_STAT_H 1
  4386. | #define HAVE_STDLIB_H 1
  4387. | #define HAVE_STRING_H 1
  4388. | #define HAVE_MEMORY_H 1
  4389. | #define HAVE_STRINGS_H 1
  4390. | #define HAVE_INTTYPES_H 1
  4391. | #define HAVE_STDINT_H 1
  4392. | #define HAVE_UNISTD_H 1
  4393. | #define HAVE_DLFCN_H 1
  4394. | #define LT_OBJDIR ".libs/"
  4395. | #define DEFINE_ALL_CHARACTER_SETS 1
  4396. | #define HAVE_CHARSET_latin1 1
  4397. | #define HAVE_CHARSET_latin1 1
  4398. | #define HAVE_CHARSET_utf8 1
  4399. | #define USE_MB 1
  4400. | #define USE_MB_IDENT 1
  4401. | #define HAVE_CHARSET_big5 1
  4402. | #define USE_MB 1
  4403. | #define USE_MB_IDENT 1
  4404. | #define HAVE_CHARSET_cp1250 1
  4405. | #define HAVE_CHARSET_cp932 1
  4406. | #define USE_MB 1
  4407. | #define USE_MB_IDENT 1
  4408. | #define HAVE_CHARSET_eucjpms 1
  4409. | #define USE_MB 1
  4410. | #define USE_MB_IDENT 1
  4411. | #define HAVE_CHARSET_euckr 1
  4412. | #define USE_MB 1
  4413. | #define USE_MB_IDENT 1
  4414. | #define HAVE_CHARSET_gb2312 1
  4415. | #define USE_MB 1
  4416. | #define USE_MB_IDENT 1
  4417. | #define HAVE_CHARSET_gbk 1
  4418. | #define USE_MB 1
  4419. | #define USE_MB_IDENT 1
  4420. | #define HAVE_CHARSET_latin1 1
  4421. | #define HAVE_CHARSET_latin2 1
  4422. | #define HAVE_CHARSET_sjis 1
  4423. | #define USE_MB 1
  4424. | #define USE_MB_IDENT 1
  4425. | #define HAVE_CHARSET_tis620 1
  4426. | #define HAVE_CHARSET_ucs2 1
  4427. | #define USE_MB 1
  4428. | #define USE_MB_IDENT 1
  4429. | #define HAVE_CHARSET_ujis 1
  4430. | #define USE_MB 1
  4431. | #define USE_MB_IDENT 1
  4432. | #define HAVE_CHARSET_utf8 1
  4433. | #define USE_MB 1
  4434. | #define USE_MB_IDENT 1
  4435. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  4436. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  4437. | #define HAVE_UCA_COLLATIONS 1
  4438. | #define PROTOCOL_VERSION 10
  4439. | #define DOT_FRM_VERSION 6
  4440. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  4441. | #define MACHINE_TYPE "i386"
  4442. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  4443. | #define COMMUNITY_SERVER 1
  4444. | #define ENABLED_PROFILING 1
  4445. | #define HAVE_DIRENT_H 1
  4446. | #define STDC_HEADERS 1
  4447. | #define HAVE_SYS_WAIT_H 1
  4448. | #define HAVE_FCNTL_H 1
  4449. | #define HAVE_FENV_H 1
  4450. | #define HAVE_FLOAT_H 1
  4451. | #define HAVE_LIMITS_H 1
  4452. | #define HAVE_MEMORY_H 1
  4453. | #define HAVE_PWD_H 1
  4454. | #define HAVE_STDLIB_H 1
  4455. | #define HAVE_STDDEF_H 1
  4456. | #define HAVE_STRINGS_H 1
  4457. | #define HAVE_STRING_H 1
  4458. | #define HAVE_SYS_MMAN_H 1
  4459. | #define HAVE_SYS_SOCKET_H 1
  4460. | #define HAVE_NETINET_IN_H 1
  4461. | #define HAVE_ARPA_INET_H 1
  4462. | #define HAVE_SYS_TIMEB_H 1
  4463. | #define HAVE_SYS_TYPES_H 1
  4464. | #define HAVE_SYS_UN_H 1
  4465. | #define HAVE_SYS_VADVISE_H 1
  4466. | #define HAVE_SYS_WAIT_H 1
  4467. | #define HAVE_TERM_H 1
  4468. | #define HAVE_UNISTD_H 1
  4469. | #define HAVE_UTIME_H 1
  4470. | #define HAVE_TERMIOS_H 1
  4471. | #define HAVE_SCHED_H 1
  4472. | #define HAVE_ALLOCA_H 1
  4473. | #define HAVE_SYS_IOCTL_H 1
  4474. | #define HAVE_SYS_MALLOC_H 1
  4475. | #define HAVE_SYS_IPC_H 1
  4476. | #define HAVE_SYS_SHM_H 1
  4477. | #define HAVE_SYS_RESOURCE_H 1
  4478. | #define HAVE_SYS_PARAM_H 1
  4479. | #define HAVE_EXECINFO_H 1
  4480. | #define HAVE_LIBM 1
  4481. | /* end confdefs.h.  */
  4482. |
  4483. | /* Override any GCC internal prototype to avoid an error.
  4484. |    Use char because int might match the return type of a GCC
  4485. |    builtin and then its argument prototype would still apply.  */
  4486. | #ifdef __cplusplus
  4487. | extern "C"
  4488. | #endif
  4489. | char gethostbyname_r ();
  4490. | int
  4491. | main ()
  4492. | {
  4493. | return gethostbyname_r ();
  4494. |   ;
  4495. |   return 0;
  4496. | }
  4497. configure:22125: result: no
  4498. configure:22138: checking for gethostbyname_r
  4499. configure:22194: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  4500. Undefined symbols:
  4501.   "_gethostbyname_r", referenced from:
  4502.       _main in ccytaOLs.o
  4503. ld: symbol(s) not found
  4504. collect2: ld returned 1 exit status
  4505. configure:22201: $? = 1
  4506. configure: failed program was:
  4507. | /* confdefs.h.  */
  4508. | #define PACKAGE_NAME "MySQL Server"
  4509. | #define PACKAGE_TARNAME "mysql"
  4510. | #define PACKAGE_VERSION "5.1.57"
  4511. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  4512. | #define PACKAGE_BUGREPORT ""
  4513. | #define PACKAGE "mysql"
  4514. | #define VERSION "5.1.57"
  4515. | #define STDC_HEADERS 1
  4516. | #define HAVE_SYS_TYPES_H 1
  4517. | #define HAVE_SYS_STAT_H 1
  4518. | #define HAVE_STDLIB_H 1
  4519. | #define HAVE_STRING_H 1
  4520. | #define HAVE_MEMORY_H 1
  4521. | #define HAVE_STRINGS_H 1
  4522. | #define HAVE_INTTYPES_H 1
  4523. | #define HAVE_STDINT_H 1
  4524. | #define HAVE_UNISTD_H 1
  4525. | #define HAVE_DLFCN_H 1
  4526. | #define LT_OBJDIR ".libs/"
  4527. | #define DEFINE_ALL_CHARACTER_SETS 1
  4528. | #define HAVE_CHARSET_latin1 1
  4529. | #define HAVE_CHARSET_latin1 1
  4530. | #define HAVE_CHARSET_utf8 1
  4531. | #define USE_MB 1
  4532. | #define USE_MB_IDENT 1
  4533. | #define HAVE_CHARSET_big5 1
  4534. | #define USE_MB 1
  4535. | #define USE_MB_IDENT 1
  4536. | #define HAVE_CHARSET_cp1250 1
  4537. | #define HAVE_CHARSET_cp932 1
  4538. | #define USE_MB 1
  4539. | #define USE_MB_IDENT 1
  4540. | #define HAVE_CHARSET_eucjpms 1
  4541. | #define USE_MB 1
  4542. | #define USE_MB_IDENT 1
  4543. | #define HAVE_CHARSET_euckr 1
  4544. | #define USE_MB 1
  4545. | #define USE_MB_IDENT 1
  4546. | #define HAVE_CHARSET_gb2312 1
  4547. | #define USE_MB 1
  4548. | #define USE_MB_IDENT 1
  4549. | #define HAVE_CHARSET_gbk 1
  4550. | #define USE_MB 1
  4551. | #define USE_MB_IDENT 1
  4552. | #define HAVE_CHARSET_latin1 1
  4553. | #define HAVE_CHARSET_latin2 1
  4554. | #define HAVE_CHARSET_sjis 1
  4555. | #define USE_MB 1
  4556. | #define USE_MB_IDENT 1
  4557. | #define HAVE_CHARSET_tis620 1
  4558. | #define HAVE_CHARSET_ucs2 1
  4559. | #define USE_MB 1
  4560. | #define USE_MB_IDENT 1
  4561. | #define HAVE_CHARSET_ujis 1
  4562. | #define USE_MB 1
  4563. | #define USE_MB_IDENT 1
  4564. | #define HAVE_CHARSET_utf8 1
  4565. | #define USE_MB 1
  4566. | #define USE_MB_IDENT 1
  4567. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  4568. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  4569. | #define HAVE_UCA_COLLATIONS 1
  4570. | #define PROTOCOL_VERSION 10
  4571. | #define DOT_FRM_VERSION 6
  4572. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  4573. | #define MACHINE_TYPE "i386"
  4574. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  4575. | #define COMMUNITY_SERVER 1
  4576. | #define ENABLED_PROFILING 1
  4577. | #define HAVE_DIRENT_H 1
  4578. | #define STDC_HEADERS 1
  4579. | #define HAVE_SYS_WAIT_H 1
  4580. | #define HAVE_FCNTL_H 1
  4581. | #define HAVE_FENV_H 1
  4582. | #define HAVE_FLOAT_H 1
  4583. | #define HAVE_LIMITS_H 1
  4584. | #define HAVE_MEMORY_H 1
  4585. | #define HAVE_PWD_H 1
  4586. | #define HAVE_STDLIB_H 1
  4587. | #define HAVE_STDDEF_H 1
  4588. | #define HAVE_STRINGS_H 1
  4589. | #define HAVE_STRING_H 1
  4590. | #define HAVE_SYS_MMAN_H 1
  4591. | #define HAVE_SYS_SOCKET_H 1
  4592. | #define HAVE_NETINET_IN_H 1
  4593. | #define HAVE_ARPA_INET_H 1
  4594. | #define HAVE_SYS_TIMEB_H 1
  4595. | #define HAVE_SYS_TYPES_H 1
  4596. | #define HAVE_SYS_UN_H 1
  4597. | #define HAVE_SYS_VADVISE_H 1
  4598. | #define HAVE_SYS_WAIT_H 1
  4599. | #define HAVE_TERM_H 1
  4600. | #define HAVE_UNISTD_H 1
  4601. | #define HAVE_UTIME_H 1
  4602. | #define HAVE_TERMIOS_H 1
  4603. | #define HAVE_SCHED_H 1
  4604. | #define HAVE_ALLOCA_H 1
  4605. | #define HAVE_SYS_IOCTL_H 1
  4606. | #define HAVE_SYS_MALLOC_H 1
  4607. | #define HAVE_SYS_IPC_H 1
  4608. | #define HAVE_SYS_SHM_H 1
  4609. | #define HAVE_SYS_RESOURCE_H 1
  4610. | #define HAVE_SYS_PARAM_H 1
  4611. | #define HAVE_EXECINFO_H 1
  4612. | #define HAVE_LIBM 1
  4613. | /* end confdefs.h.  */
  4614. | /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r.
  4615. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  4616. | #define gethostbyname_r innocuous_gethostbyname_r
  4617. |
  4618. | /* System header to define __stub macros and hopefully few prototypes,
  4619. |     which can conflict with char gethostbyname_r (); below.
  4620. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  4621. |     <limits.h> exists even on freestanding compilers.  */
  4622. |
  4623. | #ifdef __STDC__
  4624. | # include <limits.h>
  4625. | #else
  4626. | # include <assert.h>
  4627. | #endif
  4628. |
  4629. | #undef gethostbyname_r
  4630. |
  4631. | /* Override any GCC internal prototype to avoid an error.
  4632. |    Use char because int might match the return type of a GCC
  4633. |    builtin and then its argument prototype would still apply.  */
  4634. | #ifdef __cplusplus
  4635. | extern "C"
  4636. | #endif
  4637. | char gethostbyname_r ();
  4638. | /* The GNU C library defines this for functions which it implements
  4639. |     to always fail with ENOSYS.  Some functions are actually named
  4640. |     something starting with __ and the normal name is an alias.  */
  4641. | #if defined __stub_gethostbyname_r || defined __stub___gethostbyname_r
  4642. | choke me
  4643. | #endif
  4644. |
  4645. | int
  4646. | main ()
  4647. | {
  4648. | return gethostbyname_r ();
  4649. |   ;
  4650. |   return 0;
  4651. | }
  4652. configure:22221: result: no
  4653. configure:22225: checking for library containing setsockopt
  4654. configure:22266: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  4655. configure:22273: $? = 0
  4656. configure:22304: result: none required
  4657. configure:22313: checking for library containing bind
  4658. configure:22354: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  4659. configure:22361: $? = 0
  4660. configure:22392: result: none required
  4661. configure:22401: checking for library containing crypt
  4662. configure:22442: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  4663. configure:22449: $? = 0
  4664. configure:22480: result: none required
  4665. configure:22493: checking for library containing inet_aton
  4666. configure:22534: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  4667. configure:22541: $? = 0
  4668. configure:22572: result: none required
  4669. configure:22582: checking for library containing sched_yield
  4670. configure:22623: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  4671. configure:22630: $? = 0
  4672. configure:22661: result: none required
  4673. configure:22679: checking for zlib compression library
  4674. configure:22847: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -I/opt/local/include -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  -L/opt/local/lib -lz >&5
  4675. configure:22854: $? = 0
  4676. configure:22863: result: ok
  4677. configure:23325: checking for int8
  4678. configure:23356: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  4679. conftest.c: In function 'main':
  4680. conftest.c:118: error: 'int8' undeclared (first use in this function)
  4681. conftest.c:118: error: (Each undeclared identifier is reported only once
  4682. conftest.c:118: error: for each function it appears in.)
  4683. configure:23363: $? = 1
  4684. configure: failed program was:
  4685. | /* confdefs.h.  */
  4686. | #define PACKAGE_NAME "MySQL Server"
  4687. | #define PACKAGE_TARNAME "mysql"
  4688. | #define PACKAGE_VERSION "5.1.57"
  4689. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  4690. | #define PACKAGE_BUGREPORT ""
  4691. | #define PACKAGE "mysql"
  4692. | #define VERSION "5.1.57"
  4693. | #define STDC_HEADERS 1
  4694. | #define HAVE_SYS_TYPES_H 1
  4695. | #define HAVE_SYS_STAT_H 1
  4696. | #define HAVE_STDLIB_H 1
  4697. | #define HAVE_STRING_H 1
  4698. | #define HAVE_MEMORY_H 1
  4699. | #define HAVE_STRINGS_H 1
  4700. | #define HAVE_INTTYPES_H 1
  4701. | #define HAVE_STDINT_H 1
  4702. | #define HAVE_UNISTD_H 1
  4703. | #define HAVE_DLFCN_H 1
  4704. | #define LT_OBJDIR ".libs/"
  4705. | #define DEFINE_ALL_CHARACTER_SETS 1
  4706. | #define HAVE_CHARSET_latin1 1
  4707. | #define HAVE_CHARSET_latin1 1
  4708. | #define HAVE_CHARSET_utf8 1
  4709. | #define USE_MB 1
  4710. | #define USE_MB_IDENT 1
  4711. | #define HAVE_CHARSET_big5 1
  4712. | #define USE_MB 1
  4713. | #define USE_MB_IDENT 1
  4714. | #define HAVE_CHARSET_cp1250 1
  4715. | #define HAVE_CHARSET_cp932 1
  4716. | #define USE_MB 1
  4717. | #define USE_MB_IDENT 1
  4718. | #define HAVE_CHARSET_eucjpms 1
  4719. | #define USE_MB 1
  4720. | #define USE_MB_IDENT 1
  4721. | #define HAVE_CHARSET_euckr 1
  4722. | #define USE_MB 1
  4723. | #define USE_MB_IDENT 1
  4724. | #define HAVE_CHARSET_gb2312 1
  4725. | #define USE_MB 1
  4726. | #define USE_MB_IDENT 1
  4727. | #define HAVE_CHARSET_gbk 1
  4728. | #define USE_MB 1
  4729. | #define USE_MB_IDENT 1
  4730. | #define HAVE_CHARSET_latin1 1
  4731. | #define HAVE_CHARSET_latin2 1
  4732. | #define HAVE_CHARSET_sjis 1
  4733. | #define USE_MB 1
  4734. | #define USE_MB_IDENT 1
  4735. | #define HAVE_CHARSET_tis620 1
  4736. | #define HAVE_CHARSET_ucs2 1
  4737. | #define USE_MB 1
  4738. | #define USE_MB_IDENT 1
  4739. | #define HAVE_CHARSET_ujis 1
  4740. | #define USE_MB 1
  4741. | #define USE_MB_IDENT 1
  4742. | #define HAVE_CHARSET_utf8 1
  4743. | #define USE_MB 1
  4744. | #define USE_MB_IDENT 1
  4745. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  4746. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  4747. | #define HAVE_UCA_COLLATIONS 1
  4748. | #define PROTOCOL_VERSION 10
  4749. | #define DOT_FRM_VERSION 6
  4750. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  4751. | #define MACHINE_TYPE "i386"
  4752. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  4753. | #define COMMUNITY_SERVER 1
  4754. | #define ENABLED_PROFILING 1
  4755. | #define HAVE_DIRENT_H 1
  4756. | #define STDC_HEADERS 1
  4757. | #define HAVE_SYS_WAIT_H 1
  4758. | #define HAVE_FCNTL_H 1
  4759. | #define HAVE_FENV_H 1
  4760. | #define HAVE_FLOAT_H 1
  4761. | #define HAVE_LIMITS_H 1
  4762. | #define HAVE_MEMORY_H 1
  4763. | #define HAVE_PWD_H 1
  4764. | #define HAVE_STDLIB_H 1
  4765. | #define HAVE_STDDEF_H 1
  4766. | #define HAVE_STRINGS_H 1
  4767. | #define HAVE_STRING_H 1
  4768. | #define HAVE_SYS_MMAN_H 1
  4769. | #define HAVE_SYS_SOCKET_H 1
  4770. | #define HAVE_NETINET_IN_H 1
  4771. | #define HAVE_ARPA_INET_H 1
  4772. | #define HAVE_SYS_TIMEB_H 1
  4773. | #define HAVE_SYS_TYPES_H 1
  4774. | #define HAVE_SYS_UN_H 1
  4775. | #define HAVE_SYS_VADVISE_H 1
  4776. | #define HAVE_SYS_WAIT_H 1
  4777. | #define HAVE_TERM_H 1
  4778. | #define HAVE_UNISTD_H 1
  4779. | #define HAVE_UTIME_H 1
  4780. | #define HAVE_TERMIOS_H 1
  4781. | #define HAVE_SCHED_H 1
  4782. | #define HAVE_ALLOCA_H 1
  4783. | #define HAVE_SYS_IOCTL_H 1
  4784. | #define HAVE_SYS_MALLOC_H 1
  4785. | #define HAVE_SYS_IPC_H 1
  4786. | #define HAVE_SYS_SHM_H 1
  4787. | #define HAVE_SYS_RESOURCE_H 1
  4788. | #define HAVE_SYS_PARAM_H 1
  4789. | #define HAVE_EXECINFO_H 1
  4790. | #define HAVE_LIBM 1
  4791. | #define HAVE_CRYPT 1
  4792. | #define HAVE_SCHED_YIELD 1
  4793. | #define HAVE_COMPRESS 1
  4794. | /* end confdefs.h.  */
  4795. |
  4796. | #include <sys/types.h>
  4797. |
  4798. |
  4799. | int
  4800. | main ()
  4801. | {
  4802. | if (sizeof (int8))
  4803. |        return 0;
  4804. |   ;
  4805. |   return 0;
  4806. | }
  4807. configure:23423: result: no
  4808. configure:23433: checking for uint8
  4809. configure:23464: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  4810. conftest.c: In function 'main':
  4811. conftest.c:118: error: 'uint8' undeclared (first use in this function)
  4812. conftest.c:118: error: (Each undeclared identifier is reported only once
  4813. conftest.c:118: error: for each function it appears in.)
  4814. configure:23471: $? = 1
  4815. configure: failed program was:
  4816. | /* confdefs.h.  */
  4817. | #define PACKAGE_NAME "MySQL Server"
  4818. | #define PACKAGE_TARNAME "mysql"
  4819. | #define PACKAGE_VERSION "5.1.57"
  4820. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  4821. | #define PACKAGE_BUGREPORT ""
  4822. | #define PACKAGE "mysql"
  4823. | #define VERSION "5.1.57"
  4824. | #define STDC_HEADERS 1
  4825. | #define HAVE_SYS_TYPES_H 1
  4826. | #define HAVE_SYS_STAT_H 1
  4827. | #define HAVE_STDLIB_H 1
  4828. | #define HAVE_STRING_H 1
  4829. | #define HAVE_MEMORY_H 1
  4830. | #define HAVE_STRINGS_H 1
  4831. | #define HAVE_INTTYPES_H 1
  4832. | #define HAVE_STDINT_H 1
  4833. | #define HAVE_UNISTD_H 1
  4834. | #define HAVE_DLFCN_H 1
  4835. | #define LT_OBJDIR ".libs/"
  4836. | #define DEFINE_ALL_CHARACTER_SETS 1
  4837. | #define HAVE_CHARSET_latin1 1
  4838. | #define HAVE_CHARSET_latin1 1
  4839. | #define HAVE_CHARSET_utf8 1
  4840. | #define USE_MB 1
  4841. | #define USE_MB_IDENT 1
  4842. | #define HAVE_CHARSET_big5 1
  4843. | #define USE_MB 1
  4844. | #define USE_MB_IDENT 1
  4845. | #define HAVE_CHARSET_cp1250 1
  4846. | #define HAVE_CHARSET_cp932 1
  4847. | #define USE_MB 1
  4848. | #define USE_MB_IDENT 1
  4849. | #define HAVE_CHARSET_eucjpms 1
  4850. | #define USE_MB 1
  4851. | #define USE_MB_IDENT 1
  4852. | #define HAVE_CHARSET_euckr 1
  4853. | #define USE_MB 1
  4854. | #define USE_MB_IDENT 1
  4855. | #define HAVE_CHARSET_gb2312 1
  4856. | #define USE_MB 1
  4857. | #define USE_MB_IDENT 1
  4858. | #define HAVE_CHARSET_gbk 1
  4859. | #define USE_MB 1
  4860. | #define USE_MB_IDENT 1
  4861. | #define HAVE_CHARSET_latin1 1
  4862. | #define HAVE_CHARSET_latin2 1
  4863. | #define HAVE_CHARSET_sjis 1
  4864. | #define USE_MB 1
  4865. | #define USE_MB_IDENT 1
  4866. | #define HAVE_CHARSET_tis620 1
  4867. | #define HAVE_CHARSET_ucs2 1
  4868. | #define USE_MB 1
  4869. | #define USE_MB_IDENT 1
  4870. | #define HAVE_CHARSET_ujis 1
  4871. | #define USE_MB 1
  4872. | #define USE_MB_IDENT 1
  4873. | #define HAVE_CHARSET_utf8 1
  4874. | #define USE_MB 1
  4875. | #define USE_MB_IDENT 1
  4876. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  4877. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  4878. | #define HAVE_UCA_COLLATIONS 1
  4879. | #define PROTOCOL_VERSION 10
  4880. | #define DOT_FRM_VERSION 6
  4881. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  4882. | #define MACHINE_TYPE "i386"
  4883. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  4884. | #define COMMUNITY_SERVER 1
  4885. | #define ENABLED_PROFILING 1
  4886. | #define HAVE_DIRENT_H 1
  4887. | #define STDC_HEADERS 1
  4888. | #define HAVE_SYS_WAIT_H 1
  4889. | #define HAVE_FCNTL_H 1
  4890. | #define HAVE_FENV_H 1
  4891. | #define HAVE_FLOAT_H 1
  4892. | #define HAVE_LIMITS_H 1
  4893. | #define HAVE_MEMORY_H 1
  4894. | #define HAVE_PWD_H 1
  4895. | #define HAVE_STDLIB_H 1
  4896. | #define HAVE_STDDEF_H 1
  4897. | #define HAVE_STRINGS_H 1
  4898. | #define HAVE_STRING_H 1
  4899. | #define HAVE_SYS_MMAN_H 1
  4900. | #define HAVE_SYS_SOCKET_H 1
  4901. | #define HAVE_NETINET_IN_H 1
  4902. | #define HAVE_ARPA_INET_H 1
  4903. | #define HAVE_SYS_TIMEB_H 1
  4904. | #define HAVE_SYS_TYPES_H 1
  4905. | #define HAVE_SYS_UN_H 1
  4906. | #define HAVE_SYS_VADVISE_H 1
  4907. | #define HAVE_SYS_WAIT_H 1
  4908. | #define HAVE_TERM_H 1
  4909. | #define HAVE_UNISTD_H 1
  4910. | #define HAVE_UTIME_H 1
  4911. | #define HAVE_TERMIOS_H 1
  4912. | #define HAVE_SCHED_H 1
  4913. | #define HAVE_ALLOCA_H 1
  4914. | #define HAVE_SYS_IOCTL_H 1
  4915. | #define HAVE_SYS_MALLOC_H 1
  4916. | #define HAVE_SYS_IPC_H 1
  4917. | #define HAVE_SYS_SHM_H 1
  4918. | #define HAVE_SYS_RESOURCE_H 1
  4919. | #define HAVE_SYS_PARAM_H 1
  4920. | #define HAVE_EXECINFO_H 1
  4921. | #define HAVE_LIBM 1
  4922. | #define HAVE_CRYPT 1
  4923. | #define HAVE_SCHED_YIELD 1
  4924. | #define HAVE_COMPRESS 1
  4925. | /* end confdefs.h.  */
  4926. |
  4927. | #include <sys/types.h>
  4928. |
  4929. |
  4930. | int
  4931. | main ()
  4932. | {
  4933. | if (sizeof (uint8))
  4934. |        return 0;
  4935. |   ;
  4936. |   return 0;
  4937. | }
  4938. configure:23531: result: no
  4939. configure:23541: checking for int16
  4940. configure:23572: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  4941. conftest.c: In function 'main':
  4942. conftest.c:118: error: 'int16' undeclared (first use in this function)
  4943. conftest.c:118: error: (Each undeclared identifier is reported only once
  4944. conftest.c:118: error: for each function it appears in.)
  4945. configure:23579: $? = 1
  4946. configure: failed program was:
  4947. | /* confdefs.h.  */
  4948. | #define PACKAGE_NAME "MySQL Server"
  4949. | #define PACKAGE_TARNAME "mysql"
  4950. | #define PACKAGE_VERSION "5.1.57"
  4951. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  4952. | #define PACKAGE_BUGREPORT ""
  4953. | #define PACKAGE "mysql"
  4954. | #define VERSION "5.1.57"
  4955. | #define STDC_HEADERS 1
  4956. | #define HAVE_SYS_TYPES_H 1
  4957. | #define HAVE_SYS_STAT_H 1
  4958. | #define HAVE_STDLIB_H 1
  4959. | #define HAVE_STRING_H 1
  4960. | #define HAVE_MEMORY_H 1
  4961. | #define HAVE_STRINGS_H 1
  4962. | #define HAVE_INTTYPES_H 1
  4963. | #define HAVE_STDINT_H 1
  4964. | #define HAVE_UNISTD_H 1
  4965. | #define HAVE_DLFCN_H 1
  4966. | #define LT_OBJDIR ".libs/"
  4967. | #define DEFINE_ALL_CHARACTER_SETS 1
  4968. | #define HAVE_CHARSET_latin1 1
  4969. | #define HAVE_CHARSET_latin1 1
  4970. | #define HAVE_CHARSET_utf8 1
  4971. | #define USE_MB 1
  4972. | #define USE_MB_IDENT 1
  4973. | #define HAVE_CHARSET_big5 1
  4974. | #define USE_MB 1
  4975. | #define USE_MB_IDENT 1
  4976. | #define HAVE_CHARSET_cp1250 1
  4977. | #define HAVE_CHARSET_cp932 1
  4978. | #define USE_MB 1
  4979. | #define USE_MB_IDENT 1
  4980. | #define HAVE_CHARSET_eucjpms 1
  4981. | #define USE_MB 1
  4982. | #define USE_MB_IDENT 1
  4983. | #define HAVE_CHARSET_euckr 1
  4984. | #define USE_MB 1
  4985. | #define USE_MB_IDENT 1
  4986. | #define HAVE_CHARSET_gb2312 1
  4987. | #define USE_MB 1
  4988. | #define USE_MB_IDENT 1
  4989. | #define HAVE_CHARSET_gbk 1
  4990. | #define USE_MB 1
  4991. | #define USE_MB_IDENT 1
  4992. | #define HAVE_CHARSET_latin1 1
  4993. | #define HAVE_CHARSET_latin2 1
  4994. | #define HAVE_CHARSET_sjis 1
  4995. | #define USE_MB 1
  4996. | #define USE_MB_IDENT 1
  4997. | #define HAVE_CHARSET_tis620 1
  4998. | #define HAVE_CHARSET_ucs2 1
  4999. | #define USE_MB 1
  5000. | #define USE_MB_IDENT 1
  5001. | #define HAVE_CHARSET_ujis 1
  5002. | #define USE_MB 1
  5003. | #define USE_MB_IDENT 1
  5004. | #define HAVE_CHARSET_utf8 1
  5005. | #define USE_MB 1
  5006. | #define USE_MB_IDENT 1
  5007. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  5008. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  5009. | #define HAVE_UCA_COLLATIONS 1
  5010. | #define PROTOCOL_VERSION 10
  5011. | #define DOT_FRM_VERSION 6
  5012. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  5013. | #define MACHINE_TYPE "i386"
  5014. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  5015. | #define COMMUNITY_SERVER 1
  5016. | #define ENABLED_PROFILING 1
  5017. | #define HAVE_DIRENT_H 1
  5018. | #define STDC_HEADERS 1
  5019. | #define HAVE_SYS_WAIT_H 1
  5020. | #define HAVE_FCNTL_H 1
  5021. | #define HAVE_FENV_H 1
  5022. | #define HAVE_FLOAT_H 1
  5023. | #define HAVE_LIMITS_H 1
  5024. | #define HAVE_MEMORY_H 1
  5025. | #define HAVE_PWD_H 1
  5026. | #define HAVE_STDLIB_H 1
  5027. | #define HAVE_STDDEF_H 1
  5028. | #define HAVE_STRINGS_H 1
  5029. | #define HAVE_STRING_H 1
  5030. | #define HAVE_SYS_MMAN_H 1
  5031. | #define HAVE_SYS_SOCKET_H 1
  5032. | #define HAVE_NETINET_IN_H 1
  5033. | #define HAVE_ARPA_INET_H 1
  5034. | #define HAVE_SYS_TIMEB_H 1
  5035. | #define HAVE_SYS_TYPES_H 1
  5036. | #define HAVE_SYS_UN_H 1
  5037. | #define HAVE_SYS_VADVISE_H 1
  5038. | #define HAVE_SYS_WAIT_H 1
  5039. | #define HAVE_TERM_H 1
  5040. | #define HAVE_UNISTD_H 1
  5041. | #define HAVE_UTIME_H 1
  5042. | #define HAVE_TERMIOS_H 1
  5043. | #define HAVE_SCHED_H 1
  5044. | #define HAVE_ALLOCA_H 1
  5045. | #define HAVE_SYS_IOCTL_H 1
  5046. | #define HAVE_SYS_MALLOC_H 1
  5047. | #define HAVE_SYS_IPC_H 1
  5048. | #define HAVE_SYS_SHM_H 1
  5049. | #define HAVE_SYS_RESOURCE_H 1
  5050. | #define HAVE_SYS_PARAM_H 1
  5051. | #define HAVE_EXECINFO_H 1
  5052. | #define HAVE_LIBM 1
  5053. | #define HAVE_CRYPT 1
  5054. | #define HAVE_SCHED_YIELD 1
  5055. | #define HAVE_COMPRESS 1
  5056. | /* end confdefs.h.  */
  5057. |
  5058. | #include <sys/types.h>
  5059. |
  5060. |
  5061. | int
  5062. | main ()
  5063. | {
  5064. | if (sizeof (int16))
  5065. |        return 0;
  5066. |   ;
  5067. |   return 0;
  5068. | }
  5069. configure:23639: result: no
  5070. configure:23649: checking for uint16
  5071. configure:23680: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  5072. conftest.c: In function 'main':
  5073. conftest.c:118: error: 'uint16' undeclared (first use in this function)
  5074. conftest.c:118: error: (Each undeclared identifier is reported only once
  5075. conftest.c:118: error: for each function it appears in.)
  5076. configure:23687: $? = 1
  5077. configure: failed program was:
  5078. | /* confdefs.h.  */
  5079. | #define PACKAGE_NAME "MySQL Server"
  5080. | #define PACKAGE_TARNAME "mysql"
  5081. | #define PACKAGE_VERSION "5.1.57"
  5082. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  5083. | #define PACKAGE_BUGREPORT ""
  5084. | #define PACKAGE "mysql"
  5085. | #define VERSION "5.1.57"
  5086. | #define STDC_HEADERS 1
  5087. | #define HAVE_SYS_TYPES_H 1
  5088. | #define HAVE_SYS_STAT_H 1
  5089. | #define HAVE_STDLIB_H 1
  5090. | #define HAVE_STRING_H 1
  5091. | #define HAVE_MEMORY_H 1
  5092. | #define HAVE_STRINGS_H 1
  5093. | #define HAVE_INTTYPES_H 1
  5094. | #define HAVE_STDINT_H 1
  5095. | #define HAVE_UNISTD_H 1
  5096. | #define HAVE_DLFCN_H 1
  5097. | #define LT_OBJDIR ".libs/"
  5098. | #define DEFINE_ALL_CHARACTER_SETS 1
  5099. | #define HAVE_CHARSET_latin1 1
  5100. | #define HAVE_CHARSET_latin1 1
  5101. | #define HAVE_CHARSET_utf8 1
  5102. | #define USE_MB 1
  5103. | #define USE_MB_IDENT 1
  5104. | #define HAVE_CHARSET_big5 1
  5105. | #define USE_MB 1
  5106. | #define USE_MB_IDENT 1
  5107. | #define HAVE_CHARSET_cp1250 1
  5108. | #define HAVE_CHARSET_cp932 1
  5109. | #define USE_MB 1
  5110. | #define USE_MB_IDENT 1
  5111. | #define HAVE_CHARSET_eucjpms 1
  5112. | #define USE_MB 1
  5113. | #define USE_MB_IDENT 1
  5114. | #define HAVE_CHARSET_euckr 1
  5115. | #define USE_MB 1
  5116. | #define USE_MB_IDENT 1
  5117. | #define HAVE_CHARSET_gb2312 1
  5118. | #define USE_MB 1
  5119. | #define USE_MB_IDENT 1
  5120. | #define HAVE_CHARSET_gbk 1
  5121. | #define USE_MB 1
  5122. | #define USE_MB_IDENT 1
  5123. | #define HAVE_CHARSET_latin1 1
  5124. | #define HAVE_CHARSET_latin2 1
  5125. | #define HAVE_CHARSET_sjis 1
  5126. | #define USE_MB 1
  5127. | #define USE_MB_IDENT 1
  5128. | #define HAVE_CHARSET_tis620 1
  5129. | #define HAVE_CHARSET_ucs2 1
  5130. | #define USE_MB 1
  5131. | #define USE_MB_IDENT 1
  5132. | #define HAVE_CHARSET_ujis 1
  5133. | #define USE_MB 1
  5134. | #define USE_MB_IDENT 1
  5135. | #define HAVE_CHARSET_utf8 1
  5136. | #define USE_MB 1
  5137. | #define USE_MB_IDENT 1
  5138. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  5139. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  5140. | #define HAVE_UCA_COLLATIONS 1
  5141. | #define PROTOCOL_VERSION 10
  5142. | #define DOT_FRM_VERSION 6
  5143. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  5144. | #define MACHINE_TYPE "i386"
  5145. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  5146. | #define COMMUNITY_SERVER 1
  5147. | #define ENABLED_PROFILING 1
  5148. | #define HAVE_DIRENT_H 1
  5149. | #define STDC_HEADERS 1
  5150. | #define HAVE_SYS_WAIT_H 1
  5151. | #define HAVE_FCNTL_H 1
  5152. | #define HAVE_FENV_H 1
  5153. | #define HAVE_FLOAT_H 1
  5154. | #define HAVE_LIMITS_H 1
  5155. | #define HAVE_MEMORY_H 1
  5156. | #define HAVE_PWD_H 1
  5157. | #define HAVE_STDLIB_H 1
  5158. | #define HAVE_STDDEF_H 1
  5159. | #define HAVE_STRINGS_H 1
  5160. | #define HAVE_STRING_H 1
  5161. | #define HAVE_SYS_MMAN_H 1
  5162. | #define HAVE_SYS_SOCKET_H 1
  5163. | #define HAVE_NETINET_IN_H 1
  5164. | #define HAVE_ARPA_INET_H 1
  5165. | #define HAVE_SYS_TIMEB_H 1
  5166. | #define HAVE_SYS_TYPES_H 1
  5167. | #define HAVE_SYS_UN_H 1
  5168. | #define HAVE_SYS_VADVISE_H 1
  5169. | #define HAVE_SYS_WAIT_H 1
  5170. | #define HAVE_TERM_H 1
  5171. | #define HAVE_UNISTD_H 1
  5172. | #define HAVE_UTIME_H 1
  5173. | #define HAVE_TERMIOS_H 1
  5174. | #define HAVE_SCHED_H 1
  5175. | #define HAVE_ALLOCA_H 1
  5176. | #define HAVE_SYS_IOCTL_H 1
  5177. | #define HAVE_SYS_MALLOC_H 1
  5178. | #define HAVE_SYS_IPC_H 1
  5179. | #define HAVE_SYS_SHM_H 1
  5180. | #define HAVE_SYS_RESOURCE_H 1
  5181. | #define HAVE_SYS_PARAM_H 1
  5182. | #define HAVE_EXECINFO_H 1
  5183. | #define HAVE_LIBM 1
  5184. | #define HAVE_CRYPT 1
  5185. | #define HAVE_SCHED_YIELD 1
  5186. | #define HAVE_COMPRESS 1
  5187. | /* end confdefs.h.  */
  5188. |
  5189. | #include <sys/types.h>
  5190. |
  5191. |
  5192. | int
  5193. | main ()
  5194. | {
  5195. | if (sizeof (uint16))
  5196. |        return 0;
  5197. |   ;
  5198. |   return 0;
  5199. | }
  5200. configure:23747: result: no
  5201. configure:23757: checking for int32
  5202. configure:23788: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  5203. conftest.c: In function 'main':
  5204. conftest.c:118: error: 'int32' undeclared (first use in this function)
  5205. conftest.c:118: error: (Each undeclared identifier is reported only once
  5206. conftest.c:118: error: for each function it appears in.)
  5207. configure:23795: $? = 1
  5208. configure: failed program was:
  5209. | /* confdefs.h.  */
  5210. | #define PACKAGE_NAME "MySQL Server"
  5211. | #define PACKAGE_TARNAME "mysql"
  5212. | #define PACKAGE_VERSION "5.1.57"
  5213. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  5214. | #define PACKAGE_BUGREPORT ""
  5215. | #define PACKAGE "mysql"
  5216. | #define VERSION "5.1.57"
  5217. | #define STDC_HEADERS 1
  5218. | #define HAVE_SYS_TYPES_H 1
  5219. | #define HAVE_SYS_STAT_H 1
  5220. | #define HAVE_STDLIB_H 1
  5221. | #define HAVE_STRING_H 1
  5222. | #define HAVE_MEMORY_H 1
  5223. | #define HAVE_STRINGS_H 1
  5224. | #define HAVE_INTTYPES_H 1
  5225. | #define HAVE_STDINT_H 1
  5226. | #define HAVE_UNISTD_H 1
  5227. | #define HAVE_DLFCN_H 1
  5228. | #define LT_OBJDIR ".libs/"
  5229. | #define DEFINE_ALL_CHARACTER_SETS 1
  5230. | #define HAVE_CHARSET_latin1 1
  5231. | #define HAVE_CHARSET_latin1 1
  5232. | #define HAVE_CHARSET_utf8 1
  5233. | #define USE_MB 1
  5234. | #define USE_MB_IDENT 1
  5235. | #define HAVE_CHARSET_big5 1
  5236. | #define USE_MB 1
  5237. | #define USE_MB_IDENT 1
  5238. | #define HAVE_CHARSET_cp1250 1
  5239. | #define HAVE_CHARSET_cp932 1
  5240. | #define USE_MB 1
  5241. | #define USE_MB_IDENT 1
  5242. | #define HAVE_CHARSET_eucjpms 1
  5243. | #define USE_MB 1
  5244. | #define USE_MB_IDENT 1
  5245. | #define HAVE_CHARSET_euckr 1
  5246. | #define USE_MB 1
  5247. | #define USE_MB_IDENT 1
  5248. | #define HAVE_CHARSET_gb2312 1
  5249. | #define USE_MB 1
  5250. | #define USE_MB_IDENT 1
  5251. | #define HAVE_CHARSET_gbk 1
  5252. | #define USE_MB 1
  5253. | #define USE_MB_IDENT 1
  5254. | #define HAVE_CHARSET_latin1 1
  5255. | #define HAVE_CHARSET_latin2 1
  5256. | #define HAVE_CHARSET_sjis 1
  5257. | #define USE_MB 1
  5258. | #define USE_MB_IDENT 1
  5259. | #define HAVE_CHARSET_tis620 1
  5260. | #define HAVE_CHARSET_ucs2 1
  5261. | #define USE_MB 1
  5262. | #define USE_MB_IDENT 1
  5263. | #define HAVE_CHARSET_ujis 1
  5264. | #define USE_MB 1
  5265. | #define USE_MB_IDENT 1
  5266. | #define HAVE_CHARSET_utf8 1
  5267. | #define USE_MB 1
  5268. | #define USE_MB_IDENT 1
  5269. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  5270. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  5271. | #define HAVE_UCA_COLLATIONS 1
  5272. | #define PROTOCOL_VERSION 10
  5273. | #define DOT_FRM_VERSION 6
  5274. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  5275. | #define MACHINE_TYPE "i386"
  5276. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  5277. | #define COMMUNITY_SERVER 1
  5278. | #define ENABLED_PROFILING 1
  5279. | #define HAVE_DIRENT_H 1
  5280. | #define STDC_HEADERS 1
  5281. | #define HAVE_SYS_WAIT_H 1
  5282. | #define HAVE_FCNTL_H 1
  5283. | #define HAVE_FENV_H 1
  5284. | #define HAVE_FLOAT_H 1
  5285. | #define HAVE_LIMITS_H 1
  5286. | #define HAVE_MEMORY_H 1
  5287. | #define HAVE_PWD_H 1
  5288. | #define HAVE_STDLIB_H 1
  5289. | #define HAVE_STDDEF_H 1
  5290. | #define HAVE_STRINGS_H 1
  5291. | #define HAVE_STRING_H 1
  5292. | #define HAVE_SYS_MMAN_H 1
  5293. | #define HAVE_SYS_SOCKET_H 1
  5294. | #define HAVE_NETINET_IN_H 1
  5295. | #define HAVE_ARPA_INET_H 1
  5296. | #define HAVE_SYS_TIMEB_H 1
  5297. | #define HAVE_SYS_TYPES_H 1
  5298. | #define HAVE_SYS_UN_H 1
  5299. | #define HAVE_SYS_VADVISE_H 1
  5300. | #define HAVE_SYS_WAIT_H 1
  5301. | #define HAVE_TERM_H 1
  5302. | #define HAVE_UNISTD_H 1
  5303. | #define HAVE_UTIME_H 1
  5304. | #define HAVE_TERMIOS_H 1
  5305. | #define HAVE_SCHED_H 1
  5306. | #define HAVE_ALLOCA_H 1
  5307. | #define HAVE_SYS_IOCTL_H 1
  5308. | #define HAVE_SYS_MALLOC_H 1
  5309. | #define HAVE_SYS_IPC_H 1
  5310. | #define HAVE_SYS_SHM_H 1
  5311. | #define HAVE_SYS_RESOURCE_H 1
  5312. | #define HAVE_SYS_PARAM_H 1
  5313. | #define HAVE_EXECINFO_H 1
  5314. | #define HAVE_LIBM 1
  5315. | #define HAVE_CRYPT 1
  5316. | #define HAVE_SCHED_YIELD 1
  5317. | #define HAVE_COMPRESS 1
  5318. | /* end confdefs.h.  */
  5319. |
  5320. | #include <sys/types.h>
  5321. |
  5322. |
  5323. | int
  5324. | main ()
  5325. | {
  5326. | if (sizeof (int32))
  5327. |        return 0;
  5328. |   ;
  5329. |   return 0;
  5330. | }
  5331. configure:23855: result: no
  5332. configure:23865: checking for uint32
  5333. configure:23896: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  5334. conftest.c: In function 'main':
  5335. conftest.c:118: error: 'uint32' undeclared (first use in this function)
  5336. conftest.c:118: error: (Each undeclared identifier is reported only once
  5337. conftest.c:118: error: for each function it appears in.)
  5338. configure:23903: $? = 1
  5339. configure: failed program was:
  5340. | /* confdefs.h.  */
  5341. | #define PACKAGE_NAME "MySQL Server"
  5342. | #define PACKAGE_TARNAME "mysql"
  5343. | #define PACKAGE_VERSION "5.1.57"
  5344. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  5345. | #define PACKAGE_BUGREPORT ""
  5346. | #define PACKAGE "mysql"
  5347. | #define VERSION "5.1.57"
  5348. | #define STDC_HEADERS 1
  5349. | #define HAVE_SYS_TYPES_H 1
  5350. | #define HAVE_SYS_STAT_H 1
  5351. | #define HAVE_STDLIB_H 1
  5352. | #define HAVE_STRING_H 1
  5353. | #define HAVE_MEMORY_H 1
  5354. | #define HAVE_STRINGS_H 1
  5355. | #define HAVE_INTTYPES_H 1
  5356. | #define HAVE_STDINT_H 1
  5357. | #define HAVE_UNISTD_H 1
  5358. | #define HAVE_DLFCN_H 1
  5359. | #define LT_OBJDIR ".libs/"
  5360. | #define DEFINE_ALL_CHARACTER_SETS 1
  5361. | #define HAVE_CHARSET_latin1 1
  5362. | #define HAVE_CHARSET_latin1 1
  5363. | #define HAVE_CHARSET_utf8 1
  5364. | #define USE_MB 1
  5365. | #define USE_MB_IDENT 1
  5366. | #define HAVE_CHARSET_big5 1
  5367. | #define USE_MB 1
  5368. | #define USE_MB_IDENT 1
  5369. | #define HAVE_CHARSET_cp1250 1
  5370. | #define HAVE_CHARSET_cp932 1
  5371. | #define USE_MB 1
  5372. | #define USE_MB_IDENT 1
  5373. | #define HAVE_CHARSET_eucjpms 1
  5374. | #define USE_MB 1
  5375. | #define USE_MB_IDENT 1
  5376. | #define HAVE_CHARSET_euckr 1
  5377. | #define USE_MB 1
  5378. | #define USE_MB_IDENT 1
  5379. | #define HAVE_CHARSET_gb2312 1
  5380. | #define USE_MB 1
  5381. | #define USE_MB_IDENT 1
  5382. | #define HAVE_CHARSET_gbk 1
  5383. | #define USE_MB 1
  5384. | #define USE_MB_IDENT 1
  5385. | #define HAVE_CHARSET_latin1 1
  5386. | #define HAVE_CHARSET_latin2 1
  5387. | #define HAVE_CHARSET_sjis 1
  5388. | #define USE_MB 1
  5389. | #define USE_MB_IDENT 1
  5390. | #define HAVE_CHARSET_tis620 1
  5391. | #define HAVE_CHARSET_ucs2 1
  5392. | #define USE_MB 1
  5393. | #define USE_MB_IDENT 1
  5394. | #define HAVE_CHARSET_ujis 1
  5395. | #define USE_MB 1
  5396. | #define USE_MB_IDENT 1
  5397. | #define HAVE_CHARSET_utf8 1
  5398. | #define USE_MB 1
  5399. | #define USE_MB_IDENT 1
  5400. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  5401. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  5402. | #define HAVE_UCA_COLLATIONS 1
  5403. | #define PROTOCOL_VERSION 10
  5404. | #define DOT_FRM_VERSION 6
  5405. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  5406. | #define MACHINE_TYPE "i386"
  5407. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  5408. | #define COMMUNITY_SERVER 1
  5409. | #define ENABLED_PROFILING 1
  5410. | #define HAVE_DIRENT_H 1
  5411. | #define STDC_HEADERS 1
  5412. | #define HAVE_SYS_WAIT_H 1
  5413. | #define HAVE_FCNTL_H 1
  5414. | #define HAVE_FENV_H 1
  5415. | #define HAVE_FLOAT_H 1
  5416. | #define HAVE_LIMITS_H 1
  5417. | #define HAVE_MEMORY_H 1
  5418. | #define HAVE_PWD_H 1
  5419. | #define HAVE_STDLIB_H 1
  5420. | #define HAVE_STDDEF_H 1
  5421. | #define HAVE_STRINGS_H 1
  5422. | #define HAVE_STRING_H 1
  5423. | #define HAVE_SYS_MMAN_H 1
  5424. | #define HAVE_SYS_SOCKET_H 1
  5425. | #define HAVE_NETINET_IN_H 1
  5426. | #define HAVE_ARPA_INET_H 1
  5427. | #define HAVE_SYS_TIMEB_H 1
  5428. | #define HAVE_SYS_TYPES_H 1
  5429. | #define HAVE_SYS_UN_H 1
  5430. | #define HAVE_SYS_VADVISE_H 1
  5431. | #define HAVE_SYS_WAIT_H 1
  5432. | #define HAVE_TERM_H 1
  5433. | #define HAVE_UNISTD_H 1
  5434. | #define HAVE_UTIME_H 1
  5435. | #define HAVE_TERMIOS_H 1
  5436. | #define HAVE_SCHED_H 1
  5437. | #define HAVE_ALLOCA_H 1
  5438. | #define HAVE_SYS_IOCTL_H 1
  5439. | #define HAVE_SYS_MALLOC_H 1
  5440. | #define HAVE_SYS_IPC_H 1
  5441. | #define HAVE_SYS_SHM_H 1
  5442. | #define HAVE_SYS_RESOURCE_H 1
  5443. | #define HAVE_SYS_PARAM_H 1
  5444. | #define HAVE_EXECINFO_H 1
  5445. | #define HAVE_LIBM 1
  5446. | #define HAVE_CRYPT 1
  5447. | #define HAVE_SCHED_YIELD 1
  5448. | #define HAVE_COMPRESS 1
  5449. | /* end confdefs.h.  */
  5450. |
  5451. | #include <sys/types.h>
  5452. |
  5453. |
  5454. | int
  5455. | main ()
  5456. | {
  5457. | if (sizeof (uint32))
  5458. |        return 0;
  5459. |   ;
  5460. |   return 0;
  5461. | }
  5462. configure:23963: result: no
  5463. configure:23973: checking for int64
  5464. configure:24004: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  5465. conftest.c: In function 'main':
  5466. conftest.c:118: error: 'int64' undeclared (first use in this function)
  5467. conftest.c:118: error: (Each undeclared identifier is reported only once
  5468. conftest.c:118: error: for each function it appears in.)
  5469. configure:24011: $? = 1
  5470. configure: failed program was:
  5471. | /* confdefs.h.  */
  5472. | #define PACKAGE_NAME "MySQL Server"
  5473. | #define PACKAGE_TARNAME "mysql"
  5474. | #define PACKAGE_VERSION "5.1.57"
  5475. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  5476. | #define PACKAGE_BUGREPORT ""
  5477. | #define PACKAGE "mysql"
  5478. | #define VERSION "5.1.57"
  5479. | #define STDC_HEADERS 1
  5480. | #define HAVE_SYS_TYPES_H 1
  5481. | #define HAVE_SYS_STAT_H 1
  5482. | #define HAVE_STDLIB_H 1
  5483. | #define HAVE_STRING_H 1
  5484. | #define HAVE_MEMORY_H 1
  5485. | #define HAVE_STRINGS_H 1
  5486. | #define HAVE_INTTYPES_H 1
  5487. | #define HAVE_STDINT_H 1
  5488. | #define HAVE_UNISTD_H 1
  5489. | #define HAVE_DLFCN_H 1
  5490. | #define LT_OBJDIR ".libs/"
  5491. | #define DEFINE_ALL_CHARACTER_SETS 1
  5492. | #define HAVE_CHARSET_latin1 1
  5493. | #define HAVE_CHARSET_latin1 1
  5494. | #define HAVE_CHARSET_utf8 1
  5495. | #define USE_MB 1
  5496. | #define USE_MB_IDENT 1
  5497. | #define HAVE_CHARSET_big5 1
  5498. | #define USE_MB 1
  5499. | #define USE_MB_IDENT 1
  5500. | #define HAVE_CHARSET_cp1250 1
  5501. | #define HAVE_CHARSET_cp932 1
  5502. | #define USE_MB 1
  5503. | #define USE_MB_IDENT 1
  5504. | #define HAVE_CHARSET_eucjpms 1
  5505. | #define USE_MB 1
  5506. | #define USE_MB_IDENT 1
  5507. | #define HAVE_CHARSET_euckr 1
  5508. | #define USE_MB 1
  5509. | #define USE_MB_IDENT 1
  5510. | #define HAVE_CHARSET_gb2312 1
  5511. | #define USE_MB 1
  5512. | #define USE_MB_IDENT 1
  5513. | #define HAVE_CHARSET_gbk 1
  5514. | #define USE_MB 1
  5515. | #define USE_MB_IDENT 1
  5516. | #define HAVE_CHARSET_latin1 1
  5517. | #define HAVE_CHARSET_latin2 1
  5518. | #define HAVE_CHARSET_sjis 1
  5519. | #define USE_MB 1
  5520. | #define USE_MB_IDENT 1
  5521. | #define HAVE_CHARSET_tis620 1
  5522. | #define HAVE_CHARSET_ucs2 1
  5523. | #define USE_MB 1
  5524. | #define USE_MB_IDENT 1
  5525. | #define HAVE_CHARSET_ujis 1
  5526. | #define USE_MB 1
  5527. | #define USE_MB_IDENT 1
  5528. | #define HAVE_CHARSET_utf8 1
  5529. | #define USE_MB 1
  5530. | #define USE_MB_IDENT 1
  5531. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  5532. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  5533. | #define HAVE_UCA_COLLATIONS 1
  5534. | #define PROTOCOL_VERSION 10
  5535. | #define DOT_FRM_VERSION 6
  5536. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  5537. | #define MACHINE_TYPE "i386"
  5538. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  5539. | #define COMMUNITY_SERVER 1
  5540. | #define ENABLED_PROFILING 1
  5541. | #define HAVE_DIRENT_H 1
  5542. | #define STDC_HEADERS 1
  5543. | #define HAVE_SYS_WAIT_H 1
  5544. | #define HAVE_FCNTL_H 1
  5545. | #define HAVE_FENV_H 1
  5546. | #define HAVE_FLOAT_H 1
  5547. | #define HAVE_LIMITS_H 1
  5548. | #define HAVE_MEMORY_H 1
  5549. | #define HAVE_PWD_H 1
  5550. | #define HAVE_STDLIB_H 1
  5551. | #define HAVE_STDDEF_H 1
  5552. | #define HAVE_STRINGS_H 1
  5553. | #define HAVE_STRING_H 1
  5554. | #define HAVE_SYS_MMAN_H 1
  5555. | #define HAVE_SYS_SOCKET_H 1
  5556. | #define HAVE_NETINET_IN_H 1
  5557. | #define HAVE_ARPA_INET_H 1
  5558. | #define HAVE_SYS_TIMEB_H 1
  5559. | #define HAVE_SYS_TYPES_H 1
  5560. | #define HAVE_SYS_UN_H 1
  5561. | #define HAVE_SYS_VADVISE_H 1
  5562. | #define HAVE_SYS_WAIT_H 1
  5563. | #define HAVE_TERM_H 1
  5564. | #define HAVE_UNISTD_H 1
  5565. | #define HAVE_UTIME_H 1
  5566. | #define HAVE_TERMIOS_H 1
  5567. | #define HAVE_SCHED_H 1
  5568. | #define HAVE_ALLOCA_H 1
  5569. | #define HAVE_SYS_IOCTL_H 1
  5570. | #define HAVE_SYS_MALLOC_H 1
  5571. | #define HAVE_SYS_IPC_H 1
  5572. | #define HAVE_SYS_SHM_H 1
  5573. | #define HAVE_SYS_RESOURCE_H 1
  5574. | #define HAVE_SYS_PARAM_H 1
  5575. | #define HAVE_EXECINFO_H 1
  5576. | #define HAVE_LIBM 1
  5577. | #define HAVE_CRYPT 1
  5578. | #define HAVE_SCHED_YIELD 1
  5579. | #define HAVE_COMPRESS 1
  5580. | /* end confdefs.h.  */
  5581. |
  5582. | #include <sys/types.h>
  5583. |
  5584. |
  5585. | int
  5586. | main ()
  5587. | {
  5588. | if (sizeof (int64))
  5589. |        return 0;
  5590. |   ;
  5591. |   return 0;
  5592. | }
  5593. configure:24071: result: no
  5594. configure:24081: checking for uint64
  5595. configure:24112: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  5596. conftest.c: In function 'main':
  5597. conftest.c:118: error: 'uint64' undeclared (first use in this function)
  5598. conftest.c:118: error: (Each undeclared identifier is reported only once
  5599. conftest.c:118: error: for each function it appears in.)
  5600. configure:24119: $? = 1
  5601. configure: failed program was:
  5602. | /* confdefs.h.  */
  5603. | #define PACKAGE_NAME "MySQL Server"
  5604. | #define PACKAGE_TARNAME "mysql"
  5605. | #define PACKAGE_VERSION "5.1.57"
  5606. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  5607. | #define PACKAGE_BUGREPORT ""
  5608. | #define PACKAGE "mysql"
  5609. | #define VERSION "5.1.57"
  5610. | #define STDC_HEADERS 1
  5611. | #define HAVE_SYS_TYPES_H 1
  5612. | #define HAVE_SYS_STAT_H 1
  5613. | #define HAVE_STDLIB_H 1
  5614. | #define HAVE_STRING_H 1
  5615. | #define HAVE_MEMORY_H 1
  5616. | #define HAVE_STRINGS_H 1
  5617. | #define HAVE_INTTYPES_H 1
  5618. | #define HAVE_STDINT_H 1
  5619. | #define HAVE_UNISTD_H 1
  5620. | #define HAVE_DLFCN_H 1
  5621. | #define LT_OBJDIR ".libs/"
  5622. | #define DEFINE_ALL_CHARACTER_SETS 1
  5623. | #define HAVE_CHARSET_latin1 1
  5624. | #define HAVE_CHARSET_latin1 1
  5625. | #define HAVE_CHARSET_utf8 1
  5626. | #define USE_MB 1
  5627. | #define USE_MB_IDENT 1
  5628. | #define HAVE_CHARSET_big5 1
  5629. | #define USE_MB 1
  5630. | #define USE_MB_IDENT 1
  5631. | #define HAVE_CHARSET_cp1250 1
  5632. | #define HAVE_CHARSET_cp932 1
  5633. | #define USE_MB 1
  5634. | #define USE_MB_IDENT 1
  5635. | #define HAVE_CHARSET_eucjpms 1
  5636. | #define USE_MB 1
  5637. | #define USE_MB_IDENT 1
  5638. | #define HAVE_CHARSET_euckr 1
  5639. | #define USE_MB 1
  5640. | #define USE_MB_IDENT 1
  5641. | #define HAVE_CHARSET_gb2312 1
  5642. | #define USE_MB 1
  5643. | #define USE_MB_IDENT 1
  5644. | #define HAVE_CHARSET_gbk 1
  5645. | #define USE_MB 1
  5646. | #define USE_MB_IDENT 1
  5647. | #define HAVE_CHARSET_latin1 1
  5648. | #define HAVE_CHARSET_latin2 1
  5649. | #define HAVE_CHARSET_sjis 1
  5650. | #define USE_MB 1
  5651. | #define USE_MB_IDENT 1
  5652. | #define HAVE_CHARSET_tis620 1
  5653. | #define HAVE_CHARSET_ucs2 1
  5654. | #define USE_MB 1
  5655. | #define USE_MB_IDENT 1
  5656. | #define HAVE_CHARSET_ujis 1
  5657. | #define USE_MB 1
  5658. | #define USE_MB_IDENT 1
  5659. | #define HAVE_CHARSET_utf8 1
  5660. | #define USE_MB 1
  5661. | #define USE_MB_IDENT 1
  5662. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  5663. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  5664. | #define HAVE_UCA_COLLATIONS 1
  5665. | #define PROTOCOL_VERSION 10
  5666. | #define DOT_FRM_VERSION 6
  5667. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  5668. | #define MACHINE_TYPE "i386"
  5669. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  5670. | #define COMMUNITY_SERVER 1
  5671. | #define ENABLED_PROFILING 1
  5672. | #define HAVE_DIRENT_H 1
  5673. | #define STDC_HEADERS 1
  5674. | #define HAVE_SYS_WAIT_H 1
  5675. | #define HAVE_FCNTL_H 1
  5676. | #define HAVE_FENV_H 1
  5677. | #define HAVE_FLOAT_H 1
  5678. | #define HAVE_LIMITS_H 1
  5679. | #define HAVE_MEMORY_H 1
  5680. | #define HAVE_PWD_H 1
  5681. | #define HAVE_STDLIB_H 1
  5682. | #define HAVE_STDDEF_H 1
  5683. | #define HAVE_STRINGS_H 1
  5684. | #define HAVE_STRING_H 1
  5685. | #define HAVE_SYS_MMAN_H 1
  5686. | #define HAVE_SYS_SOCKET_H 1
  5687. | #define HAVE_NETINET_IN_H 1
  5688. | #define HAVE_ARPA_INET_H 1
  5689. | #define HAVE_SYS_TIMEB_H 1
  5690. | #define HAVE_SYS_TYPES_H 1
  5691. | #define HAVE_SYS_UN_H 1
  5692. | #define HAVE_SYS_VADVISE_H 1
  5693. | #define HAVE_SYS_WAIT_H 1
  5694. | #define HAVE_TERM_H 1
  5695. | #define HAVE_UNISTD_H 1
  5696. | #define HAVE_UTIME_H 1
  5697. | #define HAVE_TERMIOS_H 1
  5698. | #define HAVE_SCHED_H 1
  5699. | #define HAVE_ALLOCA_H 1
  5700. | #define HAVE_SYS_IOCTL_H 1
  5701. | #define HAVE_SYS_MALLOC_H 1
  5702. | #define HAVE_SYS_IPC_H 1
  5703. | #define HAVE_SYS_SHM_H 1
  5704. | #define HAVE_SYS_RESOURCE_H 1
  5705. | #define HAVE_SYS_PARAM_H 1
  5706. | #define HAVE_EXECINFO_H 1
  5707. | #define HAVE_LIBM 1
  5708. | #define HAVE_CRYPT 1
  5709. | #define HAVE_SCHED_YIELD 1
  5710. | #define HAVE_COMPRESS 1
  5711. | /* end confdefs.h.  */
  5712. |
  5713. | #include <sys/types.h>
  5714. |
  5715. |
  5716. | int
  5717. | main ()
  5718. | {
  5719. | if (sizeof (uint64))
  5720. |        return 0;
  5721. |   ;
  5722. |   return 0;
  5723. | }
  5724. configure:24179: result: no
  5725. configure:24189: checking for uchar
  5726. configure:24220: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  5727. conftest.c: In function 'main':
  5728. conftest.c:118: error: 'uchar' undeclared (first use in this function)
  5729. conftest.c:118: error: (Each undeclared identifier is reported only once
  5730. conftest.c:118: error: for each function it appears in.)
  5731. configure:24227: $? = 1
  5732. configure: failed program was:
  5733. | /* confdefs.h.  */
  5734. | #define PACKAGE_NAME "MySQL Server"
  5735. | #define PACKAGE_TARNAME "mysql"
  5736. | #define PACKAGE_VERSION "5.1.57"
  5737. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  5738. | #define PACKAGE_BUGREPORT ""
  5739. | #define PACKAGE "mysql"
  5740. | #define VERSION "5.1.57"
  5741. | #define STDC_HEADERS 1
  5742. | #define HAVE_SYS_TYPES_H 1
  5743. | #define HAVE_SYS_STAT_H 1
  5744. | #define HAVE_STDLIB_H 1
  5745. | #define HAVE_STRING_H 1
  5746. | #define HAVE_MEMORY_H 1
  5747. | #define HAVE_STRINGS_H 1
  5748. | #define HAVE_INTTYPES_H 1
  5749. | #define HAVE_STDINT_H 1
  5750. | #define HAVE_UNISTD_H 1
  5751. | #define HAVE_DLFCN_H 1
  5752. | #define LT_OBJDIR ".libs/"
  5753. | #define DEFINE_ALL_CHARACTER_SETS 1
  5754. | #define HAVE_CHARSET_latin1 1
  5755. | #define HAVE_CHARSET_latin1 1
  5756. | #define HAVE_CHARSET_utf8 1
  5757. | #define USE_MB 1
  5758. | #define USE_MB_IDENT 1
  5759. | #define HAVE_CHARSET_big5 1
  5760. | #define USE_MB 1
  5761. | #define USE_MB_IDENT 1
  5762. | #define HAVE_CHARSET_cp1250 1
  5763. | #define HAVE_CHARSET_cp932 1
  5764. | #define USE_MB 1
  5765. | #define USE_MB_IDENT 1
  5766. | #define HAVE_CHARSET_eucjpms 1
  5767. | #define USE_MB 1
  5768. | #define USE_MB_IDENT 1
  5769. | #define HAVE_CHARSET_euckr 1
  5770. | #define USE_MB 1
  5771. | #define USE_MB_IDENT 1
  5772. | #define HAVE_CHARSET_gb2312 1
  5773. | #define USE_MB 1
  5774. | #define USE_MB_IDENT 1
  5775. | #define HAVE_CHARSET_gbk 1
  5776. | #define USE_MB 1
  5777. | #define USE_MB_IDENT 1
  5778. | #define HAVE_CHARSET_latin1 1
  5779. | #define HAVE_CHARSET_latin2 1
  5780. | #define HAVE_CHARSET_sjis 1
  5781. | #define USE_MB 1
  5782. | #define USE_MB_IDENT 1
  5783. | #define HAVE_CHARSET_tis620 1
  5784. | #define HAVE_CHARSET_ucs2 1
  5785. | #define USE_MB 1
  5786. | #define USE_MB_IDENT 1
  5787. | #define HAVE_CHARSET_ujis 1
  5788. | #define USE_MB 1
  5789. | #define USE_MB_IDENT 1
  5790. | #define HAVE_CHARSET_utf8 1
  5791. | #define USE_MB 1
  5792. | #define USE_MB_IDENT 1
  5793. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  5794. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  5795. | #define HAVE_UCA_COLLATIONS 1
  5796. | #define PROTOCOL_VERSION 10
  5797. | #define DOT_FRM_VERSION 6
  5798. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  5799. | #define MACHINE_TYPE "i386"
  5800. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  5801. | #define COMMUNITY_SERVER 1
  5802. | #define ENABLED_PROFILING 1
  5803. | #define HAVE_DIRENT_H 1
  5804. | #define STDC_HEADERS 1
  5805. | #define HAVE_SYS_WAIT_H 1
  5806. | #define HAVE_FCNTL_H 1
  5807. | #define HAVE_FENV_H 1
  5808. | #define HAVE_FLOAT_H 1
  5809. | #define HAVE_LIMITS_H 1
  5810. | #define HAVE_MEMORY_H 1
  5811. | #define HAVE_PWD_H 1
  5812. | #define HAVE_STDLIB_H 1
  5813. | #define HAVE_STDDEF_H 1
  5814. | #define HAVE_STRINGS_H 1
  5815. | #define HAVE_STRING_H 1
  5816. | #define HAVE_SYS_MMAN_H 1
  5817. | #define HAVE_SYS_SOCKET_H 1
  5818. | #define HAVE_NETINET_IN_H 1
  5819. | #define HAVE_ARPA_INET_H 1
  5820. | #define HAVE_SYS_TIMEB_H 1
  5821. | #define HAVE_SYS_TYPES_H 1
  5822. | #define HAVE_SYS_UN_H 1
  5823. | #define HAVE_SYS_VADVISE_H 1
  5824. | #define HAVE_SYS_WAIT_H 1
  5825. | #define HAVE_TERM_H 1
  5826. | #define HAVE_UNISTD_H 1
  5827. | #define HAVE_UTIME_H 1
  5828. | #define HAVE_TERMIOS_H 1
  5829. | #define HAVE_SCHED_H 1
  5830. | #define HAVE_ALLOCA_H 1
  5831. | #define HAVE_SYS_IOCTL_H 1
  5832. | #define HAVE_SYS_MALLOC_H 1
  5833. | #define HAVE_SYS_IPC_H 1
  5834. | #define HAVE_SYS_SHM_H 1
  5835. | #define HAVE_SYS_RESOURCE_H 1
  5836. | #define HAVE_SYS_PARAM_H 1
  5837. | #define HAVE_EXECINFO_H 1
  5838. | #define HAVE_LIBM 1
  5839. | #define HAVE_CRYPT 1
  5840. | #define HAVE_SCHED_YIELD 1
  5841. | #define HAVE_COMPRESS 1
  5842. | /* end confdefs.h.  */
  5843. |
  5844. | #include <sys/types.h>
  5845. |
  5846. |
  5847. | int
  5848. | main ()
  5849. | {
  5850. | if (sizeof (uchar))
  5851. |        return 0;
  5852. |   ;
  5853. |   return 0;
  5854. | }
  5855. configure:24287: result: no
  5856. configure:24297: checking for uint
  5857. configure:24328: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  5858. configure:24335: $? = 0
  5859. configure:24365: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  5860. conftest.c: In function 'main':
  5861. conftest.c:118: error: expected expression before ')' token
  5862. configure:24372: $? = 1
  5863. configure: failed program was:
  5864. | /* confdefs.h.  */
  5865. | #define PACKAGE_NAME "MySQL Server"
  5866. | #define PACKAGE_TARNAME "mysql"
  5867. | #define PACKAGE_VERSION "5.1.57"
  5868. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  5869. | #define PACKAGE_BUGREPORT ""
  5870. | #define PACKAGE "mysql"
  5871. | #define VERSION "5.1.57"
  5872. | #define STDC_HEADERS 1
  5873. | #define HAVE_SYS_TYPES_H 1
  5874. | #define HAVE_SYS_STAT_H 1
  5875. | #define HAVE_STDLIB_H 1
  5876. | #define HAVE_STRING_H 1
  5877. | #define HAVE_MEMORY_H 1
  5878. | #define HAVE_STRINGS_H 1
  5879. | #define HAVE_INTTYPES_H 1
  5880. | #define HAVE_STDINT_H 1
  5881. | #define HAVE_UNISTD_H 1
  5882. | #define HAVE_DLFCN_H 1
  5883. | #define LT_OBJDIR ".libs/"
  5884. | #define DEFINE_ALL_CHARACTER_SETS 1
  5885. | #define HAVE_CHARSET_latin1 1
  5886. | #define HAVE_CHARSET_latin1 1
  5887. | #define HAVE_CHARSET_utf8 1
  5888. | #define USE_MB 1
  5889. | #define USE_MB_IDENT 1
  5890. | #define HAVE_CHARSET_big5 1
  5891. | #define USE_MB 1
  5892. | #define USE_MB_IDENT 1
  5893. | #define HAVE_CHARSET_cp1250 1
  5894. | #define HAVE_CHARSET_cp932 1
  5895. | #define USE_MB 1
  5896. | #define USE_MB_IDENT 1
  5897. | #define HAVE_CHARSET_eucjpms 1
  5898. | #define USE_MB 1
  5899. | #define USE_MB_IDENT 1
  5900. | #define HAVE_CHARSET_euckr 1
  5901. | #define USE_MB 1
  5902. | #define USE_MB_IDENT 1
  5903. | #define HAVE_CHARSET_gb2312 1
  5904. | #define USE_MB 1
  5905. | #define USE_MB_IDENT 1
  5906. | #define HAVE_CHARSET_gbk 1
  5907. | #define USE_MB 1
  5908. | #define USE_MB_IDENT 1
  5909. | #define HAVE_CHARSET_latin1 1
  5910. | #define HAVE_CHARSET_latin2 1
  5911. | #define HAVE_CHARSET_sjis 1
  5912. | #define USE_MB 1
  5913. | #define USE_MB_IDENT 1
  5914. | #define HAVE_CHARSET_tis620 1
  5915. | #define HAVE_CHARSET_ucs2 1
  5916. | #define USE_MB 1
  5917. | #define USE_MB_IDENT 1
  5918. | #define HAVE_CHARSET_ujis 1
  5919. | #define USE_MB 1
  5920. | #define USE_MB_IDENT 1
  5921. | #define HAVE_CHARSET_utf8 1
  5922. | #define USE_MB 1
  5923. | #define USE_MB_IDENT 1
  5924. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  5925. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  5926. | #define HAVE_UCA_COLLATIONS 1
  5927. | #define PROTOCOL_VERSION 10
  5928. | #define DOT_FRM_VERSION 6
  5929. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  5930. | #define MACHINE_TYPE "i386"
  5931. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  5932. | #define COMMUNITY_SERVER 1
  5933. | #define ENABLED_PROFILING 1
  5934. | #define HAVE_DIRENT_H 1
  5935. | #define STDC_HEADERS 1
  5936. | #define HAVE_SYS_WAIT_H 1
  5937. | #define HAVE_FCNTL_H 1
  5938. | #define HAVE_FENV_H 1
  5939. | #define HAVE_FLOAT_H 1
  5940. | #define HAVE_LIMITS_H 1
  5941. | #define HAVE_MEMORY_H 1
  5942. | #define HAVE_PWD_H 1
  5943. | #define HAVE_STDLIB_H 1
  5944. | #define HAVE_STDDEF_H 1
  5945. | #define HAVE_STRINGS_H 1
  5946. | #define HAVE_STRING_H 1
  5947. | #define HAVE_SYS_MMAN_H 1
  5948. | #define HAVE_SYS_SOCKET_H 1
  5949. | #define HAVE_NETINET_IN_H 1
  5950. | #define HAVE_ARPA_INET_H 1
  5951. | #define HAVE_SYS_TIMEB_H 1
  5952. | #define HAVE_SYS_TYPES_H 1
  5953. | #define HAVE_SYS_UN_H 1
  5954. | #define HAVE_SYS_VADVISE_H 1
  5955. | #define HAVE_SYS_WAIT_H 1
  5956. | #define HAVE_TERM_H 1
  5957. | #define HAVE_UNISTD_H 1
  5958. | #define HAVE_UTIME_H 1
  5959. | #define HAVE_TERMIOS_H 1
  5960. | #define HAVE_SCHED_H 1
  5961. | #define HAVE_ALLOCA_H 1
  5962. | #define HAVE_SYS_IOCTL_H 1
  5963. | #define HAVE_SYS_MALLOC_H 1
  5964. | #define HAVE_SYS_IPC_H 1
  5965. | #define HAVE_SYS_SHM_H 1
  5966. | #define HAVE_SYS_RESOURCE_H 1
  5967. | #define HAVE_SYS_PARAM_H 1
  5968. | #define HAVE_EXECINFO_H 1
  5969. | #define HAVE_LIBM 1
  5970. | #define HAVE_CRYPT 1
  5971. | #define HAVE_SCHED_YIELD 1
  5972. | #define HAVE_COMPRESS 1
  5973. | /* end confdefs.h.  */
  5974. |
  5975. | #include <sys/types.h>
  5976. |
  5977. |
  5978. | int
  5979. | main ()
  5980. | {
  5981. | if (sizeof ((uint)))
  5982. |         return 0;
  5983. |   ;
  5984. |   return 0;
  5985. | }
  5986. configure:24395: result: yes
  5987. configure:24405: checking for ulong
  5988. configure:24436: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  5989. conftest.c: In function 'main':
  5990. conftest.c:119: error: 'ulong' undeclared (first use in this function)
  5991. conftest.c:119: error: (Each undeclared identifier is reported only once
  5992. conftest.c:119: error: for each function it appears in.)
  5993. configure:24443: $? = 1
  5994. configure: failed program was:
  5995. | /* confdefs.h.  */
  5996. | #define PACKAGE_NAME "MySQL Server"
  5997. | #define PACKAGE_TARNAME "mysql"
  5998. | #define PACKAGE_VERSION "5.1.57"
  5999. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  6000. | #define PACKAGE_BUGREPORT ""
  6001. | #define PACKAGE "mysql"
  6002. | #define VERSION "5.1.57"
  6003. | #define STDC_HEADERS 1
  6004. | #define HAVE_SYS_TYPES_H 1
  6005. | #define HAVE_SYS_STAT_H 1
  6006. | #define HAVE_STDLIB_H 1
  6007. | #define HAVE_STRING_H 1
  6008. | #define HAVE_MEMORY_H 1
  6009. | #define HAVE_STRINGS_H 1
  6010. | #define HAVE_INTTYPES_H 1
  6011. | #define HAVE_STDINT_H 1
  6012. | #define HAVE_UNISTD_H 1
  6013. | #define HAVE_DLFCN_H 1
  6014. | #define LT_OBJDIR ".libs/"
  6015. | #define DEFINE_ALL_CHARACTER_SETS 1
  6016. | #define HAVE_CHARSET_latin1 1
  6017. | #define HAVE_CHARSET_latin1 1
  6018. | #define HAVE_CHARSET_utf8 1
  6019. | #define USE_MB 1
  6020. | #define USE_MB_IDENT 1
  6021. | #define HAVE_CHARSET_big5 1
  6022. | #define USE_MB 1
  6023. | #define USE_MB_IDENT 1
  6024. | #define HAVE_CHARSET_cp1250 1
  6025. | #define HAVE_CHARSET_cp932 1
  6026. | #define USE_MB 1
  6027. | #define USE_MB_IDENT 1
  6028. | #define HAVE_CHARSET_eucjpms 1
  6029. | #define USE_MB 1
  6030. | #define USE_MB_IDENT 1
  6031. | #define HAVE_CHARSET_euckr 1
  6032. | #define USE_MB 1
  6033. | #define USE_MB_IDENT 1
  6034. | #define HAVE_CHARSET_gb2312 1
  6035. | #define USE_MB 1
  6036. | #define USE_MB_IDENT 1
  6037. | #define HAVE_CHARSET_gbk 1
  6038. | #define USE_MB 1
  6039. | #define USE_MB_IDENT 1
  6040. | #define HAVE_CHARSET_latin1 1
  6041. | #define HAVE_CHARSET_latin2 1
  6042. | #define HAVE_CHARSET_sjis 1
  6043. | #define USE_MB 1
  6044. | #define USE_MB_IDENT 1
  6045. | #define HAVE_CHARSET_tis620 1
  6046. | #define HAVE_CHARSET_ucs2 1
  6047. | #define USE_MB 1
  6048. | #define USE_MB_IDENT 1
  6049. | #define HAVE_CHARSET_ujis 1
  6050. | #define USE_MB 1
  6051. | #define USE_MB_IDENT 1
  6052. | #define HAVE_CHARSET_utf8 1
  6053. | #define USE_MB 1
  6054. | #define USE_MB_IDENT 1
  6055. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  6056. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  6057. | #define HAVE_UCA_COLLATIONS 1
  6058. | #define PROTOCOL_VERSION 10
  6059. | #define DOT_FRM_VERSION 6
  6060. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  6061. | #define MACHINE_TYPE "i386"
  6062. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  6063. | #define COMMUNITY_SERVER 1
  6064. | #define ENABLED_PROFILING 1
  6065. | #define HAVE_DIRENT_H 1
  6066. | #define STDC_HEADERS 1
  6067. | #define HAVE_SYS_WAIT_H 1
  6068. | #define HAVE_FCNTL_H 1
  6069. | #define HAVE_FENV_H 1
  6070. | #define HAVE_FLOAT_H 1
  6071. | #define HAVE_LIMITS_H 1
  6072. | #define HAVE_MEMORY_H 1
  6073. | #define HAVE_PWD_H 1
  6074. | #define HAVE_STDLIB_H 1
  6075. | #define HAVE_STDDEF_H 1
  6076. | #define HAVE_STRINGS_H 1
  6077. | #define HAVE_STRING_H 1
  6078. | #define HAVE_SYS_MMAN_H 1
  6079. | #define HAVE_SYS_SOCKET_H 1
  6080. | #define HAVE_NETINET_IN_H 1
  6081. | #define HAVE_ARPA_INET_H 1
  6082. | #define HAVE_SYS_TIMEB_H 1
  6083. | #define HAVE_SYS_TYPES_H 1
  6084. | #define HAVE_SYS_UN_H 1
  6085. | #define HAVE_SYS_VADVISE_H 1
  6086. | #define HAVE_SYS_WAIT_H 1
  6087. | #define HAVE_TERM_H 1
  6088. | #define HAVE_UNISTD_H 1
  6089. | #define HAVE_UTIME_H 1
  6090. | #define HAVE_TERMIOS_H 1
  6091. | #define HAVE_SCHED_H 1
  6092. | #define HAVE_ALLOCA_H 1
  6093. | #define HAVE_SYS_IOCTL_H 1
  6094. | #define HAVE_SYS_MALLOC_H 1
  6095. | #define HAVE_SYS_IPC_H 1
  6096. | #define HAVE_SYS_SHM_H 1
  6097. | #define HAVE_SYS_RESOURCE_H 1
  6098. | #define HAVE_SYS_PARAM_H 1
  6099. | #define HAVE_EXECINFO_H 1
  6100. | #define HAVE_LIBM 1
  6101. | #define HAVE_CRYPT 1
  6102. | #define HAVE_SCHED_YIELD 1
  6103. | #define HAVE_COMPRESS 1
  6104. | #define HAVE_UINT 1
  6105. | /* end confdefs.h.  */
  6106. |
  6107. | #include <sys/types.h>
  6108. |
  6109. |
  6110. | int
  6111. | main ()
  6112. | {
  6113. | if (sizeof (ulong))
  6114. |        return 0;
  6115. |   ;
  6116. |   return 0;
  6117. | }
  6118. configure:24503: result: no
  6119. configure:24514: checking for in_addr_t
  6120. configure:24548: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  6121. configure:24555: $? = 0
  6122. configure:24588: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  6123. conftest.c: In function 'main':
  6124. conftest.c:122: error: expected expression before ')' token
  6125. configure:24595: $? = 1
  6126. configure: failed program was:
  6127. | /* confdefs.h.  */
  6128. | #define PACKAGE_NAME "MySQL Server"
  6129. | #define PACKAGE_TARNAME "mysql"
  6130. | #define PACKAGE_VERSION "5.1.57"
  6131. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  6132. | #define PACKAGE_BUGREPORT ""
  6133. | #define PACKAGE "mysql"
  6134. | #define VERSION "5.1.57"
  6135. | #define STDC_HEADERS 1
  6136. | #define HAVE_SYS_TYPES_H 1
  6137. | #define HAVE_SYS_STAT_H 1
  6138. | #define HAVE_STDLIB_H 1
  6139. | #define HAVE_STRING_H 1
  6140. | #define HAVE_MEMORY_H 1
  6141. | #define HAVE_STRINGS_H 1
  6142. | #define HAVE_INTTYPES_H 1
  6143. | #define HAVE_STDINT_H 1
  6144. | #define HAVE_UNISTD_H 1
  6145. | #define HAVE_DLFCN_H 1
  6146. | #define LT_OBJDIR ".libs/"
  6147. | #define DEFINE_ALL_CHARACTER_SETS 1
  6148. | #define HAVE_CHARSET_latin1 1
  6149. | #define HAVE_CHARSET_latin1 1
  6150. | #define HAVE_CHARSET_utf8 1
  6151. | #define USE_MB 1
  6152. | #define USE_MB_IDENT 1
  6153. | #define HAVE_CHARSET_big5 1
  6154. | #define USE_MB 1
  6155. | #define USE_MB_IDENT 1
  6156. | #define HAVE_CHARSET_cp1250 1
  6157. | #define HAVE_CHARSET_cp932 1
  6158. | #define USE_MB 1
  6159. | #define USE_MB_IDENT 1
  6160. | #define HAVE_CHARSET_eucjpms 1
  6161. | #define USE_MB 1
  6162. | #define USE_MB_IDENT 1
  6163. | #define HAVE_CHARSET_euckr 1
  6164. | #define USE_MB 1
  6165. | #define USE_MB_IDENT 1
  6166. | #define HAVE_CHARSET_gb2312 1
  6167. | #define USE_MB 1
  6168. | #define USE_MB_IDENT 1
  6169. | #define HAVE_CHARSET_gbk 1
  6170. | #define USE_MB 1
  6171. | #define USE_MB_IDENT 1
  6172. | #define HAVE_CHARSET_latin1 1
  6173. | #define HAVE_CHARSET_latin2 1
  6174. | #define HAVE_CHARSET_sjis 1
  6175. | #define USE_MB 1
  6176. | #define USE_MB_IDENT 1
  6177. | #define HAVE_CHARSET_tis620 1
  6178. | #define HAVE_CHARSET_ucs2 1
  6179. | #define USE_MB 1
  6180. | #define USE_MB_IDENT 1
  6181. | #define HAVE_CHARSET_ujis 1
  6182. | #define USE_MB 1
  6183. | #define USE_MB_IDENT 1
  6184. | #define HAVE_CHARSET_utf8 1
  6185. | #define USE_MB 1
  6186. | #define USE_MB_IDENT 1
  6187. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  6188. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  6189. | #define HAVE_UCA_COLLATIONS 1
  6190. | #define PROTOCOL_VERSION 10
  6191. | #define DOT_FRM_VERSION 6
  6192. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  6193. | #define MACHINE_TYPE "i386"
  6194. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  6195. | #define COMMUNITY_SERVER 1
  6196. | #define ENABLED_PROFILING 1
  6197. | #define HAVE_DIRENT_H 1
  6198. | #define STDC_HEADERS 1
  6199. | #define HAVE_SYS_WAIT_H 1
  6200. | #define HAVE_FCNTL_H 1
  6201. | #define HAVE_FENV_H 1
  6202. | #define HAVE_FLOAT_H 1
  6203. | #define HAVE_LIMITS_H 1
  6204. | #define HAVE_MEMORY_H 1
  6205. | #define HAVE_PWD_H 1
  6206. | #define HAVE_STDLIB_H 1
  6207. | #define HAVE_STDDEF_H 1
  6208. | #define HAVE_STRINGS_H 1
  6209. | #define HAVE_STRING_H 1
  6210. | #define HAVE_SYS_MMAN_H 1
  6211. | #define HAVE_SYS_SOCKET_H 1
  6212. | #define HAVE_NETINET_IN_H 1
  6213. | #define HAVE_ARPA_INET_H 1
  6214. | #define HAVE_SYS_TIMEB_H 1
  6215. | #define HAVE_SYS_TYPES_H 1
  6216. | #define HAVE_SYS_UN_H 1
  6217. | #define HAVE_SYS_VADVISE_H 1
  6218. | #define HAVE_SYS_WAIT_H 1
  6219. | #define HAVE_TERM_H 1
  6220. | #define HAVE_UNISTD_H 1
  6221. | #define HAVE_UTIME_H 1
  6222. | #define HAVE_TERMIOS_H 1
  6223. | #define HAVE_SCHED_H 1
  6224. | #define HAVE_ALLOCA_H 1
  6225. | #define HAVE_SYS_IOCTL_H 1
  6226. | #define HAVE_SYS_MALLOC_H 1
  6227. | #define HAVE_SYS_IPC_H 1
  6228. | #define HAVE_SYS_SHM_H 1
  6229. | #define HAVE_SYS_RESOURCE_H 1
  6230. | #define HAVE_SYS_PARAM_H 1
  6231. | #define HAVE_EXECINFO_H 1
  6232. | #define HAVE_LIBM 1
  6233. | #define HAVE_CRYPT 1
  6234. | #define HAVE_SCHED_YIELD 1
  6235. | #define HAVE_COMPRESS 1
  6236. | #define HAVE_UINT 1
  6237. | /* end confdefs.h.  */
  6238. |
  6239. | #include <sys/types.h>
  6240. | #include <sys/socket.h>
  6241. | #include <netinet/in.h>
  6242. | #include <arpa/inet.h>
  6243. |
  6244. |
  6245. | int
  6246. | main ()
  6247. | {
  6248. | if (sizeof ((in_addr_t)))
  6249. |         return 0;
  6250. |   ;
  6251. |   return 0;
  6252. | }
  6253. configure:24618: result: yes
  6254. configure:24629: checking for fp_except
  6255. configure:24661: /usr/bin/gcc-4.2 -c -O2 -fPIC -arch x86_64   -I/opt/local/include conftest.c >&5
  6256. conftest.c:115:20: error: ieeefp.h: No such file or directory
  6257. conftest.c: In function 'main':
  6258. conftest.c:121: error: 'fp_except' undeclared (first use in this function)
  6259. conftest.c:121: error: (Each undeclared identifier is reported only once
  6260. conftest.c:121: error: for each function it appears in.)
  6261. configure:24668: $? = 1
  6262. configure: failed program was:
  6263. | /* confdefs.h.  */
  6264. | #define PACKAGE_NAME "MySQL Server"
  6265. | #define PACKAGE_TARNAME "mysql"
  6266. | #define PACKAGE_VERSION "5.1.57"
  6267. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  6268. | #define PACKAGE_BUGREPORT ""
  6269. | #define PACKAGE "mysql"
  6270. | #define VERSION "5.1.57"
  6271. | #define STDC_HEADERS 1
  6272. | #define HAVE_SYS_TYPES_H 1
  6273. | #define HAVE_SYS_STAT_H 1
  6274. | #define HAVE_STDLIB_H 1
  6275. | #define HAVE_STRING_H 1
  6276. | #define HAVE_MEMORY_H 1
  6277. | #define HAVE_STRINGS_H 1
  6278. | #define HAVE_INTTYPES_H 1
  6279. | #define HAVE_STDINT_H 1
  6280. | #define HAVE_UNISTD_H 1
  6281. | #define HAVE_DLFCN_H 1
  6282. | #define LT_OBJDIR ".libs/"
  6283. | #define DEFINE_ALL_CHARACTER_SETS 1
  6284. | #define HAVE_CHARSET_latin1 1
  6285. | #define HAVE_CHARSET_latin1 1
  6286. | #define HAVE_CHARSET_utf8 1
  6287. | #define USE_MB 1
  6288. | #define USE_MB_IDENT 1
  6289. | #define HAVE_CHARSET_big5 1
  6290. | #define USE_MB 1
  6291. | #define USE_MB_IDENT 1
  6292. | #define HAVE_CHARSET_cp1250 1
  6293. | #define HAVE_CHARSET_cp932 1
  6294. | #define USE_MB 1
  6295. | #define USE_MB_IDENT 1
  6296. | #define HAVE_CHARSET_eucjpms 1
  6297. | #define USE_MB 1
  6298. | #define USE_MB_IDENT 1
  6299. | #define HAVE_CHARSET_euckr 1
  6300. | #define USE_MB 1
  6301. | #define USE_MB_IDENT 1
  6302. | #define HAVE_CHARSET_gb2312 1
  6303. | #define USE_MB 1
  6304. | #define USE_MB_IDENT 1
  6305. | #define HAVE_CHARSET_gbk 1
  6306. | #define USE_MB 1
  6307. | #define USE_MB_IDENT 1
  6308. | #define HAVE_CHARSET_latin1 1
  6309. | #define HAVE_CHARSET_latin2 1
  6310. | #define HAVE_CHARSET_sjis 1
  6311. | #define USE_MB 1
  6312. | #define USE_MB_IDENT 1
  6313. | #define HAVE_CHARSET_tis620 1
  6314. | #define HAVE_CHARSET_ucs2 1
  6315. | #define USE_MB 1
  6316. | #define USE_MB_IDENT 1
  6317. | #define HAVE_CHARSET_ujis 1
  6318. | #define USE_MB 1
  6319. | #define USE_MB_IDENT 1
  6320. | #define HAVE_CHARSET_utf8 1
  6321. | #define USE_MB 1
  6322. | #define USE_MB_IDENT 1
  6323. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  6324. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  6325. | #define HAVE_UCA_COLLATIONS 1
  6326. | #define PROTOCOL_VERSION 10
  6327. | #define DOT_FRM_VERSION 6
  6328. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  6329. | #define MACHINE_TYPE "i386"
  6330. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  6331. | #define COMMUNITY_SERVER 1
  6332. | #define ENABLED_PROFILING 1
  6333. | #define HAVE_DIRENT_H 1
  6334. | #define STDC_HEADERS 1
  6335. | #define HAVE_SYS_WAIT_H 1
  6336. | #define HAVE_FCNTL_H 1
  6337. | #define HAVE_FENV_H 1
  6338. | #define HAVE_FLOAT_H 1
  6339. | #define HAVE_LIMITS_H 1
  6340. | #define HAVE_MEMORY_H 1
  6341. | #define HAVE_PWD_H 1
  6342. | #define HAVE_STDLIB_H 1
  6343. | #define HAVE_STDDEF_H 1
  6344. | #define HAVE_STRINGS_H 1
  6345. | #define HAVE_STRING_H 1
  6346. | #define HAVE_SYS_MMAN_H 1
  6347. | #define HAVE_SYS_SOCKET_H 1
  6348. | #define HAVE_NETINET_IN_H 1
  6349. | #define HAVE_ARPA_INET_H 1
  6350. | #define HAVE_SYS_TIMEB_H 1
  6351. | #define HAVE_SYS_TYPES_H 1
  6352. | #define HAVE_SYS_UN_H 1
  6353. | #define HAVE_SYS_VADVISE_H 1
  6354. | #define HAVE_SYS_WAIT_H 1
  6355. | #define HAVE_TERM_H 1
  6356. | #define HAVE_UNISTD_H 1
  6357. | #define HAVE_UTIME_H 1
  6358. | #define HAVE_TERMIOS_H 1
  6359. | #define HAVE_SCHED_H 1
  6360. | #define HAVE_ALLOCA_H 1
  6361. | #define HAVE_SYS_IOCTL_H 1
  6362. | #define HAVE_SYS_MALLOC_H 1
  6363. | #define HAVE_SYS_IPC_H 1
  6364. | #define HAVE_SYS_SHM_H 1
  6365. | #define HAVE_SYS_RESOURCE_H 1
  6366. | #define HAVE_SYS_PARAM_H 1
  6367. | #define HAVE_EXECINFO_H 1
  6368. | #define HAVE_LIBM 1
  6369. | #define HAVE_CRYPT 1
  6370. | #define HAVE_SCHED_YIELD 1
  6371. | #define HAVE_COMPRESS 1
  6372. | #define HAVE_UINT 1
  6373. | #define HAVE_IN_ADDR_T 1
  6374. | /* end confdefs.h.  */
  6375. |
  6376. | #include <sys/types.h>
  6377. | #include <ieeefp.h>
  6378. |
  6379. |
  6380. | int
  6381. | main ()
  6382. | {
  6383. | if (sizeof (fp_except))
  6384. |        return 0;
  6385. |   ;
  6386. |   return 0;
  6387. | }
  6388. configure:24729: result: no
  6389. configure:25034: checking "Linux threads"
  6390. configure:25215: result: "no"
  6391. configure:25249: checking "SCO threads"
  6392. configure:25354: result: "no"
  6393. configure:25364: checking SCO OpenServer 6, UnixWare 7 or OpenUNIX 8 native threads
  6394. configure:25401: result: no
  6395. configure:25409: checking "Siemens threads"
  6396. configure:25422: result: "no"
  6397. configure:25440: checking "Solaris threads"
  6398. configure:25448: result: "no"
  6399. configure:25454: checking "named thread libs:"
  6400. configure:25464: result: "no"
  6401. configure:25467: checking "for pthread_create in -libc"
  6402. configure:25490: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  6403. configure:25497: $? = 0
  6404. configure:25516: result: "yes"
  6405. configure:25696: checking for strtok_r in -lpthread
  6406. configure:25731: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lpthread  -lm  >&5
  6407. configure:25738: $? = 0
  6408. configure:25759: result: yes
  6409. configure:25960: checking for strtok_r
  6410. configure:26016: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  6411. configure:26023: $? = 0
  6412. configure:26045: result: yes
  6413. configure:26079: checking for dlopen in -ldl
  6414. configure:26114: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -ldl   >&5
  6415. configure:26121: $? = 0
  6416. configure:26142: result: yes
  6417. configure:26164: checking for dlopen
  6418. configure:26220: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  -ldl  >&5
  6419. configure:26227: $? = 0
  6420. configure:26249: result: yes
  6421. configure:26164: checking for dlerror
  6422. configure:26220: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  -ldl  >&5
  6423. configure:26227: $? = 0
  6424. configure:26249: result: yes
  6425. configure:26271: checking for restartable system calls
  6426. configure:26337: /usr/bin/gcc-4.2 -o conftest -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  6427. configure:26341: $? = 0
  6428. configure:26347: ./conftest
  6429. configure:26351: $? = 0
  6430. configure:26368: result: yes
  6431. configure:26639: checking if Debug Sync Facility should be enabled.
  6432. configure:26659: result: no
  6433. configure:26734: checking whether the compiler provides atomic builtins
  6434. configure:26770: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  6435. configure:26774: $? = 0
  6436. configure:26780: ./conftest
  6437. configure:26784: $? = 0
  6438. configure:26801: result: yes
  6439. configure:26891: checking "need of special linking flags"
  6440. configure:26910: result: "none"
  6441. configure:26916: checking for an ANSI C-conforming const
  6442. configure:26991: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  6443. configure:26998: $? = 0
  6444. configure:27013: result: yes
  6445. configure:27023: checking for inline
  6446. configure:27049: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  6447. configure:27056: $? = 0
  6448. configure:27074: result: inline
  6449. configure:27093: checking for off_t
  6450. configure:27121: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  6451. configure:27128: $? = 0
  6452. configure:27155: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  6453. conftest.c: In function 'main':
  6454. conftest.c:157: error: expected expression before ')' token
  6455. configure:27162: $? = 1
  6456. configure: failed program was:
  6457. | /* confdefs.h.  */
  6458. | #define PACKAGE_NAME "MySQL Server"
  6459. | #define PACKAGE_TARNAME "mysql"
  6460. | #define PACKAGE_VERSION "5.1.57"
  6461. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  6462. | #define PACKAGE_BUGREPORT ""
  6463. | #define PACKAGE "mysql"
  6464. | #define VERSION "5.1.57"
  6465. | #define STDC_HEADERS 1
  6466. | #define HAVE_SYS_TYPES_H 1
  6467. | #define HAVE_SYS_STAT_H 1
  6468. | #define HAVE_STDLIB_H 1
  6469. | #define HAVE_STRING_H 1
  6470. | #define HAVE_MEMORY_H 1
  6471. | #define HAVE_STRINGS_H 1
  6472. | #define HAVE_INTTYPES_H 1
  6473. | #define HAVE_STDINT_H 1
  6474. | #define HAVE_UNISTD_H 1
  6475. | #define HAVE_DLFCN_H 1
  6476. | #define LT_OBJDIR ".libs/"
  6477. | #define DEFINE_ALL_CHARACTER_SETS 1
  6478. | #define HAVE_CHARSET_latin1 1
  6479. | #define HAVE_CHARSET_latin1 1
  6480. | #define HAVE_CHARSET_utf8 1
  6481. | #define USE_MB 1
  6482. | #define USE_MB_IDENT 1
  6483. | #define HAVE_CHARSET_big5 1
  6484. | #define USE_MB 1
  6485. | #define USE_MB_IDENT 1
  6486. | #define HAVE_CHARSET_cp1250 1
  6487. | #define HAVE_CHARSET_cp932 1
  6488. | #define USE_MB 1
  6489. | #define USE_MB_IDENT 1
  6490. | #define HAVE_CHARSET_eucjpms 1
  6491. | #define USE_MB 1
  6492. | #define USE_MB_IDENT 1
  6493. | #define HAVE_CHARSET_euckr 1
  6494. | #define USE_MB 1
  6495. | #define USE_MB_IDENT 1
  6496. | #define HAVE_CHARSET_gb2312 1
  6497. | #define USE_MB 1
  6498. | #define USE_MB_IDENT 1
  6499. | #define HAVE_CHARSET_gbk 1
  6500. | #define USE_MB 1
  6501. | #define USE_MB_IDENT 1
  6502. | #define HAVE_CHARSET_latin1 1
  6503. | #define HAVE_CHARSET_latin2 1
  6504. | #define HAVE_CHARSET_sjis 1
  6505. | #define USE_MB 1
  6506. | #define USE_MB_IDENT 1
  6507. | #define HAVE_CHARSET_tis620 1
  6508. | #define HAVE_CHARSET_ucs2 1
  6509. | #define USE_MB 1
  6510. | #define USE_MB_IDENT 1
  6511. | #define HAVE_CHARSET_ujis 1
  6512. | #define USE_MB 1
  6513. | #define USE_MB_IDENT 1
  6514. | #define HAVE_CHARSET_utf8 1
  6515. | #define USE_MB 1
  6516. | #define USE_MB_IDENT 1
  6517. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  6518. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  6519. | #define HAVE_UCA_COLLATIONS 1
  6520. | #define PROTOCOL_VERSION 10
  6521. | #define DOT_FRM_VERSION 6
  6522. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  6523. | #define MACHINE_TYPE "i386"
  6524. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  6525. | #define COMMUNITY_SERVER 1
  6526. | #define ENABLED_PROFILING 1
  6527. | #define HAVE_DIRENT_H 1
  6528. | #define STDC_HEADERS 1
  6529. | #define HAVE_SYS_WAIT_H 1
  6530. | #define HAVE_FCNTL_H 1
  6531. | #define HAVE_FENV_H 1
  6532. | #define HAVE_FLOAT_H 1
  6533. | #define HAVE_LIMITS_H 1
  6534. | #define HAVE_MEMORY_H 1
  6535. | #define HAVE_PWD_H 1
  6536. | #define HAVE_STDLIB_H 1
  6537. | #define HAVE_STDDEF_H 1
  6538. | #define HAVE_STRINGS_H 1
  6539. | #define HAVE_STRING_H 1
  6540. | #define HAVE_SYS_MMAN_H 1
  6541. | #define HAVE_SYS_SOCKET_H 1
  6542. | #define HAVE_NETINET_IN_H 1
  6543. | #define HAVE_ARPA_INET_H 1
  6544. | #define HAVE_SYS_TIMEB_H 1
  6545. | #define HAVE_SYS_TYPES_H 1
  6546. | #define HAVE_SYS_UN_H 1
  6547. | #define HAVE_SYS_VADVISE_H 1
  6548. | #define HAVE_SYS_WAIT_H 1
  6549. | #define HAVE_TERM_H 1
  6550. | #define HAVE_UNISTD_H 1
  6551. | #define HAVE_UTIME_H 1
  6552. | #define HAVE_TERMIOS_H 1
  6553. | #define HAVE_SCHED_H 1
  6554. | #define HAVE_ALLOCA_H 1
  6555. | #define HAVE_SYS_IOCTL_H 1
  6556. | #define HAVE_SYS_MALLOC_H 1
  6557. | #define HAVE_SYS_IPC_H 1
  6558. | #define HAVE_SYS_SHM_H 1
  6559. | #define HAVE_SYS_RESOURCE_H 1
  6560. | #define HAVE_SYS_PARAM_H 1
  6561. | #define HAVE_EXECINFO_H 1
  6562. | #define HAVE_LIBM 1
  6563. | #define HAVE_CRYPT 1
  6564. | #define HAVE_SCHED_YIELD 1
  6565. | #define HAVE_COMPRESS 1
  6566. | #define HAVE_UINT 1
  6567. | #define HAVE_IN_ADDR_T 1
  6568. | #define HAVE_LIBPTHREAD 1
  6569. | #define HAVE_STRTOK_R 1
  6570. | #define HAVE_LIBDL 1
  6571. | #define HAVE_DLOPEN 1
  6572. | #define HAVE_DLERROR 1
  6573. | #define HAVE_RESTARTABLE_SYSCALLS 1
  6574. | #define DBUG_OFF 1
  6575. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  6576. | /* end confdefs.h.  */
  6577. | #include <stdio.h>
  6578. | #ifdef HAVE_SYS_TYPES_H
  6579. | # include <sys/types.h>
  6580. | #endif
  6581. | #ifdef HAVE_SYS_STAT_H
  6582. | # include <sys/stat.h>
  6583. | #endif
  6584. | #ifdef STDC_HEADERS
  6585. | # include <stdlib.h>
  6586. | # include <stddef.h>
  6587. | #else
  6588. | # ifdef HAVE_STDLIB_H
  6589. | #  include <stdlib.h>
  6590. | # endif
  6591. | #endif
  6592. | #ifdef HAVE_STRING_H
  6593. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6594. | #  include <memory.h>
  6595. | # endif
  6596. | # include <string.h>
  6597. | #endif
  6598. | #ifdef HAVE_STRINGS_H
  6599. | # include <strings.h>
  6600. | #endif
  6601. | #ifdef HAVE_INTTYPES_H
  6602. | # include <inttypes.h>
  6603. | #endif
  6604. | #ifdef HAVE_STDINT_H
  6605. | # include <stdint.h>
  6606. | #endif
  6607. | #ifdef HAVE_UNISTD_H
  6608. | # include <unistd.h>
  6609. | #endif
  6610. | int
  6611. | main ()
  6612. | {
  6613. | if (sizeof ((off_t)))
  6614. |         return 0;
  6615. |   ;
  6616. |   return 0;
  6617. | }
  6618. configure:27185: result: yes
  6619. configure:27197: checking for struct stat.st_rdev
  6620. configure:27225: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  6621. configure:27232: $? = 0
  6622. configure:27290: result: yes
  6623. configure:27306: checking whether time.h and sys/time.h may both be included
  6624. configure:27336: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  6625. configure:27343: $? = 0
  6626. configure:27358: result: yes
  6627. configure:27368: checking whether struct tm is in sys/time.h or time.h
  6628. configure:27398: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  6629. configure:27405: $? = 0
  6630. configure:27420: result: time.h
  6631. configure:27430: checking needs mysys_new helpers
  6632. configure:27465: /usr/bin/g++-4.2 -o conftest  -O2 -fPIC -arch x86_64   -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.cpp -lm  >&5
  6633. configure:27472: $? = 0
  6634. configure:27499: result: no
  6635. configure:27516: checking size of char
  6636. configure:27821: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  6637. configure:27825: $? = 0
  6638. configure:27831: ./conftest
  6639. configure:27835: $? = 0
  6640. configure:27861: result: 1
  6641. configure:27893: checking size of char*
  6642. configure:28198: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  6643. configure:28202: $? = 0
  6644. configure:28208: ./conftest
  6645. configure:28212: $? = 0
  6646. configure:28238: result: 8
  6647. configure:28252: checking size of short
  6648. configure:28557: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  6649. configure:28561: $? = 0
  6650. configure:28567: ./conftest
  6651. configure:28571: $? = 0
  6652. configure:28597: result: 2
  6653. configure:28611: checking size of int
  6654. configure:28916: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  6655. configure:28920: $? = 0
  6656. configure:28926: ./conftest
  6657. configure:28930: $? = 0
  6658. configure:28956: result: 4
  6659. configure:28976: checking size of long
  6660. configure:29281: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  6661. configure:29285: $? = 0
  6662. configure:29291: ./conftest
  6663. configure:29295: $? = 0
  6664. configure:29321: result: 8
  6665. configure:29341: checking size of long long
  6666. configure:29646: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  6667. configure:29650: $? = 0
  6668. configure:29656: ./conftest
  6669. configure:29660: $? = 0
  6670. configure:29686: result: 8
  6671. configure:29707: checking size of off_t
  6672. configure:30012: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  6673. configure:30016: $? = 0
  6674. configure:30022: ./conftest
  6675. configure:30026: $? = 0
  6676. configure:30052: result: 8
  6677. configure:30071: checking if time_t is unsigned
  6678. configure:30099: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  6679. conftest.c: In function 'main':
  6680. conftest.c:138: error: size of array 'array' is negative
  6681. configure:30106: $? = 1
  6682. configure: failed program was:
  6683. | /* confdefs.h.  */
  6684. | #define PACKAGE_NAME "MySQL Server"
  6685. | #define PACKAGE_TARNAME "mysql"
  6686. | #define PACKAGE_VERSION "5.1.57"
  6687. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  6688. | #define PACKAGE_BUGREPORT ""
  6689. | #define PACKAGE "mysql"
  6690. | #define VERSION "5.1.57"
  6691. | #define STDC_HEADERS 1
  6692. | #define HAVE_SYS_TYPES_H 1
  6693. | #define HAVE_SYS_STAT_H 1
  6694. | #define HAVE_STDLIB_H 1
  6695. | #define HAVE_STRING_H 1
  6696. | #define HAVE_MEMORY_H 1
  6697. | #define HAVE_STRINGS_H 1
  6698. | #define HAVE_INTTYPES_H 1
  6699. | #define HAVE_STDINT_H 1
  6700. | #define HAVE_UNISTD_H 1
  6701. | #define HAVE_DLFCN_H 1
  6702. | #define LT_OBJDIR ".libs/"
  6703. | #define DEFINE_ALL_CHARACTER_SETS 1
  6704. | #define HAVE_CHARSET_latin1 1
  6705. | #define HAVE_CHARSET_latin1 1
  6706. | #define HAVE_CHARSET_utf8 1
  6707. | #define USE_MB 1
  6708. | #define USE_MB_IDENT 1
  6709. | #define HAVE_CHARSET_big5 1
  6710. | #define USE_MB 1
  6711. | #define USE_MB_IDENT 1
  6712. | #define HAVE_CHARSET_cp1250 1
  6713. | #define HAVE_CHARSET_cp932 1
  6714. | #define USE_MB 1
  6715. | #define USE_MB_IDENT 1
  6716. | #define HAVE_CHARSET_eucjpms 1
  6717. | #define USE_MB 1
  6718. | #define USE_MB_IDENT 1
  6719. | #define HAVE_CHARSET_euckr 1
  6720. | #define USE_MB 1
  6721. | #define USE_MB_IDENT 1
  6722. | #define HAVE_CHARSET_gb2312 1
  6723. | #define USE_MB 1
  6724. | #define USE_MB_IDENT 1
  6725. | #define HAVE_CHARSET_gbk 1
  6726. | #define USE_MB 1
  6727. | #define USE_MB_IDENT 1
  6728. | #define HAVE_CHARSET_latin1 1
  6729. | #define HAVE_CHARSET_latin2 1
  6730. | #define HAVE_CHARSET_sjis 1
  6731. | #define USE_MB 1
  6732. | #define USE_MB_IDENT 1
  6733. | #define HAVE_CHARSET_tis620 1
  6734. | #define HAVE_CHARSET_ucs2 1
  6735. | #define USE_MB 1
  6736. | #define USE_MB_IDENT 1
  6737. | #define HAVE_CHARSET_ujis 1
  6738. | #define USE_MB 1
  6739. | #define USE_MB_IDENT 1
  6740. | #define HAVE_CHARSET_utf8 1
  6741. | #define USE_MB 1
  6742. | #define USE_MB_IDENT 1
  6743. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  6744. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  6745. | #define HAVE_UCA_COLLATIONS 1
  6746. | #define PROTOCOL_VERSION 10
  6747. | #define DOT_FRM_VERSION 6
  6748. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  6749. | #define MACHINE_TYPE "i386"
  6750. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  6751. | #define COMMUNITY_SERVER 1
  6752. | #define ENABLED_PROFILING 1
  6753. | #define HAVE_DIRENT_H 1
  6754. | #define STDC_HEADERS 1
  6755. | #define HAVE_SYS_WAIT_H 1
  6756. | #define HAVE_FCNTL_H 1
  6757. | #define HAVE_FENV_H 1
  6758. | #define HAVE_FLOAT_H 1
  6759. | #define HAVE_LIMITS_H 1
  6760. | #define HAVE_MEMORY_H 1
  6761. | #define HAVE_PWD_H 1
  6762. | #define HAVE_STDLIB_H 1
  6763. | #define HAVE_STDDEF_H 1
  6764. | #define HAVE_STRINGS_H 1
  6765. | #define HAVE_STRING_H 1
  6766. | #define HAVE_SYS_MMAN_H 1
  6767. | #define HAVE_SYS_SOCKET_H 1
  6768. | #define HAVE_NETINET_IN_H 1
  6769. | #define HAVE_ARPA_INET_H 1
  6770. | #define HAVE_SYS_TIMEB_H 1
  6771. | #define HAVE_SYS_TYPES_H 1
  6772. | #define HAVE_SYS_UN_H 1
  6773. | #define HAVE_SYS_VADVISE_H 1
  6774. | #define HAVE_SYS_WAIT_H 1
  6775. | #define HAVE_TERM_H 1
  6776. | #define HAVE_UNISTD_H 1
  6777. | #define HAVE_UTIME_H 1
  6778. | #define HAVE_TERMIOS_H 1
  6779. | #define HAVE_SCHED_H 1
  6780. | #define HAVE_ALLOCA_H 1
  6781. | #define HAVE_SYS_IOCTL_H 1
  6782. | #define HAVE_SYS_MALLOC_H 1
  6783. | #define HAVE_SYS_IPC_H 1
  6784. | #define HAVE_SYS_SHM_H 1
  6785. | #define HAVE_SYS_RESOURCE_H 1
  6786. | #define HAVE_SYS_PARAM_H 1
  6787. | #define HAVE_EXECINFO_H 1
  6788. | #define HAVE_LIBM 1
  6789. | #define HAVE_CRYPT 1
  6790. | #define HAVE_SCHED_YIELD 1
  6791. | #define HAVE_COMPRESS 1
  6792. | #define HAVE_UINT 1
  6793. | #define HAVE_IN_ADDR_T 1
  6794. | #define HAVE_LIBPTHREAD 1
  6795. | #define HAVE_STRTOK_R 1
  6796. | #define HAVE_LIBDL 1
  6797. | #define HAVE_DLOPEN 1
  6798. | #define HAVE_DLERROR 1
  6799. | #define HAVE_RESTARTABLE_SYSCALLS 1
  6800. | #define DBUG_OFF 1
  6801. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  6802. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  6803. | #define HAVE_ST_RDEV 1
  6804. | #define TIME_WITH_SYS_TIME 1
  6805. | #define SIZEOF_CHAR 1
  6806. | #define SIZEOF_CHARP 8
  6807. | #define SIZEOF_SHORT 2
  6808. | #define SIZEOF_INT 4
  6809. | #define SIZEOF_LONG 8
  6810. | #define SIZEOF_LONG_LONG 8
  6811. | #define SIZEOF_OFF_T 8
  6812. | /* end confdefs.h.  */
  6813. |
  6814. | #include <time.h>
  6815. |
  6816. | int
  6817. | main ()
  6818. | {
  6819. |
  6820. |         int array[(((time_t)-1) > 0) ? 1 : -1];
  6821. |
  6822. |   ;
  6823. |   return 0;
  6824. | }
  6825. |
  6826. configure:30124: result: no
  6827. configure:30137: checking size of time_t
  6828. configure:30442: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  6829. configure:30446: $? = 0
  6830. configure:30452: ./conftest
  6831. configure:30456: $? = 0
  6832. configure:30482: result: 8
  6833. configure:30501: checking the need for #pragma interface/implementation
  6834. configure:30522: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  6835. configure:30529: $? = 0
  6836. configure:30534: result: no
  6837. configure:30548: checking whether byte ordering is bigendian
  6838. configure:30573: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  6839. configure:30580: $? = 0
  6840. configure:30928: result: universal
  6841. configure:30956: checking base type of last arg to accept
  6842. configure:31000: /usr/bin/g++-4.2 -c  -O2 -fPIC -arch x86_64   -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -Werror -I/opt/local/include conftest.cpp >&5
  6843. configure:31007: $? = 0
  6844. configure:31075: result: socklen_t
  6845. configure:31093: checking struct type to use with setrlimit
  6846. configure:31136: /usr/bin/g++-4.2 -c  -O2 -fPIC -arch x86_64   -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -Werror -I/opt/local/include conftest.cpp >&5
  6847. conftest.cpp: In function 'int main()':
  6848. conftest.cpp:143: error: aggregate 'rlimit64 rl' has incomplete type and cannot be defined
  6849. configure:31143: $? = 1
  6850. configure: failed program was:
  6851. | /* confdefs.h.  */
  6852. | #define PACKAGE_NAME "MySQL Server"
  6853. | #define PACKAGE_TARNAME "mysql"
  6854. | #define PACKAGE_VERSION "5.1.57"
  6855. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  6856. | #define PACKAGE_BUGREPORT ""
  6857. | #define PACKAGE "mysql"
  6858. | #define VERSION "5.1.57"
  6859. | #define STDC_HEADERS 1
  6860. | #define HAVE_SYS_TYPES_H 1
  6861. | #define HAVE_SYS_STAT_H 1
  6862. | #define HAVE_STDLIB_H 1
  6863. | #define HAVE_STRING_H 1
  6864. | #define HAVE_MEMORY_H 1
  6865. | #define HAVE_STRINGS_H 1
  6866. | #define HAVE_INTTYPES_H 1
  6867. | #define HAVE_STDINT_H 1
  6868. | #define HAVE_UNISTD_H 1
  6869. | #define HAVE_DLFCN_H 1
  6870. | #define LT_OBJDIR ".libs/"
  6871. | #define DEFINE_ALL_CHARACTER_SETS 1
  6872. | #define HAVE_CHARSET_latin1 1
  6873. | #define HAVE_CHARSET_latin1 1
  6874. | #define HAVE_CHARSET_utf8 1
  6875. | #define USE_MB 1
  6876. | #define USE_MB_IDENT 1
  6877. | #define HAVE_CHARSET_big5 1
  6878. | #define USE_MB 1
  6879. | #define USE_MB_IDENT 1
  6880. | #define HAVE_CHARSET_cp1250 1
  6881. | #define HAVE_CHARSET_cp932 1
  6882. | #define USE_MB 1
  6883. | #define USE_MB_IDENT 1
  6884. | #define HAVE_CHARSET_eucjpms 1
  6885. | #define USE_MB 1
  6886. | #define USE_MB_IDENT 1
  6887. | #define HAVE_CHARSET_euckr 1
  6888. | #define USE_MB 1
  6889. | #define USE_MB_IDENT 1
  6890. | #define HAVE_CHARSET_gb2312 1
  6891. | #define USE_MB 1
  6892. | #define USE_MB_IDENT 1
  6893. | #define HAVE_CHARSET_gbk 1
  6894. | #define USE_MB 1
  6895. | #define USE_MB_IDENT 1
  6896. | #define HAVE_CHARSET_latin1 1
  6897. | #define HAVE_CHARSET_latin2 1
  6898. | #define HAVE_CHARSET_sjis 1
  6899. | #define USE_MB 1
  6900. | #define USE_MB_IDENT 1
  6901. | #define HAVE_CHARSET_tis620 1
  6902. | #define HAVE_CHARSET_ucs2 1
  6903. | #define USE_MB 1
  6904. | #define USE_MB_IDENT 1
  6905. | #define HAVE_CHARSET_ujis 1
  6906. | #define USE_MB 1
  6907. | #define USE_MB_IDENT 1
  6908. | #define HAVE_CHARSET_utf8 1
  6909. | #define USE_MB 1
  6910. | #define USE_MB_IDENT 1
  6911. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  6912. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  6913. | #define HAVE_UCA_COLLATIONS 1
  6914. | #define PROTOCOL_VERSION 10
  6915. | #define DOT_FRM_VERSION 6
  6916. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  6917. | #define MACHINE_TYPE "i386"
  6918. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  6919. | #define COMMUNITY_SERVER 1
  6920. | #define ENABLED_PROFILING 1
  6921. | #define HAVE_DIRENT_H 1
  6922. | #define STDC_HEADERS 1
  6923. | #define HAVE_SYS_WAIT_H 1
  6924. | #define HAVE_FCNTL_H 1
  6925. | #define HAVE_FENV_H 1
  6926. | #define HAVE_FLOAT_H 1
  6927. | #define HAVE_LIMITS_H 1
  6928. | #define HAVE_MEMORY_H 1
  6929. | #define HAVE_PWD_H 1
  6930. | #define HAVE_STDLIB_H 1
  6931. | #define HAVE_STDDEF_H 1
  6932. | #define HAVE_STRINGS_H 1
  6933. | #define HAVE_STRING_H 1
  6934. | #define HAVE_SYS_MMAN_H 1
  6935. | #define HAVE_SYS_SOCKET_H 1
  6936. | #define HAVE_NETINET_IN_H 1
  6937. | #define HAVE_ARPA_INET_H 1
  6938. | #define HAVE_SYS_TIMEB_H 1
  6939. | #define HAVE_SYS_TYPES_H 1
  6940. | #define HAVE_SYS_UN_H 1
  6941. | #define HAVE_SYS_VADVISE_H 1
  6942. | #define HAVE_SYS_WAIT_H 1
  6943. | #define HAVE_TERM_H 1
  6944. | #define HAVE_UNISTD_H 1
  6945. | #define HAVE_UTIME_H 1
  6946. | #define HAVE_TERMIOS_H 1
  6947. | #define HAVE_SCHED_H 1
  6948. | #define HAVE_ALLOCA_H 1
  6949. | #define HAVE_SYS_IOCTL_H 1
  6950. | #define HAVE_SYS_MALLOC_H 1
  6951. | #define HAVE_SYS_IPC_H 1
  6952. | #define HAVE_SYS_SHM_H 1
  6953. | #define HAVE_SYS_RESOURCE_H 1
  6954. | #define HAVE_SYS_PARAM_H 1
  6955. | #define HAVE_EXECINFO_H 1
  6956. | #define HAVE_LIBM 1
  6957. | #define HAVE_CRYPT 1
  6958. | #define HAVE_SCHED_YIELD 1
  6959. | #define HAVE_COMPRESS 1
  6960. | #define HAVE_UINT 1
  6961. | #define HAVE_IN_ADDR_T 1
  6962. | #define HAVE_LIBPTHREAD 1
  6963. | #define HAVE_STRTOK_R 1
  6964. | #define HAVE_LIBDL 1
  6965. | #define HAVE_DLOPEN 1
  6966. | #define HAVE_DLERROR 1
  6967. | #define HAVE_RESTARTABLE_SYSCALLS 1
  6968. | #define DBUG_OFF 1
  6969. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  6970. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  6971. | #define HAVE_ST_RDEV 1
  6972. | #define TIME_WITH_SYS_TIME 1
  6973. | #define SIZEOF_CHAR 1
  6974. | #define SIZEOF_CHARP 8
  6975. | #define SIZEOF_SHORT 2
  6976. | #define SIZEOF_INT 4
  6977. | #define SIZEOF_LONG 8
  6978. | #define SIZEOF_LONG_LONG 8
  6979. | #define SIZEOF_OFF_T 8
  6980. | #define SIZEOF_TIME_T 8
  6981. | #define AC_APPLE_UNIVERSAL_BUILD 1
  6982. | #define SOCKET_SIZE_TYPE socklen_t
  6983. | /* end confdefs.h.  */
  6984. | #if defined(inline)
  6985. | #undef inline
  6986. | #endif
  6987. | #include <stdlib.h>
  6988. | #include <sys/resource.h>
  6989. |
  6990. | int
  6991. | main ()
  6992. | {
  6993. | struct rlimit64 rl; setrlimit(RLIMIT_CORE, &rl);
  6994. |   ;
  6995. |   return 0;
  6996. | }
  6997. configure:31161: result: struct rlimit
  6998. configure:31177: checking stack direction for C alloca
  6999. configure:31219: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  7000. configure:31223: $? = 0
  7001. configure:31229: ./conftest
  7002. configure:31233: $? = 1
  7003. configure: program exited with status 1
  7004. configure: failed program was:
  7005. | /* confdefs.h.  */
  7006. | #define PACKAGE_NAME "MySQL Server"
  7007. | #define PACKAGE_TARNAME "mysql"
  7008. | #define PACKAGE_VERSION "5.1.57"
  7009. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  7010. | #define PACKAGE_BUGREPORT ""
  7011. | #define PACKAGE "mysql"
  7012. | #define VERSION "5.1.57"
  7013. | #define STDC_HEADERS 1
  7014. | #define HAVE_SYS_TYPES_H 1
  7015. | #define HAVE_SYS_STAT_H 1
  7016. | #define HAVE_STDLIB_H 1
  7017. | #define HAVE_STRING_H 1
  7018. | #define HAVE_MEMORY_H 1
  7019. | #define HAVE_STRINGS_H 1
  7020. | #define HAVE_INTTYPES_H 1
  7021. | #define HAVE_STDINT_H 1
  7022. | #define HAVE_UNISTD_H 1
  7023. | #define HAVE_DLFCN_H 1
  7024. | #define LT_OBJDIR ".libs/"
  7025. | #define DEFINE_ALL_CHARACTER_SETS 1
  7026. | #define HAVE_CHARSET_latin1 1
  7027. | #define HAVE_CHARSET_latin1 1
  7028. | #define HAVE_CHARSET_utf8 1
  7029. | #define USE_MB 1
  7030. | #define USE_MB_IDENT 1
  7031. | #define HAVE_CHARSET_big5 1
  7032. | #define USE_MB 1
  7033. | #define USE_MB_IDENT 1
  7034. | #define HAVE_CHARSET_cp1250 1
  7035. | #define HAVE_CHARSET_cp932 1
  7036. | #define USE_MB 1
  7037. | #define USE_MB_IDENT 1
  7038. | #define HAVE_CHARSET_eucjpms 1
  7039. | #define USE_MB 1
  7040. | #define USE_MB_IDENT 1
  7041. | #define HAVE_CHARSET_euckr 1
  7042. | #define USE_MB 1
  7043. | #define USE_MB_IDENT 1
  7044. | #define HAVE_CHARSET_gb2312 1
  7045. | #define USE_MB 1
  7046. | #define USE_MB_IDENT 1
  7047. | #define HAVE_CHARSET_gbk 1
  7048. | #define USE_MB 1
  7049. | #define USE_MB_IDENT 1
  7050. | #define HAVE_CHARSET_latin1 1
  7051. | #define HAVE_CHARSET_latin2 1
  7052. | #define HAVE_CHARSET_sjis 1
  7053. | #define USE_MB 1
  7054. | #define USE_MB_IDENT 1
  7055. | #define HAVE_CHARSET_tis620 1
  7056. | #define HAVE_CHARSET_ucs2 1
  7057. | #define USE_MB 1
  7058. | #define USE_MB_IDENT 1
  7059. | #define HAVE_CHARSET_ujis 1
  7060. | #define USE_MB 1
  7061. | #define USE_MB_IDENT 1
  7062. | #define HAVE_CHARSET_utf8 1
  7063. | #define USE_MB 1
  7064. | #define USE_MB_IDENT 1
  7065. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  7066. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  7067. | #define HAVE_UCA_COLLATIONS 1
  7068. | #define PROTOCOL_VERSION 10
  7069. | #define DOT_FRM_VERSION 6
  7070. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  7071. | #define MACHINE_TYPE "i386"
  7072. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  7073. | #define COMMUNITY_SERVER 1
  7074. | #define ENABLED_PROFILING 1
  7075. | #define HAVE_DIRENT_H 1
  7076. | #define STDC_HEADERS 1
  7077. | #define HAVE_SYS_WAIT_H 1
  7078. | #define HAVE_FCNTL_H 1
  7079. | #define HAVE_FENV_H 1
  7080. | #define HAVE_FLOAT_H 1
  7081. | #define HAVE_LIMITS_H 1
  7082. | #define HAVE_MEMORY_H 1
  7083. | #define HAVE_PWD_H 1
  7084. | #define HAVE_STDLIB_H 1
  7085. | #define HAVE_STDDEF_H 1
  7086. | #define HAVE_STRINGS_H 1
  7087. | #define HAVE_STRING_H 1
  7088. | #define HAVE_SYS_MMAN_H 1
  7089. | #define HAVE_SYS_SOCKET_H 1
  7090. | #define HAVE_NETINET_IN_H 1
  7091. | #define HAVE_ARPA_INET_H 1
  7092. | #define HAVE_SYS_TIMEB_H 1
  7093. | #define HAVE_SYS_TYPES_H 1
  7094. | #define HAVE_SYS_UN_H 1
  7095. | #define HAVE_SYS_VADVISE_H 1
  7096. | #define HAVE_SYS_WAIT_H 1
  7097. | #define HAVE_TERM_H 1
  7098. | #define HAVE_UNISTD_H 1
  7099. | #define HAVE_UTIME_H 1
  7100. | #define HAVE_TERMIOS_H 1
  7101. | #define HAVE_SCHED_H 1
  7102. | #define HAVE_ALLOCA_H 1
  7103. | #define HAVE_SYS_IOCTL_H 1
  7104. | #define HAVE_SYS_MALLOC_H 1
  7105. | #define HAVE_SYS_IPC_H 1
  7106. | #define HAVE_SYS_SHM_H 1
  7107. | #define HAVE_SYS_RESOURCE_H 1
  7108. | #define HAVE_SYS_PARAM_H 1
  7109. | #define HAVE_EXECINFO_H 1
  7110. | #define HAVE_LIBM 1
  7111. | #define HAVE_CRYPT 1
  7112. | #define HAVE_SCHED_YIELD 1
  7113. | #define HAVE_COMPRESS 1
  7114. | #define HAVE_UINT 1
  7115. | #define HAVE_IN_ADDR_T 1
  7116. | #define HAVE_LIBPTHREAD 1
  7117. | #define HAVE_STRTOK_R 1
  7118. | #define HAVE_LIBDL 1
  7119. | #define HAVE_DLOPEN 1
  7120. | #define HAVE_DLERROR 1
  7121. | #define HAVE_RESTARTABLE_SYSCALLS 1
  7122. | #define DBUG_OFF 1
  7123. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  7124. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  7125. | #define HAVE_ST_RDEV 1
  7126. | #define TIME_WITH_SYS_TIME 1
  7127. | #define SIZEOF_CHAR 1
  7128. | #define SIZEOF_CHARP 8
  7129. | #define SIZEOF_SHORT 2
  7130. | #define SIZEOF_INT 4
  7131. | #define SIZEOF_LONG 8
  7132. | #define SIZEOF_LONG_LONG 8
  7133. | #define SIZEOF_OFF_T 8
  7134. | #define SIZEOF_TIME_T 8
  7135. | #define AC_APPLE_UNIVERSAL_BUILD 1
  7136. | #define SOCKET_SIZE_TYPE socklen_t
  7137. | #define STRUCT_RLIMIT struct rlimit
  7138. | /* end confdefs.h.  */
  7139. | #include <stdlib.h>
  7140. |  /* Prevent compiler optimization by HP's compiler, see bug#42213 */
  7141. | #if defined(__HP_cc) || defined (__HP_aCC) || defined (__hpux)
  7142. | #pragma noinline
  7143. | #endif
  7144. |  int find_stack_direction ()
  7145. |  {
  7146. |    static char *addr = 0;
  7147. |    auto char dummy;
  7148. |    if (addr == 0)
  7149. |      {
  7150. |        addr = &dummy;
  7151. |        return find_stack_direction ();
  7152. |      }
  7153. |    else
  7154. |      return (&dummy > addr) ? 1 : -1;
  7155. |  }
  7156. |  int main ()
  7157. |  {
  7158. |    exit (find_stack_direction() < 0);
  7159. |  }
  7160. configure:31250: result: -1
  7161. configure:31265: checking for working alloca.h
  7162. configure:31318: result: yes
  7163. configure:31328: checking for alloca
  7164. configure:31370: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  7165. configure:31377: $? = 0
  7166. configure:31397: result: yes
  7167. configure:31556: checking if struct timespec has a ts_sec member
  7168. configure:31590: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  7169. conftest.c: In function 'main':
  7170. conftest.c:148: error: 'struct timespec' has no member named 'ts_sec'
  7171. conftest.c:149: error: 'struct timespec' has no member named 'ts_nsec'
  7172. configure:31597: $? = 1
  7173. configure: failed program was:
  7174. | /* confdefs.h.  */
  7175. | #define PACKAGE_NAME "MySQL Server"
  7176. | #define PACKAGE_TARNAME "mysql"
  7177. | #define PACKAGE_VERSION "5.1.57"
  7178. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  7179. | #define PACKAGE_BUGREPORT ""
  7180. | #define PACKAGE "mysql"
  7181. | #define VERSION "5.1.57"
  7182. | #define STDC_HEADERS 1
  7183. | #define HAVE_SYS_TYPES_H 1
  7184. | #define HAVE_SYS_STAT_H 1
  7185. | #define HAVE_STDLIB_H 1
  7186. | #define HAVE_STRING_H 1
  7187. | #define HAVE_MEMORY_H 1
  7188. | #define HAVE_STRINGS_H 1
  7189. | #define HAVE_INTTYPES_H 1
  7190. | #define HAVE_STDINT_H 1
  7191. | #define HAVE_UNISTD_H 1
  7192. | #define HAVE_DLFCN_H 1
  7193. | #define LT_OBJDIR ".libs/"
  7194. | #define DEFINE_ALL_CHARACTER_SETS 1
  7195. | #define HAVE_CHARSET_latin1 1
  7196. | #define HAVE_CHARSET_latin1 1
  7197. | #define HAVE_CHARSET_utf8 1
  7198. | #define USE_MB 1
  7199. | #define USE_MB_IDENT 1
  7200. | #define HAVE_CHARSET_big5 1
  7201. | #define USE_MB 1
  7202. | #define USE_MB_IDENT 1
  7203. | #define HAVE_CHARSET_cp1250 1
  7204. | #define HAVE_CHARSET_cp932 1
  7205. | #define USE_MB 1
  7206. | #define USE_MB_IDENT 1
  7207. | #define HAVE_CHARSET_eucjpms 1
  7208. | #define USE_MB 1
  7209. | #define USE_MB_IDENT 1
  7210. | #define HAVE_CHARSET_euckr 1
  7211. | #define USE_MB 1
  7212. | #define USE_MB_IDENT 1
  7213. | #define HAVE_CHARSET_gb2312 1
  7214. | #define USE_MB 1
  7215. | #define USE_MB_IDENT 1
  7216. | #define HAVE_CHARSET_gbk 1
  7217. | #define USE_MB 1
  7218. | #define USE_MB_IDENT 1
  7219. | #define HAVE_CHARSET_latin1 1
  7220. | #define HAVE_CHARSET_latin2 1
  7221. | #define HAVE_CHARSET_sjis 1
  7222. | #define USE_MB 1
  7223. | #define USE_MB_IDENT 1
  7224. | #define HAVE_CHARSET_tis620 1
  7225. | #define HAVE_CHARSET_ucs2 1
  7226. | #define USE_MB 1
  7227. | #define USE_MB_IDENT 1
  7228. | #define HAVE_CHARSET_ujis 1
  7229. | #define USE_MB 1
  7230. | #define USE_MB_IDENT 1
  7231. | #define HAVE_CHARSET_utf8 1
  7232. | #define USE_MB 1
  7233. | #define USE_MB_IDENT 1
  7234. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  7235. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  7236. | #define HAVE_UCA_COLLATIONS 1
  7237. | #define PROTOCOL_VERSION 10
  7238. | #define DOT_FRM_VERSION 6
  7239. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  7240. | #define MACHINE_TYPE "i386"
  7241. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  7242. | #define COMMUNITY_SERVER 1
  7243. | #define ENABLED_PROFILING 1
  7244. | #define HAVE_DIRENT_H 1
  7245. | #define STDC_HEADERS 1
  7246. | #define HAVE_SYS_WAIT_H 1
  7247. | #define HAVE_FCNTL_H 1
  7248. | #define HAVE_FENV_H 1
  7249. | #define HAVE_FLOAT_H 1
  7250. | #define HAVE_LIMITS_H 1
  7251. | #define HAVE_MEMORY_H 1
  7252. | #define HAVE_PWD_H 1
  7253. | #define HAVE_STDLIB_H 1
  7254. | #define HAVE_STDDEF_H 1
  7255. | #define HAVE_STRINGS_H 1
  7256. | #define HAVE_STRING_H 1
  7257. | #define HAVE_SYS_MMAN_H 1
  7258. | #define HAVE_SYS_SOCKET_H 1
  7259. | #define HAVE_NETINET_IN_H 1
  7260. | #define HAVE_ARPA_INET_H 1
  7261. | #define HAVE_SYS_TIMEB_H 1
  7262. | #define HAVE_SYS_TYPES_H 1
  7263. | #define HAVE_SYS_UN_H 1
  7264. | #define HAVE_SYS_VADVISE_H 1
  7265. | #define HAVE_SYS_WAIT_H 1
  7266. | #define HAVE_TERM_H 1
  7267. | #define HAVE_UNISTD_H 1
  7268. | #define HAVE_UTIME_H 1
  7269. | #define HAVE_TERMIOS_H 1
  7270. | #define HAVE_SCHED_H 1
  7271. | #define HAVE_ALLOCA_H 1
  7272. | #define HAVE_SYS_IOCTL_H 1
  7273. | #define HAVE_SYS_MALLOC_H 1
  7274. | #define HAVE_SYS_IPC_H 1
  7275. | #define HAVE_SYS_SHM_H 1
  7276. | #define HAVE_SYS_RESOURCE_H 1
  7277. | #define HAVE_SYS_PARAM_H 1
  7278. | #define HAVE_EXECINFO_H 1
  7279. | #define HAVE_LIBM 1
  7280. | #define HAVE_CRYPT 1
  7281. | #define HAVE_SCHED_YIELD 1
  7282. | #define HAVE_COMPRESS 1
  7283. | #define HAVE_UINT 1
  7284. | #define HAVE_IN_ADDR_T 1
  7285. | #define HAVE_LIBPTHREAD 1
  7286. | #define HAVE_STRTOK_R 1
  7287. | #define HAVE_LIBDL 1
  7288. | #define HAVE_DLOPEN 1
  7289. | #define HAVE_DLERROR 1
  7290. | #define HAVE_RESTARTABLE_SYSCALLS 1
  7291. | #define DBUG_OFF 1
  7292. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  7293. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  7294. | #define HAVE_ST_RDEV 1
  7295. | #define TIME_WITH_SYS_TIME 1
  7296. | #define SIZEOF_CHAR 1
  7297. | #define SIZEOF_CHARP 8
  7298. | #define SIZEOF_SHORT 2
  7299. | #define SIZEOF_INT 4
  7300. | #define SIZEOF_LONG 8
  7301. | #define SIZEOF_LONG_LONG 8
  7302. | #define SIZEOF_OFF_T 8
  7303. | #define SIZEOF_TIME_T 8
  7304. | #define AC_APPLE_UNIVERSAL_BUILD 1
  7305. | #define SOCKET_SIZE_TYPE socklen_t
  7306. | #define STRUCT_RLIMIT struct rlimit
  7307. | #define STACK_DIRECTION -1
  7308. | #define HAVE_ALLOCA 1
  7309. | #define HAVE_ALLOCA 1
  7310. | /* end confdefs.h.  */
  7311. | #include <pthread.h>
  7312. | #ifdef __cplusplus
  7313. | extern "C"
  7314. | #endif
  7315. |
  7316. | int
  7317. | main ()
  7318. | {
  7319. | struct timespec abstime;
  7320. |
  7321. | abstime.ts_sec = time(NULL)+1;
  7322. | abstime.ts_nsec = 0;
  7323. |
  7324. |   ;
  7325. |   return 0;
  7326. | }
  7327. configure:31612: result: no
  7328. configure:31624: checking if we have tzname variable
  7329. configure:31656: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  7330. configure:31663: $? = 0
  7331. configure:31678: result: yes
  7332. configure:31692: checking if /usr/bin/g++-4.2 supports bool types
  7333. configure:31726: /usr/bin/g++-4.2 -c  -O2 -fPIC -arch x86_64   -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.cpp >&5
  7334. configure:31733: $? = 0
  7335. configure:31756: result: yes
  7336. configure:31771: checking if conversion of longlong to float works
  7337. configure:31804: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  7338. configure:31808: $? = 0
  7339. configure:31814: ./conftest
  7340. configure:31818: $? = 0
  7341. configure:31841: result: yes
  7342. configure:31856: checking for sigset_t
  7343. configure:31885: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  7344. conftest.c: In function 'main':
  7345. conftest.c:145: error: 'sigset_t' undeclared (first use in this function)
  7346. conftest.c:145: error: (Each undeclared identifier is reported only once
  7347. conftest.c:145: error: for each function it appears in.)
  7348. configure:31892: $? = 1
  7349. configure: failed program was:
  7350. | /* confdefs.h.  */
  7351. | #define PACKAGE_NAME "MySQL Server"
  7352. | #define PACKAGE_TARNAME "mysql"
  7353. | #define PACKAGE_VERSION "5.1.57"
  7354. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  7355. | #define PACKAGE_BUGREPORT ""
  7356. | #define PACKAGE "mysql"
  7357. | #define VERSION "5.1.57"
  7358. | #define STDC_HEADERS 1
  7359. | #define HAVE_SYS_TYPES_H 1
  7360. | #define HAVE_SYS_STAT_H 1
  7361. | #define HAVE_STDLIB_H 1
  7362. | #define HAVE_STRING_H 1
  7363. | #define HAVE_MEMORY_H 1
  7364. | #define HAVE_STRINGS_H 1
  7365. | #define HAVE_INTTYPES_H 1
  7366. | #define HAVE_STDINT_H 1
  7367. | #define HAVE_UNISTD_H 1
  7368. | #define HAVE_DLFCN_H 1
  7369. | #define LT_OBJDIR ".libs/"
  7370. | #define DEFINE_ALL_CHARACTER_SETS 1
  7371. | #define HAVE_CHARSET_latin1 1
  7372. | #define HAVE_CHARSET_latin1 1
  7373. | #define HAVE_CHARSET_utf8 1
  7374. | #define USE_MB 1
  7375. | #define USE_MB_IDENT 1
  7376. | #define HAVE_CHARSET_big5 1
  7377. | #define USE_MB 1
  7378. | #define USE_MB_IDENT 1
  7379. | #define HAVE_CHARSET_cp1250 1
  7380. | #define HAVE_CHARSET_cp932 1
  7381. | #define USE_MB 1
  7382. | #define USE_MB_IDENT 1
  7383. | #define HAVE_CHARSET_eucjpms 1
  7384. | #define USE_MB 1
  7385. | #define USE_MB_IDENT 1
  7386. | #define HAVE_CHARSET_euckr 1
  7387. | #define USE_MB 1
  7388. | #define USE_MB_IDENT 1
  7389. | #define HAVE_CHARSET_gb2312 1
  7390. | #define USE_MB 1
  7391. | #define USE_MB_IDENT 1
  7392. | #define HAVE_CHARSET_gbk 1
  7393. | #define USE_MB 1
  7394. | #define USE_MB_IDENT 1
  7395. | #define HAVE_CHARSET_latin1 1
  7396. | #define HAVE_CHARSET_latin2 1
  7397. | #define HAVE_CHARSET_sjis 1
  7398. | #define USE_MB 1
  7399. | #define USE_MB_IDENT 1
  7400. | #define HAVE_CHARSET_tis620 1
  7401. | #define HAVE_CHARSET_ucs2 1
  7402. | #define USE_MB 1
  7403. | #define USE_MB_IDENT 1
  7404. | #define HAVE_CHARSET_ujis 1
  7405. | #define USE_MB 1
  7406. | #define USE_MB_IDENT 1
  7407. | #define HAVE_CHARSET_utf8 1
  7408. | #define USE_MB 1
  7409. | #define USE_MB_IDENT 1
  7410. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  7411. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  7412. | #define HAVE_UCA_COLLATIONS 1
  7413. | #define PROTOCOL_VERSION 10
  7414. | #define DOT_FRM_VERSION 6
  7415. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  7416. | #define MACHINE_TYPE "i386"
  7417. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  7418. | #define COMMUNITY_SERVER 1
  7419. | #define ENABLED_PROFILING 1
  7420. | #define HAVE_DIRENT_H 1
  7421. | #define STDC_HEADERS 1
  7422. | #define HAVE_SYS_WAIT_H 1
  7423. | #define HAVE_FCNTL_H 1
  7424. | #define HAVE_FENV_H 1
  7425. | #define HAVE_FLOAT_H 1
  7426. | #define HAVE_LIMITS_H 1
  7427. | #define HAVE_MEMORY_H 1
  7428. | #define HAVE_PWD_H 1
  7429. | #define HAVE_STDLIB_H 1
  7430. | #define HAVE_STDDEF_H 1
  7431. | #define HAVE_STRINGS_H 1
  7432. | #define HAVE_STRING_H 1
  7433. | #define HAVE_SYS_MMAN_H 1
  7434. | #define HAVE_SYS_SOCKET_H 1
  7435. | #define HAVE_NETINET_IN_H 1
  7436. | #define HAVE_ARPA_INET_H 1
  7437. | #define HAVE_SYS_TIMEB_H 1
  7438. | #define HAVE_SYS_TYPES_H 1
  7439. | #define HAVE_SYS_UN_H 1
  7440. | #define HAVE_SYS_VADVISE_H 1
  7441. | #define HAVE_SYS_WAIT_H 1
  7442. | #define HAVE_TERM_H 1
  7443. | #define HAVE_UNISTD_H 1
  7444. | #define HAVE_UTIME_H 1
  7445. | #define HAVE_TERMIOS_H 1
  7446. | #define HAVE_SCHED_H 1
  7447. | #define HAVE_ALLOCA_H 1
  7448. | #define HAVE_SYS_IOCTL_H 1
  7449. | #define HAVE_SYS_MALLOC_H 1
  7450. | #define HAVE_SYS_IPC_H 1
  7451. | #define HAVE_SYS_SHM_H 1
  7452. | #define HAVE_SYS_RESOURCE_H 1
  7453. | #define HAVE_SYS_PARAM_H 1
  7454. | #define HAVE_EXECINFO_H 1
  7455. | #define HAVE_LIBM 1
  7456. | #define HAVE_CRYPT 1
  7457. | #define HAVE_SCHED_YIELD 1
  7458. | #define HAVE_COMPRESS 1
  7459. | #define HAVE_UINT 1
  7460. | #define HAVE_IN_ADDR_T 1
  7461. | #define HAVE_LIBPTHREAD 1
  7462. | #define HAVE_STRTOK_R 1
  7463. | #define HAVE_LIBDL 1
  7464. | #define HAVE_DLOPEN 1
  7465. | #define HAVE_DLERROR 1
  7466. | #define HAVE_RESTARTABLE_SYSCALLS 1
  7467. | #define DBUG_OFF 1
  7468. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  7469. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  7470. | #define HAVE_ST_RDEV 1
  7471. | #define TIME_WITH_SYS_TIME 1
  7472. | #define SIZEOF_CHAR 1
  7473. | #define SIZEOF_CHARP 8
  7474. | #define SIZEOF_SHORT 2
  7475. | #define SIZEOF_INT 4
  7476. | #define SIZEOF_LONG 8
  7477. | #define SIZEOF_LONG_LONG 8
  7478. | #define SIZEOF_OFF_T 8
  7479. | #define SIZEOF_TIME_T 8
  7480. | #define AC_APPLE_UNIVERSAL_BUILD 1
  7481. | #define SOCKET_SIZE_TYPE socklen_t
  7482. | #define STRUCT_RLIMIT struct rlimit
  7483. | #define STACK_DIRECTION -1
  7484. | #define HAVE_ALLOCA 1
  7485. | #define HAVE_ALLOCA 1
  7486. | #define HAVE_TZNAME 1
  7487. | #define HAVE_BOOL 1
  7488. | /* end confdefs.h.  */
  7489. | #include <sys/types.h>
  7490. |
  7491. | int
  7492. | main ()
  7493. | {
  7494. | if (sizeof (sigset_t))
  7495. |        return 0;
  7496. |   ;
  7497. |   return 0;
  7498. | }
  7499. configure:31950: result: no
  7500. configure:31960: checking for off_t
  7501. configure:32054: result: yes
  7502. configure:32065: checking for size_t
  7503. configure:32159: result: yes
  7504. configure:32170: checking for u_int32_t
  7505. configure:32198: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  7506. configure:32205: $? = 0
  7507. configure:32232: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  7508. conftest.c: In function 'main':
  7509. conftest.c:178: error: expected expression before ')' token
  7510. configure:32239: $? = 1
  7511. configure: failed program was:
  7512. | /* confdefs.h.  */
  7513. | #define PACKAGE_NAME "MySQL Server"
  7514. | #define PACKAGE_TARNAME "mysql"
  7515. | #define PACKAGE_VERSION "5.1.57"
  7516. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  7517. | #define PACKAGE_BUGREPORT ""
  7518. | #define PACKAGE "mysql"
  7519. | #define VERSION "5.1.57"
  7520. | #define STDC_HEADERS 1
  7521. | #define HAVE_SYS_TYPES_H 1
  7522. | #define HAVE_SYS_STAT_H 1
  7523. | #define HAVE_STDLIB_H 1
  7524. | #define HAVE_STRING_H 1
  7525. | #define HAVE_MEMORY_H 1
  7526. | #define HAVE_STRINGS_H 1
  7527. | #define HAVE_INTTYPES_H 1
  7528. | #define HAVE_STDINT_H 1
  7529. | #define HAVE_UNISTD_H 1
  7530. | #define HAVE_DLFCN_H 1
  7531. | #define LT_OBJDIR ".libs/"
  7532. | #define DEFINE_ALL_CHARACTER_SETS 1
  7533. | #define HAVE_CHARSET_latin1 1
  7534. | #define HAVE_CHARSET_latin1 1
  7535. | #define HAVE_CHARSET_utf8 1
  7536. | #define USE_MB 1
  7537. | #define USE_MB_IDENT 1
  7538. | #define HAVE_CHARSET_big5 1
  7539. | #define USE_MB 1
  7540. | #define USE_MB_IDENT 1
  7541. | #define HAVE_CHARSET_cp1250 1
  7542. | #define HAVE_CHARSET_cp932 1
  7543. | #define USE_MB 1
  7544. | #define USE_MB_IDENT 1
  7545. | #define HAVE_CHARSET_eucjpms 1
  7546. | #define USE_MB 1
  7547. | #define USE_MB_IDENT 1
  7548. | #define HAVE_CHARSET_euckr 1
  7549. | #define USE_MB 1
  7550. | #define USE_MB_IDENT 1
  7551. | #define HAVE_CHARSET_gb2312 1
  7552. | #define USE_MB 1
  7553. | #define USE_MB_IDENT 1
  7554. | #define HAVE_CHARSET_gbk 1
  7555. | #define USE_MB 1
  7556. | #define USE_MB_IDENT 1
  7557. | #define HAVE_CHARSET_latin1 1
  7558. | #define HAVE_CHARSET_latin2 1
  7559. | #define HAVE_CHARSET_sjis 1
  7560. | #define USE_MB 1
  7561. | #define USE_MB_IDENT 1
  7562. | #define HAVE_CHARSET_tis620 1
  7563. | #define HAVE_CHARSET_ucs2 1
  7564. | #define USE_MB 1
  7565. | #define USE_MB_IDENT 1
  7566. | #define HAVE_CHARSET_ujis 1
  7567. | #define USE_MB 1
  7568. | #define USE_MB_IDENT 1
  7569. | #define HAVE_CHARSET_utf8 1
  7570. | #define USE_MB 1
  7571. | #define USE_MB_IDENT 1
  7572. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  7573. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  7574. | #define HAVE_UCA_COLLATIONS 1
  7575. | #define PROTOCOL_VERSION 10
  7576. | #define DOT_FRM_VERSION 6
  7577. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  7578. | #define MACHINE_TYPE "i386"
  7579. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  7580. | #define COMMUNITY_SERVER 1
  7581. | #define ENABLED_PROFILING 1
  7582. | #define HAVE_DIRENT_H 1
  7583. | #define STDC_HEADERS 1
  7584. | #define HAVE_SYS_WAIT_H 1
  7585. | #define HAVE_FCNTL_H 1
  7586. | #define HAVE_FENV_H 1
  7587. | #define HAVE_FLOAT_H 1
  7588. | #define HAVE_LIMITS_H 1
  7589. | #define HAVE_MEMORY_H 1
  7590. | #define HAVE_PWD_H 1
  7591. | #define HAVE_STDLIB_H 1
  7592. | #define HAVE_STDDEF_H 1
  7593. | #define HAVE_STRINGS_H 1
  7594. | #define HAVE_STRING_H 1
  7595. | #define HAVE_SYS_MMAN_H 1
  7596. | #define HAVE_SYS_SOCKET_H 1
  7597. | #define HAVE_NETINET_IN_H 1
  7598. | #define HAVE_ARPA_INET_H 1
  7599. | #define HAVE_SYS_TIMEB_H 1
  7600. | #define HAVE_SYS_TYPES_H 1
  7601. | #define HAVE_SYS_UN_H 1
  7602. | #define HAVE_SYS_VADVISE_H 1
  7603. | #define HAVE_SYS_WAIT_H 1
  7604. | #define HAVE_TERM_H 1
  7605. | #define HAVE_UNISTD_H 1
  7606. | #define HAVE_UTIME_H 1
  7607. | #define HAVE_TERMIOS_H 1
  7608. | #define HAVE_SCHED_H 1
  7609. | #define HAVE_ALLOCA_H 1
  7610. | #define HAVE_SYS_IOCTL_H 1
  7611. | #define HAVE_SYS_MALLOC_H 1
  7612. | #define HAVE_SYS_IPC_H 1
  7613. | #define HAVE_SYS_SHM_H 1
  7614. | #define HAVE_SYS_RESOURCE_H 1
  7615. | #define HAVE_SYS_PARAM_H 1
  7616. | #define HAVE_EXECINFO_H 1
  7617. | #define HAVE_LIBM 1
  7618. | #define HAVE_CRYPT 1
  7619. | #define HAVE_SCHED_YIELD 1
  7620. | #define HAVE_COMPRESS 1
  7621. | #define HAVE_UINT 1
  7622. | #define HAVE_IN_ADDR_T 1
  7623. | #define HAVE_LIBPTHREAD 1
  7624. | #define HAVE_STRTOK_R 1
  7625. | #define HAVE_LIBDL 1
  7626. | #define HAVE_DLOPEN 1
  7627. | #define HAVE_DLERROR 1
  7628. | #define HAVE_RESTARTABLE_SYSCALLS 1
  7629. | #define DBUG_OFF 1
  7630. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  7631. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  7632. | #define HAVE_ST_RDEV 1
  7633. | #define TIME_WITH_SYS_TIME 1
  7634. | #define SIZEOF_CHAR 1
  7635. | #define SIZEOF_CHARP 8
  7636. | #define SIZEOF_SHORT 2
  7637. | #define SIZEOF_INT 4
  7638. | #define SIZEOF_LONG 8
  7639. | #define SIZEOF_LONG_LONG 8
  7640. | #define SIZEOF_OFF_T 8
  7641. | #define SIZEOF_TIME_T 8
  7642. | #define AC_APPLE_UNIVERSAL_BUILD 1
  7643. | #define SOCKET_SIZE_TYPE socklen_t
  7644. | #define STRUCT_RLIMIT struct rlimit
  7645. | #define STACK_DIRECTION -1
  7646. | #define HAVE_ALLOCA 1
  7647. | #define HAVE_ALLOCA 1
  7648. | #define HAVE_TZNAME 1
  7649. | #define HAVE_BOOL 1
  7650. | #define HAVE_OFF_T 1
  7651. | #define HAVE_SIZE_T 1
  7652. | /* end confdefs.h.  */
  7653. | #include <stdio.h>
  7654. | #ifdef HAVE_SYS_TYPES_H
  7655. | # include <sys/types.h>
  7656. | #endif
  7657. | #ifdef HAVE_SYS_STAT_H
  7658. | # include <sys/stat.h>
  7659. | #endif
  7660. | #ifdef STDC_HEADERS
  7661. | # include <stdlib.h>
  7662. | # include <stddef.h>
  7663. | #else
  7664. | # ifdef HAVE_STDLIB_H
  7665. | #  include <stdlib.h>
  7666. | # endif
  7667. | #endif
  7668. | #ifdef HAVE_STRING_H
  7669. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7670. | #  include <memory.h>
  7671. | # endif
  7672. | # include <string.h>
  7673. | #endif
  7674. | #ifdef HAVE_STRINGS_H
  7675. | # include <strings.h>
  7676. | #endif
  7677. | #ifdef HAVE_INTTYPES_H
  7678. | # include <inttypes.h>
  7679. | #endif
  7680. | #ifdef HAVE_STDINT_H
  7681. | # include <stdint.h>
  7682. | #endif
  7683. | #ifdef HAVE_UNISTD_H
  7684. | # include <unistd.h>
  7685. | #endif
  7686. | int
  7687. | main ()
  7688. | {
  7689. | if (sizeof ((u_int32_t)))
  7690. |         return 0;
  7691. |   ;
  7692. |   return 0;
  7693. | }
  7694. configure:32262: result: yes
  7695. configure:32274: checking if pthread_yield takes zero arguments
  7696. configure:32307: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  7697. Undefined symbols:
  7698.   "_pthread_yield", referenced from:
  7699.       _main in ccCGndPM.o
  7700. ld: symbol(s) not found
  7701. collect2: ld returned 1 exit status
  7702. configure:32314: $? = 1
  7703. configure: failed program was:
  7704. | /* confdefs.h.  */
  7705. | #define PACKAGE_NAME "MySQL Server"
  7706. | #define PACKAGE_TARNAME "mysql"
  7707. | #define PACKAGE_VERSION "5.1.57"
  7708. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  7709. | #define PACKAGE_BUGREPORT ""
  7710. | #define PACKAGE "mysql"
  7711. | #define VERSION "5.1.57"
  7712. | #define STDC_HEADERS 1
  7713. | #define HAVE_SYS_TYPES_H 1
  7714. | #define HAVE_SYS_STAT_H 1
  7715. | #define HAVE_STDLIB_H 1
  7716. | #define HAVE_STRING_H 1
  7717. | #define HAVE_MEMORY_H 1
  7718. | #define HAVE_STRINGS_H 1
  7719. | #define HAVE_INTTYPES_H 1
  7720. | #define HAVE_STDINT_H 1
  7721. | #define HAVE_UNISTD_H 1
  7722. | #define HAVE_DLFCN_H 1
  7723. | #define LT_OBJDIR ".libs/"
  7724. | #define DEFINE_ALL_CHARACTER_SETS 1
  7725. | #define HAVE_CHARSET_latin1 1
  7726. | #define HAVE_CHARSET_latin1 1
  7727. | #define HAVE_CHARSET_utf8 1
  7728. | #define USE_MB 1
  7729. | #define USE_MB_IDENT 1
  7730. | #define HAVE_CHARSET_big5 1
  7731. | #define USE_MB 1
  7732. | #define USE_MB_IDENT 1
  7733. | #define HAVE_CHARSET_cp1250 1
  7734. | #define HAVE_CHARSET_cp932 1
  7735. | #define USE_MB 1
  7736. | #define USE_MB_IDENT 1
  7737. | #define HAVE_CHARSET_eucjpms 1
  7738. | #define USE_MB 1
  7739. | #define USE_MB_IDENT 1
  7740. | #define HAVE_CHARSET_euckr 1
  7741. | #define USE_MB 1
  7742. | #define USE_MB_IDENT 1
  7743. | #define HAVE_CHARSET_gb2312 1
  7744. | #define USE_MB 1
  7745. | #define USE_MB_IDENT 1
  7746. | #define HAVE_CHARSET_gbk 1
  7747. | #define USE_MB 1
  7748. | #define USE_MB_IDENT 1
  7749. | #define HAVE_CHARSET_latin1 1
  7750. | #define HAVE_CHARSET_latin2 1
  7751. | #define HAVE_CHARSET_sjis 1
  7752. | #define USE_MB 1
  7753. | #define USE_MB_IDENT 1
  7754. | #define HAVE_CHARSET_tis620 1
  7755. | #define HAVE_CHARSET_ucs2 1
  7756. | #define USE_MB 1
  7757. | #define USE_MB_IDENT 1
  7758. | #define HAVE_CHARSET_ujis 1
  7759. | #define USE_MB 1
  7760. | #define USE_MB_IDENT 1
  7761. | #define HAVE_CHARSET_utf8 1
  7762. | #define USE_MB 1
  7763. | #define USE_MB_IDENT 1
  7764. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  7765. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  7766. | #define HAVE_UCA_COLLATIONS 1
  7767. | #define PROTOCOL_VERSION 10
  7768. | #define DOT_FRM_VERSION 6
  7769. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  7770. | #define MACHINE_TYPE "i386"
  7771. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  7772. | #define COMMUNITY_SERVER 1
  7773. | #define ENABLED_PROFILING 1
  7774. | #define HAVE_DIRENT_H 1
  7775. | #define STDC_HEADERS 1
  7776. | #define HAVE_SYS_WAIT_H 1
  7777. | #define HAVE_FCNTL_H 1
  7778. | #define HAVE_FENV_H 1
  7779. | #define HAVE_FLOAT_H 1
  7780. | #define HAVE_LIMITS_H 1
  7781. | #define HAVE_MEMORY_H 1
  7782. | #define HAVE_PWD_H 1
  7783. | #define HAVE_STDLIB_H 1
  7784. | #define HAVE_STDDEF_H 1
  7785. | #define HAVE_STRINGS_H 1
  7786. | #define HAVE_STRING_H 1
  7787. | #define HAVE_SYS_MMAN_H 1
  7788. | #define HAVE_SYS_SOCKET_H 1
  7789. | #define HAVE_NETINET_IN_H 1
  7790. | #define HAVE_ARPA_INET_H 1
  7791. | #define HAVE_SYS_TIMEB_H 1
  7792. | #define HAVE_SYS_TYPES_H 1
  7793. | #define HAVE_SYS_UN_H 1
  7794. | #define HAVE_SYS_VADVISE_H 1
  7795. | #define HAVE_SYS_WAIT_H 1
  7796. | #define HAVE_TERM_H 1
  7797. | #define HAVE_UNISTD_H 1
  7798. | #define HAVE_UTIME_H 1
  7799. | #define HAVE_TERMIOS_H 1
  7800. | #define HAVE_SCHED_H 1
  7801. | #define HAVE_ALLOCA_H 1
  7802. | #define HAVE_SYS_IOCTL_H 1
  7803. | #define HAVE_SYS_MALLOC_H 1
  7804. | #define HAVE_SYS_IPC_H 1
  7805. | #define HAVE_SYS_SHM_H 1
  7806. | #define HAVE_SYS_RESOURCE_H 1
  7807. | #define HAVE_SYS_PARAM_H 1
  7808. | #define HAVE_EXECINFO_H 1
  7809. | #define HAVE_LIBM 1
  7810. | #define HAVE_CRYPT 1
  7811. | #define HAVE_SCHED_YIELD 1
  7812. | #define HAVE_COMPRESS 1
  7813. | #define HAVE_UINT 1
  7814. | #define HAVE_IN_ADDR_T 1
  7815. | #define HAVE_LIBPTHREAD 1
  7816. | #define HAVE_STRTOK_R 1
  7817. | #define HAVE_LIBDL 1
  7818. | #define HAVE_DLOPEN 1
  7819. | #define HAVE_DLERROR 1
  7820. | #define HAVE_RESTARTABLE_SYSCALLS 1
  7821. | #define DBUG_OFF 1
  7822. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  7823. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  7824. | #define HAVE_ST_RDEV 1
  7825. | #define TIME_WITH_SYS_TIME 1
  7826. | #define SIZEOF_CHAR 1
  7827. | #define SIZEOF_CHARP 8
  7828. | #define SIZEOF_SHORT 2
  7829. | #define SIZEOF_INT 4
  7830. | #define SIZEOF_LONG 8
  7831. | #define SIZEOF_LONG_LONG 8
  7832. | #define SIZEOF_OFF_T 8
  7833. | #define SIZEOF_TIME_T 8
  7834. | #define AC_APPLE_UNIVERSAL_BUILD 1
  7835. | #define SOCKET_SIZE_TYPE socklen_t
  7836. | #define STRUCT_RLIMIT struct rlimit
  7837. | #define STACK_DIRECTION -1
  7838. | #define HAVE_ALLOCA 1
  7839. | #define HAVE_ALLOCA 1
  7840. | #define HAVE_TZNAME 1
  7841. | #define HAVE_BOOL 1
  7842. | #define HAVE_OFF_T 1
  7843. | #define HAVE_SIZE_T 1
  7844. | #define HAVE_U_INT32_T 1
  7845. | /* end confdefs.h.  */
  7846. | #define _GNU_SOURCE
  7847. | #include <pthread.h>
  7848. | #ifdef __cplusplus
  7849. | extern "C"
  7850. | #endif
  7851. |
  7852. | int
  7853. | main ()
  7854. | {
  7855. |
  7856. |   pthread_yield();
  7857. |
  7858. |   ;
  7859. |   return 0;
  7860. | }
  7861. configure:32334: result: yeso
  7862. configure:32345: checking if pthread_yield takes 1 argument
  7863. configure:32378: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  7864. Undefined symbols:
  7865.   "_pthread_yield", referenced from:
  7866.       _main in ccZdO5Wj.o
  7867. ld: symbol(s) not found
  7868. collect2: ld returned 1 exit status
  7869. configure:32385: $? = 1
  7870. configure: failed program was:
  7871. | /* confdefs.h.  */
  7872. | #define PACKAGE_NAME "MySQL Server"
  7873. | #define PACKAGE_TARNAME "mysql"
  7874. | #define PACKAGE_VERSION "5.1.57"
  7875. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  7876. | #define PACKAGE_BUGREPORT ""
  7877. | #define PACKAGE "mysql"
  7878. | #define VERSION "5.1.57"
  7879. | #define STDC_HEADERS 1
  7880. | #define HAVE_SYS_TYPES_H 1
  7881. | #define HAVE_SYS_STAT_H 1
  7882. | #define HAVE_STDLIB_H 1
  7883. | #define HAVE_STRING_H 1
  7884. | #define HAVE_MEMORY_H 1
  7885. | #define HAVE_STRINGS_H 1
  7886. | #define HAVE_INTTYPES_H 1
  7887. | #define HAVE_STDINT_H 1
  7888. | #define HAVE_UNISTD_H 1
  7889. | #define HAVE_DLFCN_H 1
  7890. | #define LT_OBJDIR ".libs/"
  7891. | #define DEFINE_ALL_CHARACTER_SETS 1
  7892. | #define HAVE_CHARSET_latin1 1
  7893. | #define HAVE_CHARSET_latin1 1
  7894. | #define HAVE_CHARSET_utf8 1
  7895. | #define USE_MB 1
  7896. | #define USE_MB_IDENT 1
  7897. | #define HAVE_CHARSET_big5 1
  7898. | #define USE_MB 1
  7899. | #define USE_MB_IDENT 1
  7900. | #define HAVE_CHARSET_cp1250 1
  7901. | #define HAVE_CHARSET_cp932 1
  7902. | #define USE_MB 1
  7903. | #define USE_MB_IDENT 1
  7904. | #define HAVE_CHARSET_eucjpms 1
  7905. | #define USE_MB 1
  7906. | #define USE_MB_IDENT 1
  7907. | #define HAVE_CHARSET_euckr 1
  7908. | #define USE_MB 1
  7909. | #define USE_MB_IDENT 1
  7910. | #define HAVE_CHARSET_gb2312 1
  7911. | #define USE_MB 1
  7912. | #define USE_MB_IDENT 1
  7913. | #define HAVE_CHARSET_gbk 1
  7914. | #define USE_MB 1
  7915. | #define USE_MB_IDENT 1
  7916. | #define HAVE_CHARSET_latin1 1
  7917. | #define HAVE_CHARSET_latin2 1
  7918. | #define HAVE_CHARSET_sjis 1
  7919. | #define USE_MB 1
  7920. | #define USE_MB_IDENT 1
  7921. | #define HAVE_CHARSET_tis620 1
  7922. | #define HAVE_CHARSET_ucs2 1
  7923. | #define USE_MB 1
  7924. | #define USE_MB_IDENT 1
  7925. | #define HAVE_CHARSET_ujis 1
  7926. | #define USE_MB 1
  7927. | #define USE_MB_IDENT 1
  7928. | #define HAVE_CHARSET_utf8 1
  7929. | #define USE_MB 1
  7930. | #define USE_MB_IDENT 1
  7931. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  7932. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  7933. | #define HAVE_UCA_COLLATIONS 1
  7934. | #define PROTOCOL_VERSION 10
  7935. | #define DOT_FRM_VERSION 6
  7936. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  7937. | #define MACHINE_TYPE "i386"
  7938. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  7939. | #define COMMUNITY_SERVER 1
  7940. | #define ENABLED_PROFILING 1
  7941. | #define HAVE_DIRENT_H 1
  7942. | #define STDC_HEADERS 1
  7943. | #define HAVE_SYS_WAIT_H 1
  7944. | #define HAVE_FCNTL_H 1
  7945. | #define HAVE_FENV_H 1
  7946. | #define HAVE_FLOAT_H 1
  7947. | #define HAVE_LIMITS_H 1
  7948. | #define HAVE_MEMORY_H 1
  7949. | #define HAVE_PWD_H 1
  7950. | #define HAVE_STDLIB_H 1
  7951. | #define HAVE_STDDEF_H 1
  7952. | #define HAVE_STRINGS_H 1
  7953. | #define HAVE_STRING_H 1
  7954. | #define HAVE_SYS_MMAN_H 1
  7955. | #define HAVE_SYS_SOCKET_H 1
  7956. | #define HAVE_NETINET_IN_H 1
  7957. | #define HAVE_ARPA_INET_H 1
  7958. | #define HAVE_SYS_TIMEB_H 1
  7959. | #define HAVE_SYS_TYPES_H 1
  7960. | #define HAVE_SYS_UN_H 1
  7961. | #define HAVE_SYS_VADVISE_H 1
  7962. | #define HAVE_SYS_WAIT_H 1
  7963. | #define HAVE_TERM_H 1
  7964. | #define HAVE_UNISTD_H 1
  7965. | #define HAVE_UTIME_H 1
  7966. | #define HAVE_TERMIOS_H 1
  7967. | #define HAVE_SCHED_H 1
  7968. | #define HAVE_ALLOCA_H 1
  7969. | #define HAVE_SYS_IOCTL_H 1
  7970. | #define HAVE_SYS_MALLOC_H 1
  7971. | #define HAVE_SYS_IPC_H 1
  7972. | #define HAVE_SYS_SHM_H 1
  7973. | #define HAVE_SYS_RESOURCE_H 1
  7974. | #define HAVE_SYS_PARAM_H 1
  7975. | #define HAVE_EXECINFO_H 1
  7976. | #define HAVE_LIBM 1
  7977. | #define HAVE_CRYPT 1
  7978. | #define HAVE_SCHED_YIELD 1
  7979. | #define HAVE_COMPRESS 1
  7980. | #define HAVE_UINT 1
  7981. | #define HAVE_IN_ADDR_T 1
  7982. | #define HAVE_LIBPTHREAD 1
  7983. | #define HAVE_STRTOK_R 1
  7984. | #define HAVE_LIBDL 1
  7985. | #define HAVE_DLOPEN 1
  7986. | #define HAVE_DLERROR 1
  7987. | #define HAVE_RESTARTABLE_SYSCALLS 1
  7988. | #define DBUG_OFF 1
  7989. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  7990. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  7991. | #define HAVE_ST_RDEV 1
  7992. | #define TIME_WITH_SYS_TIME 1
  7993. | #define SIZEOF_CHAR 1
  7994. | #define SIZEOF_CHARP 8
  7995. | #define SIZEOF_SHORT 2
  7996. | #define SIZEOF_INT 4
  7997. | #define SIZEOF_LONG 8
  7998. | #define SIZEOF_LONG_LONG 8
  7999. | #define SIZEOF_OFF_T 8
  8000. | #define SIZEOF_TIME_T 8
  8001. | #define AC_APPLE_UNIVERSAL_BUILD 1
  8002. | #define SOCKET_SIZE_TYPE socklen_t
  8003. | #define STRUCT_RLIMIT struct rlimit
  8004. | #define STACK_DIRECTION -1
  8005. | #define HAVE_ALLOCA 1
  8006. | #define HAVE_ALLOCA 1
  8007. | #define HAVE_TZNAME 1
  8008. | #define HAVE_BOOL 1
  8009. | #define HAVE_OFF_T 1
  8010. | #define HAVE_SIZE_T 1
  8011. | #define HAVE_U_INT32_T 1
  8012. | /* end confdefs.h.  */
  8013. | #define _GNU_SOURCE
  8014. | #include <pthread.h>
  8015. | #ifdef __cplusplus
  8016. | extern "C"
  8017. | #endif
  8018. |
  8019. | int
  8020. | main ()
  8021. | {
  8022. |
  8023. |   pthread_yield(0);
  8024. |
  8025. |   ;
  8026. |   return 0;
  8027. | }
  8028. configure:32405: result: no
  8029. configure:32428: checking for malloc.h
  8030. configure:32435: result: no
  8031. configure:32439: checking sys/cdefs.h usability
  8032. configure:32456: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  8033. configure:32463: $? = 0
  8034. configure:32477: result: yes
  8035. configure:32481: checking sys/cdefs.h presence
  8036. configure:32496: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  8037. configure:32503: $? = 0
  8038. configure:32517: result: yes
  8039. configure:32545: checking for sys/cdefs.h
  8040. configure:32554: result: yes
  8041. configure:32572: checking for working alloca.h
  8042. configure:32599: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  8043. configure:32606: $? = 0
  8044. configure:32626: result: yes
  8045. configure:32636: checking for alloca
  8046. configure:32710: result: yes
  8047. configure:32948: checking whether /usr/bin/gcc-4.2 needs -traditional
  8048. conftest.c:146:20: error: termio.h: No such file or directory
  8049. configure:32990: result: no
  8050. configure:32997: checking return type of signal handlers
  8051. configure:33025: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  8052. conftest.c: In function 'main':
  8053. conftest.c:152: error: void value not ignored as it ought to be
  8054. configure:33032: $? = 1
  8055. configure: failed program was:
  8056. | /* confdefs.h.  */
  8057. | #define PACKAGE_NAME "MySQL Server"
  8058. | #define PACKAGE_TARNAME "mysql"
  8059. | #define PACKAGE_VERSION "5.1.57"
  8060. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  8061. | #define PACKAGE_BUGREPORT ""
  8062. | #define PACKAGE "mysql"
  8063. | #define VERSION "5.1.57"
  8064. | #define STDC_HEADERS 1
  8065. | #define HAVE_SYS_TYPES_H 1
  8066. | #define HAVE_SYS_STAT_H 1
  8067. | #define HAVE_STDLIB_H 1
  8068. | #define HAVE_STRING_H 1
  8069. | #define HAVE_MEMORY_H 1
  8070. | #define HAVE_STRINGS_H 1
  8071. | #define HAVE_INTTYPES_H 1
  8072. | #define HAVE_STDINT_H 1
  8073. | #define HAVE_UNISTD_H 1
  8074. | #define HAVE_DLFCN_H 1
  8075. | #define LT_OBJDIR ".libs/"
  8076. | #define DEFINE_ALL_CHARACTER_SETS 1
  8077. | #define HAVE_CHARSET_latin1 1
  8078. | #define HAVE_CHARSET_latin1 1
  8079. | #define HAVE_CHARSET_utf8 1
  8080. | #define USE_MB 1
  8081. | #define USE_MB_IDENT 1
  8082. | #define HAVE_CHARSET_big5 1
  8083. | #define USE_MB 1
  8084. | #define USE_MB_IDENT 1
  8085. | #define HAVE_CHARSET_cp1250 1
  8086. | #define HAVE_CHARSET_cp932 1
  8087. | #define USE_MB 1
  8088. | #define USE_MB_IDENT 1
  8089. | #define HAVE_CHARSET_eucjpms 1
  8090. | #define USE_MB 1
  8091. | #define USE_MB_IDENT 1
  8092. | #define HAVE_CHARSET_euckr 1
  8093. | #define USE_MB 1
  8094. | #define USE_MB_IDENT 1
  8095. | #define HAVE_CHARSET_gb2312 1
  8096. | #define USE_MB 1
  8097. | #define USE_MB_IDENT 1
  8098. | #define HAVE_CHARSET_gbk 1
  8099. | #define USE_MB 1
  8100. | #define USE_MB_IDENT 1
  8101. | #define HAVE_CHARSET_latin1 1
  8102. | #define HAVE_CHARSET_latin2 1
  8103. | #define HAVE_CHARSET_sjis 1
  8104. | #define USE_MB 1
  8105. | #define USE_MB_IDENT 1
  8106. | #define HAVE_CHARSET_tis620 1
  8107. | #define HAVE_CHARSET_ucs2 1
  8108. | #define USE_MB 1
  8109. | #define USE_MB_IDENT 1
  8110. | #define HAVE_CHARSET_ujis 1
  8111. | #define USE_MB 1
  8112. | #define USE_MB_IDENT 1
  8113. | #define HAVE_CHARSET_utf8 1
  8114. | #define USE_MB 1
  8115. | #define USE_MB_IDENT 1
  8116. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  8117. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  8118. | #define HAVE_UCA_COLLATIONS 1
  8119. | #define PROTOCOL_VERSION 10
  8120. | #define DOT_FRM_VERSION 6
  8121. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  8122. | #define MACHINE_TYPE "i386"
  8123. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  8124. | #define COMMUNITY_SERVER 1
  8125. | #define ENABLED_PROFILING 1
  8126. | #define HAVE_DIRENT_H 1
  8127. | #define STDC_HEADERS 1
  8128. | #define HAVE_SYS_WAIT_H 1
  8129. | #define HAVE_FCNTL_H 1
  8130. | #define HAVE_FENV_H 1
  8131. | #define HAVE_FLOAT_H 1
  8132. | #define HAVE_LIMITS_H 1
  8133. | #define HAVE_MEMORY_H 1
  8134. | #define HAVE_PWD_H 1
  8135. | #define HAVE_STDLIB_H 1
  8136. | #define HAVE_STDDEF_H 1
  8137. | #define HAVE_STRINGS_H 1
  8138. | #define HAVE_STRING_H 1
  8139. | #define HAVE_SYS_MMAN_H 1
  8140. | #define HAVE_SYS_SOCKET_H 1
  8141. | #define HAVE_NETINET_IN_H 1
  8142. | #define HAVE_ARPA_INET_H 1
  8143. | #define HAVE_SYS_TIMEB_H 1
  8144. | #define HAVE_SYS_TYPES_H 1
  8145. | #define HAVE_SYS_UN_H 1
  8146. | #define HAVE_SYS_VADVISE_H 1
  8147. | #define HAVE_SYS_WAIT_H 1
  8148. | #define HAVE_TERM_H 1
  8149. | #define HAVE_UNISTD_H 1
  8150. | #define HAVE_UTIME_H 1
  8151. | #define HAVE_TERMIOS_H 1
  8152. | #define HAVE_SCHED_H 1
  8153. | #define HAVE_ALLOCA_H 1
  8154. | #define HAVE_SYS_IOCTL_H 1
  8155. | #define HAVE_SYS_MALLOC_H 1
  8156. | #define HAVE_SYS_IPC_H 1
  8157. | #define HAVE_SYS_SHM_H 1
  8158. | #define HAVE_SYS_RESOURCE_H 1
  8159. | #define HAVE_SYS_PARAM_H 1
  8160. | #define HAVE_EXECINFO_H 1
  8161. | #define HAVE_LIBM 1
  8162. | #define HAVE_CRYPT 1
  8163. | #define HAVE_SCHED_YIELD 1
  8164. | #define HAVE_COMPRESS 1
  8165. | #define HAVE_UINT 1
  8166. | #define HAVE_IN_ADDR_T 1
  8167. | #define HAVE_LIBPTHREAD 1
  8168. | #define HAVE_STRTOK_R 1
  8169. | #define HAVE_LIBDL 1
  8170. | #define HAVE_DLOPEN 1
  8171. | #define HAVE_DLERROR 1
  8172. | #define HAVE_RESTARTABLE_SYSCALLS 1
  8173. | #define DBUG_OFF 1
  8174. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  8175. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  8176. | #define HAVE_ST_RDEV 1
  8177. | #define TIME_WITH_SYS_TIME 1
  8178. | #define SIZEOF_CHAR 1
  8179. | #define SIZEOF_CHARP 8
  8180. | #define SIZEOF_SHORT 2
  8181. | #define SIZEOF_INT 4
  8182. | #define SIZEOF_LONG 8
  8183. | #define SIZEOF_LONG_LONG 8
  8184. | #define SIZEOF_OFF_T 8
  8185. | #define SIZEOF_TIME_T 8
  8186. | #define AC_APPLE_UNIVERSAL_BUILD 1
  8187. | #define SOCKET_SIZE_TYPE socklen_t
  8188. | #define STRUCT_RLIMIT struct rlimit
  8189. | #define STACK_DIRECTION -1
  8190. | #define HAVE_ALLOCA 1
  8191. | #define HAVE_ALLOCA 1
  8192. | #define HAVE_TZNAME 1
  8193. | #define HAVE_BOOL 1
  8194. | #define HAVE_OFF_T 1
  8195. | #define HAVE_SIZE_T 1
  8196. | #define HAVE_U_INT32_T 1
  8197. | #define HAVE_SYS_CDEFS_H 1
  8198. | #define HAVE_ALLOCA_H 1
  8199. | #define HAVE_ALLOCA 1
  8200. | /* end confdefs.h.  */
  8201. | #include <sys/types.h>
  8202. | #include <signal.h>
  8203. |
  8204. | int
  8205. | main ()
  8206. | {
  8207. | return *(signal (0, 0)) (0) == 1;
  8208. |   ;
  8209. |   return 0;
  8210. | }
  8211. configure:33047: result: void
  8212. configure:33061: checking for re_comp
  8213. configure:33117: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  8214. Undefined symbols:
  8215.   "_re_comp", referenced from:
  8216.       _main in ccykaLGI.o
  8217. ld: symbol(s) not found
  8218. collect2: ld returned 1 exit status
  8219. configure:33124: $? = 1
  8220. configure: failed program was:
  8221. | /* confdefs.h.  */
  8222. | #define PACKAGE_NAME "MySQL Server"
  8223. | #define PACKAGE_TARNAME "mysql"
  8224. | #define PACKAGE_VERSION "5.1.57"
  8225. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  8226. | #define PACKAGE_BUGREPORT ""
  8227. | #define PACKAGE "mysql"
  8228. | #define VERSION "5.1.57"
  8229. | #define STDC_HEADERS 1
  8230. | #define HAVE_SYS_TYPES_H 1
  8231. | #define HAVE_SYS_STAT_H 1
  8232. | #define HAVE_STDLIB_H 1
  8233. | #define HAVE_STRING_H 1
  8234. | #define HAVE_MEMORY_H 1
  8235. | #define HAVE_STRINGS_H 1
  8236. | #define HAVE_INTTYPES_H 1
  8237. | #define HAVE_STDINT_H 1
  8238. | #define HAVE_UNISTD_H 1
  8239. | #define HAVE_DLFCN_H 1
  8240. | #define LT_OBJDIR ".libs/"
  8241. | #define DEFINE_ALL_CHARACTER_SETS 1
  8242. | #define HAVE_CHARSET_latin1 1
  8243. | #define HAVE_CHARSET_latin1 1
  8244. | #define HAVE_CHARSET_utf8 1
  8245. | #define USE_MB 1
  8246. | #define USE_MB_IDENT 1
  8247. | #define HAVE_CHARSET_big5 1
  8248. | #define USE_MB 1
  8249. | #define USE_MB_IDENT 1
  8250. | #define HAVE_CHARSET_cp1250 1
  8251. | #define HAVE_CHARSET_cp932 1
  8252. | #define USE_MB 1
  8253. | #define USE_MB_IDENT 1
  8254. | #define HAVE_CHARSET_eucjpms 1
  8255. | #define USE_MB 1
  8256. | #define USE_MB_IDENT 1
  8257. | #define HAVE_CHARSET_euckr 1
  8258. | #define USE_MB 1
  8259. | #define USE_MB_IDENT 1
  8260. | #define HAVE_CHARSET_gb2312 1
  8261. | #define USE_MB 1
  8262. | #define USE_MB_IDENT 1
  8263. | #define HAVE_CHARSET_gbk 1
  8264. | #define USE_MB 1
  8265. | #define USE_MB_IDENT 1
  8266. | #define HAVE_CHARSET_latin1 1
  8267. | #define HAVE_CHARSET_latin2 1
  8268. | #define HAVE_CHARSET_sjis 1
  8269. | #define USE_MB 1
  8270. | #define USE_MB_IDENT 1
  8271. | #define HAVE_CHARSET_tis620 1
  8272. | #define HAVE_CHARSET_ucs2 1
  8273. | #define USE_MB 1
  8274. | #define USE_MB_IDENT 1
  8275. | #define HAVE_CHARSET_ujis 1
  8276. | #define USE_MB 1
  8277. | #define USE_MB_IDENT 1
  8278. | #define HAVE_CHARSET_utf8 1
  8279. | #define USE_MB 1
  8280. | #define USE_MB_IDENT 1
  8281. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  8282. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  8283. | #define HAVE_UCA_COLLATIONS 1
  8284. | #define PROTOCOL_VERSION 10
  8285. | #define DOT_FRM_VERSION 6
  8286. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  8287. | #define MACHINE_TYPE "i386"
  8288. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  8289. | #define COMMUNITY_SERVER 1
  8290. | #define ENABLED_PROFILING 1
  8291. | #define HAVE_DIRENT_H 1
  8292. | #define STDC_HEADERS 1
  8293. | #define HAVE_SYS_WAIT_H 1
  8294. | #define HAVE_FCNTL_H 1
  8295. | #define HAVE_FENV_H 1
  8296. | #define HAVE_FLOAT_H 1
  8297. | #define HAVE_LIMITS_H 1
  8298. | #define HAVE_MEMORY_H 1
  8299. | #define HAVE_PWD_H 1
  8300. | #define HAVE_STDLIB_H 1
  8301. | #define HAVE_STDDEF_H 1
  8302. | #define HAVE_STRINGS_H 1
  8303. | #define HAVE_STRING_H 1
  8304. | #define HAVE_SYS_MMAN_H 1
  8305. | #define HAVE_SYS_SOCKET_H 1
  8306. | #define HAVE_NETINET_IN_H 1
  8307. | #define HAVE_ARPA_INET_H 1
  8308. | #define HAVE_SYS_TIMEB_H 1
  8309. | #define HAVE_SYS_TYPES_H 1
  8310. | #define HAVE_SYS_UN_H 1
  8311. | #define HAVE_SYS_VADVISE_H 1
  8312. | #define HAVE_SYS_WAIT_H 1
  8313. | #define HAVE_TERM_H 1
  8314. | #define HAVE_UNISTD_H 1
  8315. | #define HAVE_UTIME_H 1
  8316. | #define HAVE_TERMIOS_H 1
  8317. | #define HAVE_SCHED_H 1
  8318. | #define HAVE_ALLOCA_H 1
  8319. | #define HAVE_SYS_IOCTL_H 1
  8320. | #define HAVE_SYS_MALLOC_H 1
  8321. | #define HAVE_SYS_IPC_H 1
  8322. | #define HAVE_SYS_SHM_H 1
  8323. | #define HAVE_SYS_RESOURCE_H 1
  8324. | #define HAVE_SYS_PARAM_H 1
  8325. | #define HAVE_EXECINFO_H 1
  8326. | #define HAVE_LIBM 1
  8327. | #define HAVE_CRYPT 1
  8328. | #define HAVE_SCHED_YIELD 1
  8329. | #define HAVE_COMPRESS 1
  8330. | #define HAVE_UINT 1
  8331. | #define HAVE_IN_ADDR_T 1
  8332. | #define HAVE_LIBPTHREAD 1
  8333. | #define HAVE_STRTOK_R 1
  8334. | #define HAVE_LIBDL 1
  8335. | #define HAVE_DLOPEN 1
  8336. | #define HAVE_DLERROR 1
  8337. | #define HAVE_RESTARTABLE_SYSCALLS 1
  8338. | #define DBUG_OFF 1
  8339. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  8340. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  8341. | #define HAVE_ST_RDEV 1
  8342. | #define TIME_WITH_SYS_TIME 1
  8343. | #define SIZEOF_CHAR 1
  8344. | #define SIZEOF_CHARP 8
  8345. | #define SIZEOF_SHORT 2
  8346. | #define SIZEOF_INT 4
  8347. | #define SIZEOF_LONG 8
  8348. | #define SIZEOF_LONG_LONG 8
  8349. | #define SIZEOF_OFF_T 8
  8350. | #define SIZEOF_TIME_T 8
  8351. | #define AC_APPLE_UNIVERSAL_BUILD 1
  8352. | #define SOCKET_SIZE_TYPE socklen_t
  8353. | #define STRUCT_RLIMIT struct rlimit
  8354. | #define STACK_DIRECTION -1
  8355. | #define HAVE_ALLOCA 1
  8356. | #define HAVE_ALLOCA 1
  8357. | #define HAVE_TZNAME 1
  8358. | #define HAVE_BOOL 1
  8359. | #define HAVE_OFF_T 1
  8360. | #define HAVE_SIZE_T 1
  8361. | #define HAVE_U_INT32_T 1
  8362. | #define HAVE_SYS_CDEFS_H 1
  8363. | #define HAVE_ALLOCA_H 1
  8364. | #define HAVE_ALLOCA 1
  8365. | #define RETSIGTYPE void
  8366. | /* end confdefs.h.  */
  8367. | /* Define re_comp to an innocuous variant, in case <limits.h> declares re_comp.
  8368. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  8369. | #define re_comp innocuous_re_comp
  8370. |
  8371. | /* System header to define __stub macros and hopefully few prototypes,
  8372. |     which can conflict with char re_comp (); below.
  8373. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8374. |     <limits.h> exists even on freestanding compilers.  */
  8375. |
  8376. | #ifdef __STDC__
  8377. | # include <limits.h>
  8378. | #else
  8379. | # include <assert.h>
  8380. | #endif
  8381. |
  8382. | #undef re_comp
  8383. |
  8384. | /* Override any GCC internal prototype to avoid an error.
  8385. |    Use char because int might match the return type of a GCC
  8386. |    builtin and then its argument prototype would still apply.  */
  8387. | #ifdef __cplusplus
  8388. | extern "C"
  8389. | #endif
  8390. | char re_comp ();
  8391. | /* The GNU C library defines this for functions which it implements
  8392. |     to always fail with ENOSYS.  Some functions are actually named
  8393. |     something starting with __ and the normal name is an alias.  */
  8394. | #if defined __stub_re_comp || defined __stub___re_comp
  8395. | choke me
  8396. | #endif
  8397. |
  8398. | int
  8399. | main ()
  8400. | {
  8401. | return re_comp ();
  8402. |   ;
  8403. |   return 0;
  8404. | }
  8405. configure:33146: result: no
  8406. configure:33061: checking for regcomp
  8407. configure:33117: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  8408. configure:33124: $? = 0
  8409. configure:33146: result: yes
  8410. configure:33061: checking for strdup
  8411. configure:33117: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  8412. conftest.c:171: warning: conflicting types for built-in function 'strdup'
  8413. configure:33124: $? = 0
  8414. configure:33146: result: yes
  8415. configure:33169: checking vis.h usability
  8416. configure:33186: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  8417. configure:33193: $? = 0
  8418. configure:33207: result: yes
  8419. configure:33211: checking vis.h presence
  8420. configure:33226: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  8421. configure:33233: $? = 0
  8422. configure:33247: result: yes
  8423. configure:33275: checking for vis.h
  8424. configure:33282: result: yes
  8425. configure:33287: checking for strvis
  8426. configure:33343: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  8427. configure:33350: $? = 0
  8428. configure:33370: result: yes
  8429. configure:33389: checking for strlcat
  8430. configure:33445: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  8431. configure:33452: $? = 0
  8432. configure:33474: result: yes
  8433. configure:33389: checking for strlcpy
  8434. configure:33445: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  8435. configure:33452: $? = 0
  8436. configure:33474: result: yes
  8437. configure:33490: checking for issetugid
  8438. configure:33546: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  8439. configure:33553: $? = 0
  8440. configure:33575: result: yes
  8441. configure:33591: checking for fgetln
  8442. configure:33647: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  8443. configure:33654: $? = 0
  8444. configure:33676: result: yes
  8445. configure:33693: checking for getline
  8446. configure:33749: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  8447. Undefined symbols:
  8448.   "_getline", referenced from:
  8449.       _main in ccWxs5h1.o
  8450. ld: symbol(s) not found
  8451. collect2: ld returned 1 exit status
  8452. configure:33756: $? = 1
  8453. configure: failed program was:
  8454. | /* confdefs.h.  */
  8455. | #define PACKAGE_NAME "MySQL Server"
  8456. | #define PACKAGE_TARNAME "mysql"
  8457. | #define PACKAGE_VERSION "5.1.57"
  8458. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  8459. | #define PACKAGE_BUGREPORT ""
  8460. | #define PACKAGE "mysql"
  8461. | #define VERSION "5.1.57"
  8462. | #define STDC_HEADERS 1
  8463. | #define HAVE_SYS_TYPES_H 1
  8464. | #define HAVE_SYS_STAT_H 1
  8465. | #define HAVE_STDLIB_H 1
  8466. | #define HAVE_STRING_H 1
  8467. | #define HAVE_MEMORY_H 1
  8468. | #define HAVE_STRINGS_H 1
  8469. | #define HAVE_INTTYPES_H 1
  8470. | #define HAVE_STDINT_H 1
  8471. | #define HAVE_UNISTD_H 1
  8472. | #define HAVE_DLFCN_H 1
  8473. | #define LT_OBJDIR ".libs/"
  8474. | #define DEFINE_ALL_CHARACTER_SETS 1
  8475. | #define HAVE_CHARSET_latin1 1
  8476. | #define HAVE_CHARSET_latin1 1
  8477. | #define HAVE_CHARSET_utf8 1
  8478. | #define USE_MB 1
  8479. | #define USE_MB_IDENT 1
  8480. | #define HAVE_CHARSET_big5 1
  8481. | #define USE_MB 1
  8482. | #define USE_MB_IDENT 1
  8483. | #define HAVE_CHARSET_cp1250 1
  8484. | #define HAVE_CHARSET_cp932 1
  8485. | #define USE_MB 1
  8486. | #define USE_MB_IDENT 1
  8487. | #define HAVE_CHARSET_eucjpms 1
  8488. | #define USE_MB 1
  8489. | #define USE_MB_IDENT 1
  8490. | #define HAVE_CHARSET_euckr 1
  8491. | #define USE_MB 1
  8492. | #define USE_MB_IDENT 1
  8493. | #define HAVE_CHARSET_gb2312 1
  8494. | #define USE_MB 1
  8495. | #define USE_MB_IDENT 1
  8496. | #define HAVE_CHARSET_gbk 1
  8497. | #define USE_MB 1
  8498. | #define USE_MB_IDENT 1
  8499. | #define HAVE_CHARSET_latin1 1
  8500. | #define HAVE_CHARSET_latin2 1
  8501. | #define HAVE_CHARSET_sjis 1
  8502. | #define USE_MB 1
  8503. | #define USE_MB_IDENT 1
  8504. | #define HAVE_CHARSET_tis620 1
  8505. | #define HAVE_CHARSET_ucs2 1
  8506. | #define USE_MB 1
  8507. | #define USE_MB_IDENT 1
  8508. | #define HAVE_CHARSET_ujis 1
  8509. | #define USE_MB 1
  8510. | #define USE_MB_IDENT 1
  8511. | #define HAVE_CHARSET_utf8 1
  8512. | #define USE_MB 1
  8513. | #define USE_MB_IDENT 1
  8514. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  8515. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  8516. | #define HAVE_UCA_COLLATIONS 1
  8517. | #define PROTOCOL_VERSION 10
  8518. | #define DOT_FRM_VERSION 6
  8519. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  8520. | #define MACHINE_TYPE "i386"
  8521. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  8522. | #define COMMUNITY_SERVER 1
  8523. | #define ENABLED_PROFILING 1
  8524. | #define HAVE_DIRENT_H 1
  8525. | #define STDC_HEADERS 1
  8526. | #define HAVE_SYS_WAIT_H 1
  8527. | #define HAVE_FCNTL_H 1
  8528. | #define HAVE_FENV_H 1
  8529. | #define HAVE_FLOAT_H 1
  8530. | #define HAVE_LIMITS_H 1
  8531. | #define HAVE_MEMORY_H 1
  8532. | #define HAVE_PWD_H 1
  8533. | #define HAVE_STDLIB_H 1
  8534. | #define HAVE_STDDEF_H 1
  8535. | #define HAVE_STRINGS_H 1
  8536. | #define HAVE_STRING_H 1
  8537. | #define HAVE_SYS_MMAN_H 1
  8538. | #define HAVE_SYS_SOCKET_H 1
  8539. | #define HAVE_NETINET_IN_H 1
  8540. | #define HAVE_ARPA_INET_H 1
  8541. | #define HAVE_SYS_TIMEB_H 1
  8542. | #define HAVE_SYS_TYPES_H 1
  8543. | #define HAVE_SYS_UN_H 1
  8544. | #define HAVE_SYS_VADVISE_H 1
  8545. | #define HAVE_SYS_WAIT_H 1
  8546. | #define HAVE_TERM_H 1
  8547. | #define HAVE_UNISTD_H 1
  8548. | #define HAVE_UTIME_H 1
  8549. | #define HAVE_TERMIOS_H 1
  8550. | #define HAVE_SCHED_H 1
  8551. | #define HAVE_ALLOCA_H 1
  8552. | #define HAVE_SYS_IOCTL_H 1
  8553. | #define HAVE_SYS_MALLOC_H 1
  8554. | #define HAVE_SYS_IPC_H 1
  8555. | #define HAVE_SYS_SHM_H 1
  8556. | #define HAVE_SYS_RESOURCE_H 1
  8557. | #define HAVE_SYS_PARAM_H 1
  8558. | #define HAVE_EXECINFO_H 1
  8559. | #define HAVE_LIBM 1
  8560. | #define HAVE_CRYPT 1
  8561. | #define HAVE_SCHED_YIELD 1
  8562. | #define HAVE_COMPRESS 1
  8563. | #define HAVE_UINT 1
  8564. | #define HAVE_IN_ADDR_T 1
  8565. | #define HAVE_LIBPTHREAD 1
  8566. | #define HAVE_STRTOK_R 1
  8567. | #define HAVE_LIBDL 1
  8568. | #define HAVE_DLOPEN 1
  8569. | #define HAVE_DLERROR 1
  8570. | #define HAVE_RESTARTABLE_SYSCALLS 1
  8571. | #define DBUG_OFF 1
  8572. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  8573. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  8574. | #define HAVE_ST_RDEV 1
  8575. | #define TIME_WITH_SYS_TIME 1
  8576. | #define SIZEOF_CHAR 1
  8577. | #define SIZEOF_CHARP 8
  8578. | #define SIZEOF_SHORT 2
  8579. | #define SIZEOF_INT 4
  8580. | #define SIZEOF_LONG 8
  8581. | #define SIZEOF_LONG_LONG 8
  8582. | #define SIZEOF_OFF_T 8
  8583. | #define SIZEOF_TIME_T 8
  8584. | #define AC_APPLE_UNIVERSAL_BUILD 1
  8585. | #define SOCKET_SIZE_TYPE socklen_t
  8586. | #define STRUCT_RLIMIT struct rlimit
  8587. | #define STACK_DIRECTION -1
  8588. | #define HAVE_ALLOCA 1
  8589. | #define HAVE_ALLOCA 1
  8590. | #define HAVE_TZNAME 1
  8591. | #define HAVE_BOOL 1
  8592. | #define HAVE_OFF_T 1
  8593. | #define HAVE_SIZE_T 1
  8594. | #define HAVE_U_INT32_T 1
  8595. | #define HAVE_SYS_CDEFS_H 1
  8596. | #define HAVE_ALLOCA_H 1
  8597. | #define HAVE_ALLOCA 1
  8598. | #define RETSIGTYPE void
  8599. | #define HAVE_REGCOMP 1
  8600. | #define HAVE_STRDUP 1
  8601. | #define HAVE_VIS_H 1
  8602. | #define HAVE_STRLCAT 1
  8603. | #define HAVE_STRLCPY 1
  8604. | #define HAVE_ISSETUGID 1
  8605. | #define HAVE_FGETLN 1
  8606. | /* end confdefs.h.  */
  8607. | /* Define getline to an innocuous variant, in case <limits.h> declares getline.
  8608. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  8609. | #define getline innocuous_getline
  8610. |
  8611. | /* System header to define __stub macros and hopefully few prototypes,
  8612. |     which can conflict with char getline (); below.
  8613. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8614. |     <limits.h> exists even on freestanding compilers.  */
  8615. |
  8616. | #ifdef __STDC__
  8617. | # include <limits.h>
  8618. | #else
  8619. | # include <assert.h>
  8620. | #endif
  8621. |
  8622. | #undef getline
  8623. |
  8624. | /* Override any GCC internal prototype to avoid an error.
  8625. |    Use char because int might match the return type of a GCC
  8626. |    builtin and then its argument prototype would still apply.  */
  8627. | #ifdef __cplusplus
  8628. | extern "C"
  8629. | #endif
  8630. | char getline ();
  8631. | /* The GNU C library defines this for functions which it implements
  8632. |     to always fail with ENOSYS.  Some functions are actually named
  8633. |     something starting with __ and the normal name is an alias.  */
  8634. | #if defined __stub_getline || defined __stub___getline
  8635. | choke me
  8636. | #endif
  8637. |
  8638. | int
  8639. | main ()
  8640. | {
  8641. | return getline ();
  8642. |   ;
  8643. |   return 0;
  8644. | }
  8645. configure:33778: result: no
  8646. configure:33693: checking for flockfile
  8647. configure:33749: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  8648. configure:33756: $? = 0
  8649. configure:33778: result: yes
  8650. configure:33836: checking varargs.h usability
  8651. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  8652. In file included from conftest.c:188:
  8653. /usr/lib/gcc/i686-apple-darwin10/4.2.1/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
  8654. /usr/lib/gcc/i686-apple-darwin10/4.2.1/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
  8655. configure:33860: $? = 1
  8656. configure: failed program was:
  8657. | /* confdefs.h.  */
  8658. | #define PACKAGE_NAME "MySQL Server"
  8659. | #define PACKAGE_TARNAME "mysql"
  8660. | #define PACKAGE_VERSION "5.1.57"
  8661. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  8662. | #define PACKAGE_BUGREPORT ""
  8663. | #define PACKAGE "mysql"
  8664. | #define VERSION "5.1.57"
  8665. | #define STDC_HEADERS 1
  8666. | #define HAVE_SYS_TYPES_H 1
  8667. | #define HAVE_SYS_STAT_H 1
  8668. | #define HAVE_STDLIB_H 1
  8669. | #define HAVE_STRING_H 1
  8670. | #define HAVE_MEMORY_H 1
  8671. | #define HAVE_STRINGS_H 1
  8672. | #define HAVE_INTTYPES_H 1
  8673. | #define HAVE_STDINT_H 1
  8674. | #define HAVE_UNISTD_H 1
  8675. | #define HAVE_DLFCN_H 1
  8676. | #define LT_OBJDIR ".libs/"
  8677. | #define DEFINE_ALL_CHARACTER_SETS 1
  8678. | #define HAVE_CHARSET_latin1 1
  8679. | #define HAVE_CHARSET_latin1 1
  8680. | #define HAVE_CHARSET_utf8 1
  8681. | #define USE_MB 1
  8682. | #define USE_MB_IDENT 1
  8683. | #define HAVE_CHARSET_big5 1
  8684. | #define USE_MB 1
  8685. | #define USE_MB_IDENT 1
  8686. | #define HAVE_CHARSET_cp1250 1
  8687. | #define HAVE_CHARSET_cp932 1
  8688. | #define USE_MB 1
  8689. | #define USE_MB_IDENT 1
  8690. | #define HAVE_CHARSET_eucjpms 1
  8691. | #define USE_MB 1
  8692. | #define USE_MB_IDENT 1
  8693. | #define HAVE_CHARSET_euckr 1
  8694. | #define USE_MB 1
  8695. | #define USE_MB_IDENT 1
  8696. | #define HAVE_CHARSET_gb2312 1
  8697. | #define USE_MB 1
  8698. | #define USE_MB_IDENT 1
  8699. | #define HAVE_CHARSET_gbk 1
  8700. | #define USE_MB 1
  8701. | #define USE_MB_IDENT 1
  8702. | #define HAVE_CHARSET_latin1 1
  8703. | #define HAVE_CHARSET_latin2 1
  8704. | #define HAVE_CHARSET_sjis 1
  8705. | #define USE_MB 1
  8706. | #define USE_MB_IDENT 1
  8707. | #define HAVE_CHARSET_tis620 1
  8708. | #define HAVE_CHARSET_ucs2 1
  8709. | #define USE_MB 1
  8710. | #define USE_MB_IDENT 1
  8711. | #define HAVE_CHARSET_ujis 1
  8712. | #define USE_MB 1
  8713. | #define USE_MB_IDENT 1
  8714. | #define HAVE_CHARSET_utf8 1
  8715. | #define USE_MB 1
  8716. | #define USE_MB_IDENT 1
  8717. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  8718. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  8719. | #define HAVE_UCA_COLLATIONS 1
  8720. | #define PROTOCOL_VERSION 10
  8721. | #define DOT_FRM_VERSION 6
  8722. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  8723. | #define MACHINE_TYPE "i386"
  8724. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  8725. | #define COMMUNITY_SERVER 1
  8726. | #define ENABLED_PROFILING 1
  8727. | #define HAVE_DIRENT_H 1
  8728. | #define STDC_HEADERS 1
  8729. | #define HAVE_SYS_WAIT_H 1
  8730. | #define HAVE_FCNTL_H 1
  8731. | #define HAVE_FENV_H 1
  8732. | #define HAVE_FLOAT_H 1
  8733. | #define HAVE_LIMITS_H 1
  8734. | #define HAVE_MEMORY_H 1
  8735. | #define HAVE_PWD_H 1
  8736. | #define HAVE_STDLIB_H 1
  8737. | #define HAVE_STDDEF_H 1
  8738. | #define HAVE_STRINGS_H 1
  8739. | #define HAVE_STRING_H 1
  8740. | #define HAVE_SYS_MMAN_H 1
  8741. | #define HAVE_SYS_SOCKET_H 1
  8742. | #define HAVE_NETINET_IN_H 1
  8743. | #define HAVE_ARPA_INET_H 1
  8744. | #define HAVE_SYS_TIMEB_H 1
  8745. | #define HAVE_SYS_TYPES_H 1
  8746. | #define HAVE_SYS_UN_H 1
  8747. | #define HAVE_SYS_VADVISE_H 1
  8748. | #define HAVE_SYS_WAIT_H 1
  8749. | #define HAVE_TERM_H 1
  8750. | #define HAVE_UNISTD_H 1
  8751. | #define HAVE_UTIME_H 1
  8752. | #define HAVE_TERMIOS_H 1
  8753. | #define HAVE_SCHED_H 1
  8754. | #define HAVE_ALLOCA_H 1
  8755. | #define HAVE_SYS_IOCTL_H 1
  8756. | #define HAVE_SYS_MALLOC_H 1
  8757. | #define HAVE_SYS_IPC_H 1
  8758. | #define HAVE_SYS_SHM_H 1
  8759. | #define HAVE_SYS_RESOURCE_H 1
  8760. | #define HAVE_SYS_PARAM_H 1
  8761. | #define HAVE_EXECINFO_H 1
  8762. | #define HAVE_LIBM 1
  8763. | #define HAVE_CRYPT 1
  8764. | #define HAVE_SCHED_YIELD 1
  8765. | #define HAVE_COMPRESS 1
  8766. | #define HAVE_UINT 1
  8767. | #define HAVE_IN_ADDR_T 1
  8768. | #define HAVE_LIBPTHREAD 1
  8769. | #define HAVE_STRTOK_R 1
  8770. | #define HAVE_LIBDL 1
  8771. | #define HAVE_DLOPEN 1
  8772. | #define HAVE_DLERROR 1
  8773. | #define HAVE_RESTARTABLE_SYSCALLS 1
  8774. | #define DBUG_OFF 1
  8775. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  8776. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  8777. | #define HAVE_ST_RDEV 1
  8778. | #define TIME_WITH_SYS_TIME 1
  8779. | #define SIZEOF_CHAR 1
  8780. | #define SIZEOF_CHARP 8
  8781. | #define SIZEOF_SHORT 2
  8782. | #define SIZEOF_INT 4
  8783. | #define SIZEOF_LONG 8
  8784. | #define SIZEOF_LONG_LONG 8
  8785. | #define SIZEOF_OFF_T 8
  8786. | #define SIZEOF_TIME_T 8
  8787. | #define AC_APPLE_UNIVERSAL_BUILD 1
  8788. | #define SOCKET_SIZE_TYPE socklen_t
  8789. | #define STRUCT_RLIMIT struct rlimit
  8790. | #define STACK_DIRECTION -1
  8791. | #define HAVE_ALLOCA 1
  8792. | #define HAVE_ALLOCA 1
  8793. | #define HAVE_TZNAME 1
  8794. | #define HAVE_BOOL 1
  8795. | #define HAVE_OFF_T 1
  8796. | #define HAVE_SIZE_T 1
  8797. | #define HAVE_U_INT32_T 1
  8798. | #define HAVE_SYS_CDEFS_H 1
  8799. | #define HAVE_ALLOCA_H 1
  8800. | #define HAVE_ALLOCA 1
  8801. | #define RETSIGTYPE void
  8802. | #define HAVE_REGCOMP 1
  8803. | #define HAVE_STRDUP 1
  8804. | #define HAVE_VIS_H 1
  8805. | #define HAVE_STRLCAT 1
  8806. | #define HAVE_STRLCPY 1
  8807. | #define HAVE_ISSETUGID 1
  8808. | #define HAVE_FGETLN 1
  8809. | #define HAVE_FLOCKFILE 1
  8810. | /* end confdefs.h.  */
  8811. | #include <stdio.h>
  8812. | #ifdef HAVE_SYS_TYPES_H
  8813. | # include <sys/types.h>
  8814. | #endif
  8815. | #ifdef HAVE_SYS_STAT_H
  8816. | # include <sys/stat.h>
  8817. | #endif
  8818. | #ifdef STDC_HEADERS
  8819. | # include <stdlib.h>
  8820. | # include <stddef.h>
  8821. | #else
  8822. | # ifdef HAVE_STDLIB_H
  8823. | #  include <stdlib.h>
  8824. | # endif
  8825. | #endif
  8826. | #ifdef HAVE_STRING_H
  8827. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8828. | #  include <memory.h>
  8829. | # endif
  8830. | # include <string.h>
  8831. | #endif
  8832. | #ifdef HAVE_STRINGS_H
  8833. | # include <strings.h>
  8834. | #endif
  8835. | #ifdef HAVE_INTTYPES_H
  8836. | # include <inttypes.h>
  8837. | #endif
  8838. | #ifdef HAVE_STDINT_H
  8839. | # include <stdint.h>
  8840. | #endif
  8841. | #ifdef HAVE_UNISTD_H
  8842. | # include <unistd.h>
  8843. | #endif
  8844. | #include <varargs.h>
  8845. configure:33874: result: no
  8846. configure:33878: checking varargs.h presence
  8847. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  8848. In file included from conftest.c:155:
  8849. /usr/lib/gcc/i686-apple-darwin10/4.2.1/include/varargs.h:4:2: error: #error "GCC no longer implements <varargs.h>."
  8850. /usr/lib/gcc/i686-apple-darwin10/4.2.1/include/varargs.h:5:2: error: #error "Revise your code to use <stdarg.h>."
  8851. configure:33900: $? = 1
  8852. configure: failed program was:
  8853. | /* confdefs.h.  */
  8854. | #define PACKAGE_NAME "MySQL Server"
  8855. | #define PACKAGE_TARNAME "mysql"
  8856. | #define PACKAGE_VERSION "5.1.57"
  8857. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  8858. | #define PACKAGE_BUGREPORT ""
  8859. | #define PACKAGE "mysql"
  8860. | #define VERSION "5.1.57"
  8861. | #define STDC_HEADERS 1
  8862. | #define HAVE_SYS_TYPES_H 1
  8863. | #define HAVE_SYS_STAT_H 1
  8864. | #define HAVE_STDLIB_H 1
  8865. | #define HAVE_STRING_H 1
  8866. | #define HAVE_MEMORY_H 1
  8867. | #define HAVE_STRINGS_H 1
  8868. | #define HAVE_INTTYPES_H 1
  8869. | #define HAVE_STDINT_H 1
  8870. | #define HAVE_UNISTD_H 1
  8871. | #define HAVE_DLFCN_H 1
  8872. | #define LT_OBJDIR ".libs/"
  8873. | #define DEFINE_ALL_CHARACTER_SETS 1
  8874. | #define HAVE_CHARSET_latin1 1
  8875. | #define HAVE_CHARSET_latin1 1
  8876. | #define HAVE_CHARSET_utf8 1
  8877. | #define USE_MB 1
  8878. | #define USE_MB_IDENT 1
  8879. | #define HAVE_CHARSET_big5 1
  8880. | #define USE_MB 1
  8881. | #define USE_MB_IDENT 1
  8882. | #define HAVE_CHARSET_cp1250 1
  8883. | #define HAVE_CHARSET_cp932 1
  8884. | #define USE_MB 1
  8885. | #define USE_MB_IDENT 1
  8886. | #define HAVE_CHARSET_eucjpms 1
  8887. | #define USE_MB 1
  8888. | #define USE_MB_IDENT 1
  8889. | #define HAVE_CHARSET_euckr 1
  8890. | #define USE_MB 1
  8891. | #define USE_MB_IDENT 1
  8892. | #define HAVE_CHARSET_gb2312 1
  8893. | #define USE_MB 1
  8894. | #define USE_MB_IDENT 1
  8895. | #define HAVE_CHARSET_gbk 1
  8896. | #define USE_MB 1
  8897. | #define USE_MB_IDENT 1
  8898. | #define HAVE_CHARSET_latin1 1
  8899. | #define HAVE_CHARSET_latin2 1
  8900. | #define HAVE_CHARSET_sjis 1
  8901. | #define USE_MB 1
  8902. | #define USE_MB_IDENT 1
  8903. | #define HAVE_CHARSET_tis620 1
  8904. | #define HAVE_CHARSET_ucs2 1
  8905. | #define USE_MB 1
  8906. | #define USE_MB_IDENT 1
  8907. | #define HAVE_CHARSET_ujis 1
  8908. | #define USE_MB 1
  8909. | #define USE_MB_IDENT 1
  8910. | #define HAVE_CHARSET_utf8 1
  8911. | #define USE_MB 1
  8912. | #define USE_MB_IDENT 1
  8913. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  8914. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  8915. | #define HAVE_UCA_COLLATIONS 1
  8916. | #define PROTOCOL_VERSION 10
  8917. | #define DOT_FRM_VERSION 6
  8918. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  8919. | #define MACHINE_TYPE "i386"
  8920. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  8921. | #define COMMUNITY_SERVER 1
  8922. | #define ENABLED_PROFILING 1
  8923. | #define HAVE_DIRENT_H 1
  8924. | #define STDC_HEADERS 1
  8925. | #define HAVE_SYS_WAIT_H 1
  8926. | #define HAVE_FCNTL_H 1
  8927. | #define HAVE_FENV_H 1
  8928. | #define HAVE_FLOAT_H 1
  8929. | #define HAVE_LIMITS_H 1
  8930. | #define HAVE_MEMORY_H 1
  8931. | #define HAVE_PWD_H 1
  8932. | #define HAVE_STDLIB_H 1
  8933. | #define HAVE_STDDEF_H 1
  8934. | #define HAVE_STRINGS_H 1
  8935. | #define HAVE_STRING_H 1
  8936. | #define HAVE_SYS_MMAN_H 1
  8937. | #define HAVE_SYS_SOCKET_H 1
  8938. | #define HAVE_NETINET_IN_H 1
  8939. | #define HAVE_ARPA_INET_H 1
  8940. | #define HAVE_SYS_TIMEB_H 1
  8941. | #define HAVE_SYS_TYPES_H 1
  8942. | #define HAVE_SYS_UN_H 1
  8943. | #define HAVE_SYS_VADVISE_H 1
  8944. | #define HAVE_SYS_WAIT_H 1
  8945. | #define HAVE_TERM_H 1
  8946. | #define HAVE_UNISTD_H 1
  8947. | #define HAVE_UTIME_H 1
  8948. | #define HAVE_TERMIOS_H 1
  8949. | #define HAVE_SCHED_H 1
  8950. | #define HAVE_ALLOCA_H 1
  8951. | #define HAVE_SYS_IOCTL_H 1
  8952. | #define HAVE_SYS_MALLOC_H 1
  8953. | #define HAVE_SYS_IPC_H 1
  8954. | #define HAVE_SYS_SHM_H 1
  8955. | #define HAVE_SYS_RESOURCE_H 1
  8956. | #define HAVE_SYS_PARAM_H 1
  8957. | #define HAVE_EXECINFO_H 1
  8958. | #define HAVE_LIBM 1
  8959. | #define HAVE_CRYPT 1
  8960. | #define HAVE_SCHED_YIELD 1
  8961. | #define HAVE_COMPRESS 1
  8962. | #define HAVE_UINT 1
  8963. | #define HAVE_IN_ADDR_T 1
  8964. | #define HAVE_LIBPTHREAD 1
  8965. | #define HAVE_STRTOK_R 1
  8966. | #define HAVE_LIBDL 1
  8967. | #define HAVE_DLOPEN 1
  8968. | #define HAVE_DLERROR 1
  8969. | #define HAVE_RESTARTABLE_SYSCALLS 1
  8970. | #define DBUG_OFF 1
  8971. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  8972. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  8973. | #define HAVE_ST_RDEV 1
  8974. | #define TIME_WITH_SYS_TIME 1
  8975. | #define SIZEOF_CHAR 1
  8976. | #define SIZEOF_CHARP 8
  8977. | #define SIZEOF_SHORT 2
  8978. | #define SIZEOF_INT 4
  8979. | #define SIZEOF_LONG 8
  8980. | #define SIZEOF_LONG_LONG 8
  8981. | #define SIZEOF_OFF_T 8
  8982. | #define SIZEOF_TIME_T 8
  8983. | #define AC_APPLE_UNIVERSAL_BUILD 1
  8984. | #define SOCKET_SIZE_TYPE socklen_t
  8985. | #define STRUCT_RLIMIT struct rlimit
  8986. | #define STACK_DIRECTION -1
  8987. | #define HAVE_ALLOCA 1
  8988. | #define HAVE_ALLOCA 1
  8989. | #define HAVE_TZNAME 1
  8990. | #define HAVE_BOOL 1
  8991. | #define HAVE_OFF_T 1
  8992. | #define HAVE_SIZE_T 1
  8993. | #define HAVE_U_INT32_T 1
  8994. | #define HAVE_SYS_CDEFS_H 1
  8995. | #define HAVE_ALLOCA_H 1
  8996. | #define HAVE_ALLOCA 1
  8997. | #define RETSIGTYPE void
  8998. | #define HAVE_REGCOMP 1
  8999. | #define HAVE_STRDUP 1
  9000. | #define HAVE_VIS_H 1
  9001. | #define HAVE_STRLCAT 1
  9002. | #define HAVE_STRLCPY 1
  9003. | #define HAVE_ISSETUGID 1
  9004. | #define HAVE_FGETLN 1
  9005. | #define HAVE_FLOCKFILE 1
  9006. | /* end confdefs.h.  */
  9007. | #include <varargs.h>
  9008. configure:33914: result: no
  9009. configure:33942: checking for varargs.h
  9010. configure:33951: result: no
  9011. configure:33836: checking stdarg.h usability
  9012. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  9013. configure:33860: $? = 0
  9014. configure:33874: result: yes
  9015. configure:33878: checking stdarg.h presence
  9016. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  9017. configure:33900: $? = 0
  9018. configure:33914: result: yes
  9019. configure:33942: checking for stdarg.h
  9020. configure:33951: result: yes
  9021. configure:33836: checking dirent.h usability
  9022. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  9023. configure:33860: $? = 0
  9024. configure:33874: result: yes
  9025. configure:33878: checking dirent.h presence
  9026. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  9027. configure:33900: $? = 0
  9028. configure:33914: result: yes
  9029. configure:33942: checking for dirent.h
  9030. configure:33951: result: yes
  9031. configure:33836: checking locale.h usability
  9032. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  9033. configure:33860: $? = 0
  9034. configure:33874: result: yes
  9035. configure:33878: checking locale.h presence
  9036. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  9037. configure:33900: $? = 0
  9038. configure:33914: result: yes
  9039. configure:33942: checking for locale.h
  9040. configure:33951: result: yes
  9041. configure:33836: checking ndir.h usability
  9042. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  9043. conftest.c:191:18: error: ndir.h: No such file or directory
  9044. configure:33860: $? = 1
  9045. configure: failed program was:
  9046. | /* confdefs.h.  */
  9047. | #define PACKAGE_NAME "MySQL Server"
  9048. | #define PACKAGE_TARNAME "mysql"
  9049. | #define PACKAGE_VERSION "5.1.57"
  9050. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  9051. | #define PACKAGE_BUGREPORT ""
  9052. | #define PACKAGE "mysql"
  9053. | #define VERSION "5.1.57"
  9054. | #define STDC_HEADERS 1
  9055. | #define HAVE_SYS_TYPES_H 1
  9056. | #define HAVE_SYS_STAT_H 1
  9057. | #define HAVE_STDLIB_H 1
  9058. | #define HAVE_STRING_H 1
  9059. | #define HAVE_MEMORY_H 1
  9060. | #define HAVE_STRINGS_H 1
  9061. | #define HAVE_INTTYPES_H 1
  9062. | #define HAVE_STDINT_H 1
  9063. | #define HAVE_UNISTD_H 1
  9064. | #define HAVE_DLFCN_H 1
  9065. | #define LT_OBJDIR ".libs/"
  9066. | #define DEFINE_ALL_CHARACTER_SETS 1
  9067. | #define HAVE_CHARSET_latin1 1
  9068. | #define HAVE_CHARSET_latin1 1
  9069. | #define HAVE_CHARSET_utf8 1
  9070. | #define USE_MB 1
  9071. | #define USE_MB_IDENT 1
  9072. | #define HAVE_CHARSET_big5 1
  9073. | #define USE_MB 1
  9074. | #define USE_MB_IDENT 1
  9075. | #define HAVE_CHARSET_cp1250 1
  9076. | #define HAVE_CHARSET_cp932 1
  9077. | #define USE_MB 1
  9078. | #define USE_MB_IDENT 1
  9079. | #define HAVE_CHARSET_eucjpms 1
  9080. | #define USE_MB 1
  9081. | #define USE_MB_IDENT 1
  9082. | #define HAVE_CHARSET_euckr 1
  9083. | #define USE_MB 1
  9084. | #define USE_MB_IDENT 1
  9085. | #define HAVE_CHARSET_gb2312 1
  9086. | #define USE_MB 1
  9087. | #define USE_MB_IDENT 1
  9088. | #define HAVE_CHARSET_gbk 1
  9089. | #define USE_MB 1
  9090. | #define USE_MB_IDENT 1
  9091. | #define HAVE_CHARSET_latin1 1
  9092. | #define HAVE_CHARSET_latin2 1
  9093. | #define HAVE_CHARSET_sjis 1
  9094. | #define USE_MB 1
  9095. | #define USE_MB_IDENT 1
  9096. | #define HAVE_CHARSET_tis620 1
  9097. | #define HAVE_CHARSET_ucs2 1
  9098. | #define USE_MB 1
  9099. | #define USE_MB_IDENT 1
  9100. | #define HAVE_CHARSET_ujis 1
  9101. | #define USE_MB 1
  9102. | #define USE_MB_IDENT 1
  9103. | #define HAVE_CHARSET_utf8 1
  9104. | #define USE_MB 1
  9105. | #define USE_MB_IDENT 1
  9106. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  9107. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  9108. | #define HAVE_UCA_COLLATIONS 1
  9109. | #define PROTOCOL_VERSION 10
  9110. | #define DOT_FRM_VERSION 6
  9111. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  9112. | #define MACHINE_TYPE "i386"
  9113. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  9114. | #define COMMUNITY_SERVER 1
  9115. | #define ENABLED_PROFILING 1
  9116. | #define HAVE_DIRENT_H 1
  9117. | #define STDC_HEADERS 1
  9118. | #define HAVE_SYS_WAIT_H 1
  9119. | #define HAVE_FCNTL_H 1
  9120. | #define HAVE_FENV_H 1
  9121. | #define HAVE_FLOAT_H 1
  9122. | #define HAVE_LIMITS_H 1
  9123. | #define HAVE_MEMORY_H 1
  9124. | #define HAVE_PWD_H 1
  9125. | #define HAVE_STDLIB_H 1
  9126. | #define HAVE_STDDEF_H 1
  9127. | #define HAVE_STRINGS_H 1
  9128. | #define HAVE_STRING_H 1
  9129. | #define HAVE_SYS_MMAN_H 1
  9130. | #define HAVE_SYS_SOCKET_H 1
  9131. | #define HAVE_NETINET_IN_H 1
  9132. | #define HAVE_ARPA_INET_H 1
  9133. | #define HAVE_SYS_TIMEB_H 1
  9134. | #define HAVE_SYS_TYPES_H 1
  9135. | #define HAVE_SYS_UN_H 1
  9136. | #define HAVE_SYS_VADVISE_H 1
  9137. | #define HAVE_SYS_WAIT_H 1
  9138. | #define HAVE_TERM_H 1
  9139. | #define HAVE_UNISTD_H 1
  9140. | #define HAVE_UTIME_H 1
  9141. | #define HAVE_TERMIOS_H 1
  9142. | #define HAVE_SCHED_H 1
  9143. | #define HAVE_ALLOCA_H 1
  9144. | #define HAVE_SYS_IOCTL_H 1
  9145. | #define HAVE_SYS_MALLOC_H 1
  9146. | #define HAVE_SYS_IPC_H 1
  9147. | #define HAVE_SYS_SHM_H 1
  9148. | #define HAVE_SYS_RESOURCE_H 1
  9149. | #define HAVE_SYS_PARAM_H 1
  9150. | #define HAVE_EXECINFO_H 1
  9151. | #define HAVE_LIBM 1
  9152. | #define HAVE_CRYPT 1
  9153. | #define HAVE_SCHED_YIELD 1
  9154. | #define HAVE_COMPRESS 1
  9155. | #define HAVE_UINT 1
  9156. | #define HAVE_IN_ADDR_T 1
  9157. | #define HAVE_LIBPTHREAD 1
  9158. | #define HAVE_STRTOK_R 1
  9159. | #define HAVE_LIBDL 1
  9160. | #define HAVE_DLOPEN 1
  9161. | #define HAVE_DLERROR 1
  9162. | #define HAVE_RESTARTABLE_SYSCALLS 1
  9163. | #define DBUG_OFF 1
  9164. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  9165. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  9166. | #define HAVE_ST_RDEV 1
  9167. | #define TIME_WITH_SYS_TIME 1
  9168. | #define SIZEOF_CHAR 1
  9169. | #define SIZEOF_CHARP 8
  9170. | #define SIZEOF_SHORT 2
  9171. | #define SIZEOF_INT 4
  9172. | #define SIZEOF_LONG 8
  9173. | #define SIZEOF_LONG_LONG 8
  9174. | #define SIZEOF_OFF_T 8
  9175. | #define SIZEOF_TIME_T 8
  9176. | #define AC_APPLE_UNIVERSAL_BUILD 1
  9177. | #define SOCKET_SIZE_TYPE socklen_t
  9178. | #define STRUCT_RLIMIT struct rlimit
  9179. | #define STACK_DIRECTION -1
  9180. | #define HAVE_ALLOCA 1
  9181. | #define HAVE_ALLOCA 1
  9182. | #define HAVE_TZNAME 1
  9183. | #define HAVE_BOOL 1
  9184. | #define HAVE_OFF_T 1
  9185. | #define HAVE_SIZE_T 1
  9186. | #define HAVE_U_INT32_T 1
  9187. | #define HAVE_SYS_CDEFS_H 1
  9188. | #define HAVE_ALLOCA_H 1
  9189. | #define HAVE_ALLOCA 1
  9190. | #define RETSIGTYPE void
  9191. | #define HAVE_REGCOMP 1
  9192. | #define HAVE_STRDUP 1
  9193. | #define HAVE_VIS_H 1
  9194. | #define HAVE_STRLCAT 1
  9195. | #define HAVE_STRLCPY 1
  9196. | #define HAVE_ISSETUGID 1
  9197. | #define HAVE_FGETLN 1
  9198. | #define HAVE_FLOCKFILE 1
  9199. | #define HAVE_STDARG_H 1
  9200. | #define HAVE_DIRENT_H 1
  9201. | #define HAVE_LOCALE_H 1
  9202. | /* end confdefs.h.  */
  9203. | #include <stdio.h>
  9204. | #ifdef HAVE_SYS_TYPES_H
  9205. | # include <sys/types.h>
  9206. | #endif
  9207. | #ifdef HAVE_SYS_STAT_H
  9208. | # include <sys/stat.h>
  9209. | #endif
  9210. | #ifdef STDC_HEADERS
  9211. | # include <stdlib.h>
  9212. | # include <stddef.h>
  9213. | #else
  9214. | # ifdef HAVE_STDLIB_H
  9215. | #  include <stdlib.h>
  9216. | # endif
  9217. | #endif
  9218. | #ifdef HAVE_STRING_H
  9219. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  9220. | #  include <memory.h>
  9221. | # endif
  9222. | # include <string.h>
  9223. | #endif
  9224. | #ifdef HAVE_STRINGS_H
  9225. | # include <strings.h>
  9226. | #endif
  9227. | #ifdef HAVE_INTTYPES_H
  9228. | # include <inttypes.h>
  9229. | #endif
  9230. | #ifdef HAVE_STDINT_H
  9231. | # include <stdint.h>
  9232. | #endif
  9233. | #ifdef HAVE_UNISTD_H
  9234. | # include <unistd.h>
  9235. | #endif
  9236. | #include <ndir.h>
  9237. configure:33874: result: no
  9238. configure:33878: checking ndir.h presence
  9239. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  9240. conftest.c:158:18: error: ndir.h: No such file or directory
  9241. configure:33900: $? = 1
  9242. configure: failed program was:
  9243. | /* confdefs.h.  */
  9244. | #define PACKAGE_NAME "MySQL Server"
  9245. | #define PACKAGE_TARNAME "mysql"
  9246. | #define PACKAGE_VERSION "5.1.57"
  9247. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  9248. | #define PACKAGE_BUGREPORT ""
  9249. | #define PACKAGE "mysql"
  9250. | #define VERSION "5.1.57"
  9251. | #define STDC_HEADERS 1
  9252. | #define HAVE_SYS_TYPES_H 1
  9253. | #define HAVE_SYS_STAT_H 1
  9254. | #define HAVE_STDLIB_H 1
  9255. | #define HAVE_STRING_H 1
  9256. | #define HAVE_MEMORY_H 1
  9257. | #define HAVE_STRINGS_H 1
  9258. | #define HAVE_INTTYPES_H 1
  9259. | #define HAVE_STDINT_H 1
  9260. | #define HAVE_UNISTD_H 1
  9261. | #define HAVE_DLFCN_H 1
  9262. | #define LT_OBJDIR ".libs/"
  9263. | #define DEFINE_ALL_CHARACTER_SETS 1
  9264. | #define HAVE_CHARSET_latin1 1
  9265. | #define HAVE_CHARSET_latin1 1
  9266. | #define HAVE_CHARSET_utf8 1
  9267. | #define USE_MB 1
  9268. | #define USE_MB_IDENT 1
  9269. | #define HAVE_CHARSET_big5 1
  9270. | #define USE_MB 1
  9271. | #define USE_MB_IDENT 1
  9272. | #define HAVE_CHARSET_cp1250 1
  9273. | #define HAVE_CHARSET_cp932 1
  9274. | #define USE_MB 1
  9275. | #define USE_MB_IDENT 1
  9276. | #define HAVE_CHARSET_eucjpms 1
  9277. | #define USE_MB 1
  9278. | #define USE_MB_IDENT 1
  9279. | #define HAVE_CHARSET_euckr 1
  9280. | #define USE_MB 1
  9281. | #define USE_MB_IDENT 1
  9282. | #define HAVE_CHARSET_gb2312 1
  9283. | #define USE_MB 1
  9284. | #define USE_MB_IDENT 1
  9285. | #define HAVE_CHARSET_gbk 1
  9286. | #define USE_MB 1
  9287. | #define USE_MB_IDENT 1
  9288. | #define HAVE_CHARSET_latin1 1
  9289. | #define HAVE_CHARSET_latin2 1
  9290. | #define HAVE_CHARSET_sjis 1
  9291. | #define USE_MB 1
  9292. | #define USE_MB_IDENT 1
  9293. | #define HAVE_CHARSET_tis620 1
  9294. | #define HAVE_CHARSET_ucs2 1
  9295. | #define USE_MB 1
  9296. | #define USE_MB_IDENT 1
  9297. | #define HAVE_CHARSET_ujis 1
  9298. | #define USE_MB 1
  9299. | #define USE_MB_IDENT 1
  9300. | #define HAVE_CHARSET_utf8 1
  9301. | #define USE_MB 1
  9302. | #define USE_MB_IDENT 1
  9303. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  9304. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  9305. | #define HAVE_UCA_COLLATIONS 1
  9306. | #define PROTOCOL_VERSION 10
  9307. | #define DOT_FRM_VERSION 6
  9308. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  9309. | #define MACHINE_TYPE "i386"
  9310. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  9311. | #define COMMUNITY_SERVER 1
  9312. | #define ENABLED_PROFILING 1
  9313. | #define HAVE_DIRENT_H 1
  9314. | #define STDC_HEADERS 1
  9315. | #define HAVE_SYS_WAIT_H 1
  9316. | #define HAVE_FCNTL_H 1
  9317. | #define HAVE_FENV_H 1
  9318. | #define HAVE_FLOAT_H 1
  9319. | #define HAVE_LIMITS_H 1
  9320. | #define HAVE_MEMORY_H 1
  9321. | #define HAVE_PWD_H 1
  9322. | #define HAVE_STDLIB_H 1
  9323. | #define HAVE_STDDEF_H 1
  9324. | #define HAVE_STRINGS_H 1
  9325. | #define HAVE_STRING_H 1
  9326. | #define HAVE_SYS_MMAN_H 1
  9327. | #define HAVE_SYS_SOCKET_H 1
  9328. | #define HAVE_NETINET_IN_H 1
  9329. | #define HAVE_ARPA_INET_H 1
  9330. | #define HAVE_SYS_TIMEB_H 1
  9331. | #define HAVE_SYS_TYPES_H 1
  9332. | #define HAVE_SYS_UN_H 1
  9333. | #define HAVE_SYS_VADVISE_H 1
  9334. | #define HAVE_SYS_WAIT_H 1
  9335. | #define HAVE_TERM_H 1
  9336. | #define HAVE_UNISTD_H 1
  9337. | #define HAVE_UTIME_H 1
  9338. | #define HAVE_TERMIOS_H 1
  9339. | #define HAVE_SCHED_H 1
  9340. | #define HAVE_ALLOCA_H 1
  9341. | #define HAVE_SYS_IOCTL_H 1
  9342. | #define HAVE_SYS_MALLOC_H 1
  9343. | #define HAVE_SYS_IPC_H 1
  9344. | #define HAVE_SYS_SHM_H 1
  9345. | #define HAVE_SYS_RESOURCE_H 1
  9346. | #define HAVE_SYS_PARAM_H 1
  9347. | #define HAVE_EXECINFO_H 1
  9348. | #define HAVE_LIBM 1
  9349. | #define HAVE_CRYPT 1
  9350. | #define HAVE_SCHED_YIELD 1
  9351. | #define HAVE_COMPRESS 1
  9352. | #define HAVE_UINT 1
  9353. | #define HAVE_IN_ADDR_T 1
  9354. | #define HAVE_LIBPTHREAD 1
  9355. | #define HAVE_STRTOK_R 1
  9356. | #define HAVE_LIBDL 1
  9357. | #define HAVE_DLOPEN 1
  9358. | #define HAVE_DLERROR 1
  9359. | #define HAVE_RESTARTABLE_SYSCALLS 1
  9360. | #define DBUG_OFF 1
  9361. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  9362. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  9363. | #define HAVE_ST_RDEV 1
  9364. | #define TIME_WITH_SYS_TIME 1
  9365. | #define SIZEOF_CHAR 1
  9366. | #define SIZEOF_CHARP 8
  9367. | #define SIZEOF_SHORT 2
  9368. | #define SIZEOF_INT 4
  9369. | #define SIZEOF_LONG 8
  9370. | #define SIZEOF_LONG_LONG 8
  9371. | #define SIZEOF_OFF_T 8
  9372. | #define SIZEOF_TIME_T 8
  9373. | #define AC_APPLE_UNIVERSAL_BUILD 1
  9374. | #define SOCKET_SIZE_TYPE socklen_t
  9375. | #define STRUCT_RLIMIT struct rlimit
  9376. | #define STACK_DIRECTION -1
  9377. | #define HAVE_ALLOCA 1
  9378. | #define HAVE_ALLOCA 1
  9379. | #define HAVE_TZNAME 1
  9380. | #define HAVE_BOOL 1
  9381. | #define HAVE_OFF_T 1
  9382. | #define HAVE_SIZE_T 1
  9383. | #define HAVE_U_INT32_T 1
  9384. | #define HAVE_SYS_CDEFS_H 1
  9385. | #define HAVE_ALLOCA_H 1
  9386. | #define HAVE_ALLOCA 1
  9387. | #define RETSIGTYPE void
  9388. | #define HAVE_REGCOMP 1
  9389. | #define HAVE_STRDUP 1
  9390. | #define HAVE_VIS_H 1
  9391. | #define HAVE_STRLCAT 1
  9392. | #define HAVE_STRLCPY 1
  9393. | #define HAVE_ISSETUGID 1
  9394. | #define HAVE_FGETLN 1
  9395. | #define HAVE_FLOCKFILE 1
  9396. | #define HAVE_STDARG_H 1
  9397. | #define HAVE_DIRENT_H 1
  9398. | #define HAVE_LOCALE_H 1
  9399. | /* end confdefs.h.  */
  9400. | #include <ndir.h>
  9401. configure:33914: result: no
  9402. configure:33942: checking for ndir.h
  9403. configure:33951: result: no
  9404. configure:33836: checking sys/dir.h usability
  9405. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  9406. configure:33860: $? = 0
  9407. configure:33874: result: yes
  9408. configure:33878: checking sys/dir.h presence
  9409. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  9410. configure:33900: $? = 0
  9411. configure:33914: result: yes
  9412. configure:33942: checking for sys/dir.h
  9413. configure:33951: result: yes
  9414. configure:33836: checking sys/file.h usability
  9415. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  9416. configure:33860: $? = 0
  9417. configure:33874: result: yes
  9418. configure:33878: checking sys/file.h presence
  9419. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  9420. configure:33900: $? = 0
  9421. configure:33914: result: yes
  9422. configure:33942: checking for sys/file.h
  9423. configure:33951: result: yes
  9424. configure:33836: checking sys/ndir.h usability
  9425. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  9426. conftest.c:193:22: error: sys/ndir.h: No such file or directory
  9427. configure:33860: $? = 1
  9428. configure: failed program was:
  9429. | /* confdefs.h.  */
  9430. | #define PACKAGE_NAME "MySQL Server"
  9431. | #define PACKAGE_TARNAME "mysql"
  9432. | #define PACKAGE_VERSION "5.1.57"
  9433. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  9434. | #define PACKAGE_BUGREPORT ""
  9435. | #define PACKAGE "mysql"
  9436. | #define VERSION "5.1.57"
  9437. | #define STDC_HEADERS 1
  9438. | #define HAVE_SYS_TYPES_H 1
  9439. | #define HAVE_SYS_STAT_H 1
  9440. | #define HAVE_STDLIB_H 1
  9441. | #define HAVE_STRING_H 1
  9442. | #define HAVE_MEMORY_H 1
  9443. | #define HAVE_STRINGS_H 1
  9444. | #define HAVE_INTTYPES_H 1
  9445. | #define HAVE_STDINT_H 1
  9446. | #define HAVE_UNISTD_H 1
  9447. | #define HAVE_DLFCN_H 1
  9448. | #define LT_OBJDIR ".libs/"
  9449. | #define DEFINE_ALL_CHARACTER_SETS 1
  9450. | #define HAVE_CHARSET_latin1 1
  9451. | #define HAVE_CHARSET_latin1 1
  9452. | #define HAVE_CHARSET_utf8 1
  9453. | #define USE_MB 1
  9454. | #define USE_MB_IDENT 1
  9455. | #define HAVE_CHARSET_big5 1
  9456. | #define USE_MB 1
  9457. | #define USE_MB_IDENT 1
  9458. | #define HAVE_CHARSET_cp1250 1
  9459. | #define HAVE_CHARSET_cp932 1
  9460. | #define USE_MB 1
  9461. | #define USE_MB_IDENT 1
  9462. | #define HAVE_CHARSET_eucjpms 1
  9463. | #define USE_MB 1
  9464. | #define USE_MB_IDENT 1
  9465. | #define HAVE_CHARSET_euckr 1
  9466. | #define USE_MB 1
  9467. | #define USE_MB_IDENT 1
  9468. | #define HAVE_CHARSET_gb2312 1
  9469. | #define USE_MB 1
  9470. | #define USE_MB_IDENT 1
  9471. | #define HAVE_CHARSET_gbk 1
  9472. | #define USE_MB 1
  9473. | #define USE_MB_IDENT 1
  9474. | #define HAVE_CHARSET_latin1 1
  9475. | #define HAVE_CHARSET_latin2 1
  9476. | #define HAVE_CHARSET_sjis 1
  9477. | #define USE_MB 1
  9478. | #define USE_MB_IDENT 1
  9479. | #define HAVE_CHARSET_tis620 1
  9480. | #define HAVE_CHARSET_ucs2 1
  9481. | #define USE_MB 1
  9482. | #define USE_MB_IDENT 1
  9483. | #define HAVE_CHARSET_ujis 1
  9484. | #define USE_MB 1
  9485. | #define USE_MB_IDENT 1
  9486. | #define HAVE_CHARSET_utf8 1
  9487. | #define USE_MB 1
  9488. | #define USE_MB_IDENT 1
  9489. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  9490. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  9491. | #define HAVE_UCA_COLLATIONS 1
  9492. | #define PROTOCOL_VERSION 10
  9493. | #define DOT_FRM_VERSION 6
  9494. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  9495. | #define MACHINE_TYPE "i386"
  9496. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  9497. | #define COMMUNITY_SERVER 1
  9498. | #define ENABLED_PROFILING 1
  9499. | #define HAVE_DIRENT_H 1
  9500. | #define STDC_HEADERS 1
  9501. | #define HAVE_SYS_WAIT_H 1
  9502. | #define HAVE_FCNTL_H 1
  9503. | #define HAVE_FENV_H 1
  9504. | #define HAVE_FLOAT_H 1
  9505. | #define HAVE_LIMITS_H 1
  9506. | #define HAVE_MEMORY_H 1
  9507. | #define HAVE_PWD_H 1
  9508. | #define HAVE_STDLIB_H 1
  9509. | #define HAVE_STDDEF_H 1
  9510. | #define HAVE_STRINGS_H 1
  9511. | #define HAVE_STRING_H 1
  9512. | #define HAVE_SYS_MMAN_H 1
  9513. | #define HAVE_SYS_SOCKET_H 1
  9514. | #define HAVE_NETINET_IN_H 1
  9515. | #define HAVE_ARPA_INET_H 1
  9516. | #define HAVE_SYS_TIMEB_H 1
  9517. | #define HAVE_SYS_TYPES_H 1
  9518. | #define HAVE_SYS_UN_H 1
  9519. | #define HAVE_SYS_VADVISE_H 1
  9520. | #define HAVE_SYS_WAIT_H 1
  9521. | #define HAVE_TERM_H 1
  9522. | #define HAVE_UNISTD_H 1
  9523. | #define HAVE_UTIME_H 1
  9524. | #define HAVE_TERMIOS_H 1
  9525. | #define HAVE_SCHED_H 1
  9526. | #define HAVE_ALLOCA_H 1
  9527. | #define HAVE_SYS_IOCTL_H 1
  9528. | #define HAVE_SYS_MALLOC_H 1
  9529. | #define HAVE_SYS_IPC_H 1
  9530. | #define HAVE_SYS_SHM_H 1
  9531. | #define HAVE_SYS_RESOURCE_H 1
  9532. | #define HAVE_SYS_PARAM_H 1
  9533. | #define HAVE_EXECINFO_H 1
  9534. | #define HAVE_LIBM 1
  9535. | #define HAVE_CRYPT 1
  9536. | #define HAVE_SCHED_YIELD 1
  9537. | #define HAVE_COMPRESS 1
  9538. | #define HAVE_UINT 1
  9539. | #define HAVE_IN_ADDR_T 1
  9540. | #define HAVE_LIBPTHREAD 1
  9541. | #define HAVE_STRTOK_R 1
  9542. | #define HAVE_LIBDL 1
  9543. | #define HAVE_DLOPEN 1
  9544. | #define HAVE_DLERROR 1
  9545. | #define HAVE_RESTARTABLE_SYSCALLS 1
  9546. | #define DBUG_OFF 1
  9547. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  9548. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  9549. | #define HAVE_ST_RDEV 1
  9550. | #define TIME_WITH_SYS_TIME 1
  9551. | #define SIZEOF_CHAR 1
  9552. | #define SIZEOF_CHARP 8
  9553. | #define SIZEOF_SHORT 2
  9554. | #define SIZEOF_INT 4
  9555. | #define SIZEOF_LONG 8
  9556. | #define SIZEOF_LONG_LONG 8
  9557. | #define SIZEOF_OFF_T 8
  9558. | #define SIZEOF_TIME_T 8
  9559. | #define AC_APPLE_UNIVERSAL_BUILD 1
  9560. | #define SOCKET_SIZE_TYPE socklen_t
  9561. | #define STRUCT_RLIMIT struct rlimit
  9562. | #define STACK_DIRECTION -1
  9563. | #define HAVE_ALLOCA 1
  9564. | #define HAVE_ALLOCA 1
  9565. | #define HAVE_TZNAME 1
  9566. | #define HAVE_BOOL 1
  9567. | #define HAVE_OFF_T 1
  9568. | #define HAVE_SIZE_T 1
  9569. | #define HAVE_U_INT32_T 1
  9570. | #define HAVE_SYS_CDEFS_H 1
  9571. | #define HAVE_ALLOCA_H 1
  9572. | #define HAVE_ALLOCA 1
  9573. | #define RETSIGTYPE void
  9574. | #define HAVE_REGCOMP 1
  9575. | #define HAVE_STRDUP 1
  9576. | #define HAVE_VIS_H 1
  9577. | #define HAVE_STRLCAT 1
  9578. | #define HAVE_STRLCPY 1
  9579. | #define HAVE_ISSETUGID 1
  9580. | #define HAVE_FGETLN 1
  9581. | #define HAVE_FLOCKFILE 1
  9582. | #define HAVE_STDARG_H 1
  9583. | #define HAVE_DIRENT_H 1
  9584. | #define HAVE_LOCALE_H 1
  9585. | #define HAVE_SYS_DIR_H 1
  9586. | #define HAVE_SYS_FILE_H 1
  9587. | /* end confdefs.h.  */
  9588. | #include <stdio.h>
  9589. | #ifdef HAVE_SYS_TYPES_H
  9590. | # include <sys/types.h>
  9591. | #endif
  9592. | #ifdef HAVE_SYS_STAT_H
  9593. | # include <sys/stat.h>
  9594. | #endif
  9595. | #ifdef STDC_HEADERS
  9596. | # include <stdlib.h>
  9597. | # include <stddef.h>
  9598. | #else
  9599. | # ifdef HAVE_STDLIB_H
  9600. | #  include <stdlib.h>
  9601. | # endif
  9602. | #endif
  9603. | #ifdef HAVE_STRING_H
  9604. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  9605. | #  include <memory.h>
  9606. | # endif
  9607. | # include <string.h>
  9608. | #endif
  9609. | #ifdef HAVE_STRINGS_H
  9610. | # include <strings.h>
  9611. | #endif
  9612. | #ifdef HAVE_INTTYPES_H
  9613. | # include <inttypes.h>
  9614. | #endif
  9615. | #ifdef HAVE_STDINT_H
  9616. | # include <stdint.h>
  9617. | #endif
  9618. | #ifdef HAVE_UNISTD_H
  9619. | # include <unistd.h>
  9620. | #endif
  9621. | #include <sys/ndir.h>
  9622. configure:33874: result: no
  9623. configure:33878: checking sys/ndir.h presence
  9624. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  9625. conftest.c:160:22: error: sys/ndir.h: No such file or directory
  9626. configure:33900: $? = 1
  9627. configure: failed program was:
  9628. | /* confdefs.h.  */
  9629. | #define PACKAGE_NAME "MySQL Server"
  9630. | #define PACKAGE_TARNAME "mysql"
  9631. | #define PACKAGE_VERSION "5.1.57"
  9632. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  9633. | #define PACKAGE_BUGREPORT ""
  9634. | #define PACKAGE "mysql"
  9635. | #define VERSION "5.1.57"
  9636. | #define STDC_HEADERS 1
  9637. | #define HAVE_SYS_TYPES_H 1
  9638. | #define HAVE_SYS_STAT_H 1
  9639. | #define HAVE_STDLIB_H 1
  9640. | #define HAVE_STRING_H 1
  9641. | #define HAVE_MEMORY_H 1
  9642. | #define HAVE_STRINGS_H 1
  9643. | #define HAVE_INTTYPES_H 1
  9644. | #define HAVE_STDINT_H 1
  9645. | #define HAVE_UNISTD_H 1
  9646. | #define HAVE_DLFCN_H 1
  9647. | #define LT_OBJDIR ".libs/"
  9648. | #define DEFINE_ALL_CHARACTER_SETS 1
  9649. | #define HAVE_CHARSET_latin1 1
  9650. | #define HAVE_CHARSET_latin1 1
  9651. | #define HAVE_CHARSET_utf8 1
  9652. | #define USE_MB 1
  9653. | #define USE_MB_IDENT 1
  9654. | #define HAVE_CHARSET_big5 1
  9655. | #define USE_MB 1
  9656. | #define USE_MB_IDENT 1
  9657. | #define HAVE_CHARSET_cp1250 1
  9658. | #define HAVE_CHARSET_cp932 1
  9659. | #define USE_MB 1
  9660. | #define USE_MB_IDENT 1
  9661. | #define HAVE_CHARSET_eucjpms 1
  9662. | #define USE_MB 1
  9663. | #define USE_MB_IDENT 1
  9664. | #define HAVE_CHARSET_euckr 1
  9665. | #define USE_MB 1
  9666. | #define USE_MB_IDENT 1
  9667. | #define HAVE_CHARSET_gb2312 1
  9668. | #define USE_MB 1
  9669. | #define USE_MB_IDENT 1
  9670. | #define HAVE_CHARSET_gbk 1
  9671. | #define USE_MB 1
  9672. | #define USE_MB_IDENT 1
  9673. | #define HAVE_CHARSET_latin1 1
  9674. | #define HAVE_CHARSET_latin2 1
  9675. | #define HAVE_CHARSET_sjis 1
  9676. | #define USE_MB 1
  9677. | #define USE_MB_IDENT 1
  9678. | #define HAVE_CHARSET_tis620 1
  9679. | #define HAVE_CHARSET_ucs2 1
  9680. | #define USE_MB 1
  9681. | #define USE_MB_IDENT 1
  9682. | #define HAVE_CHARSET_ujis 1
  9683. | #define USE_MB 1
  9684. | #define USE_MB_IDENT 1
  9685. | #define HAVE_CHARSET_utf8 1
  9686. | #define USE_MB 1
  9687. | #define USE_MB_IDENT 1
  9688. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  9689. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  9690. | #define HAVE_UCA_COLLATIONS 1
  9691. | #define PROTOCOL_VERSION 10
  9692. | #define DOT_FRM_VERSION 6
  9693. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  9694. | #define MACHINE_TYPE "i386"
  9695. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  9696. | #define COMMUNITY_SERVER 1
  9697. | #define ENABLED_PROFILING 1
  9698. | #define HAVE_DIRENT_H 1
  9699. | #define STDC_HEADERS 1
  9700. | #define HAVE_SYS_WAIT_H 1
  9701. | #define HAVE_FCNTL_H 1
  9702. | #define HAVE_FENV_H 1
  9703. | #define HAVE_FLOAT_H 1
  9704. | #define HAVE_LIMITS_H 1
  9705. | #define HAVE_MEMORY_H 1
  9706. | #define HAVE_PWD_H 1
  9707. | #define HAVE_STDLIB_H 1
  9708. | #define HAVE_STDDEF_H 1
  9709. | #define HAVE_STRINGS_H 1
  9710. | #define HAVE_STRING_H 1
  9711. | #define HAVE_SYS_MMAN_H 1
  9712. | #define HAVE_SYS_SOCKET_H 1
  9713. | #define HAVE_NETINET_IN_H 1
  9714. | #define HAVE_ARPA_INET_H 1
  9715. | #define HAVE_SYS_TIMEB_H 1
  9716. | #define HAVE_SYS_TYPES_H 1
  9717. | #define HAVE_SYS_UN_H 1
  9718. | #define HAVE_SYS_VADVISE_H 1
  9719. | #define HAVE_SYS_WAIT_H 1
  9720. | #define HAVE_TERM_H 1
  9721. | #define HAVE_UNISTD_H 1
  9722. | #define HAVE_UTIME_H 1
  9723. | #define HAVE_TERMIOS_H 1
  9724. | #define HAVE_SCHED_H 1
  9725. | #define HAVE_ALLOCA_H 1
  9726. | #define HAVE_SYS_IOCTL_H 1
  9727. | #define HAVE_SYS_MALLOC_H 1
  9728. | #define HAVE_SYS_IPC_H 1
  9729. | #define HAVE_SYS_SHM_H 1
  9730. | #define HAVE_SYS_RESOURCE_H 1
  9731. | #define HAVE_SYS_PARAM_H 1
  9732. | #define HAVE_EXECINFO_H 1
  9733. | #define HAVE_LIBM 1
  9734. | #define HAVE_CRYPT 1
  9735. | #define HAVE_SCHED_YIELD 1
  9736. | #define HAVE_COMPRESS 1
  9737. | #define HAVE_UINT 1
  9738. | #define HAVE_IN_ADDR_T 1
  9739. | #define HAVE_LIBPTHREAD 1
  9740. | #define HAVE_STRTOK_R 1
  9741. | #define HAVE_LIBDL 1
  9742. | #define HAVE_DLOPEN 1
  9743. | #define HAVE_DLERROR 1
  9744. | #define HAVE_RESTARTABLE_SYSCALLS 1
  9745. | #define DBUG_OFF 1
  9746. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  9747. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  9748. | #define HAVE_ST_RDEV 1
  9749. | #define TIME_WITH_SYS_TIME 1
  9750. | #define SIZEOF_CHAR 1
  9751. | #define SIZEOF_CHARP 8
  9752. | #define SIZEOF_SHORT 2
  9753. | #define SIZEOF_INT 4
  9754. | #define SIZEOF_LONG 8
  9755. | #define SIZEOF_LONG_LONG 8
  9756. | #define SIZEOF_OFF_T 8
  9757. | #define SIZEOF_TIME_T 8
  9758. | #define AC_APPLE_UNIVERSAL_BUILD 1
  9759. | #define SOCKET_SIZE_TYPE socklen_t
  9760. | #define STRUCT_RLIMIT struct rlimit
  9761. | #define STACK_DIRECTION -1
  9762. | #define HAVE_ALLOCA 1
  9763. | #define HAVE_ALLOCA 1
  9764. | #define HAVE_TZNAME 1
  9765. | #define HAVE_BOOL 1
  9766. | #define HAVE_OFF_T 1
  9767. | #define HAVE_SIZE_T 1
  9768. | #define HAVE_U_INT32_T 1
  9769. | #define HAVE_SYS_CDEFS_H 1
  9770. | #define HAVE_ALLOCA_H 1
  9771. | #define HAVE_ALLOCA 1
  9772. | #define RETSIGTYPE void
  9773. | #define HAVE_REGCOMP 1
  9774. | #define HAVE_STRDUP 1
  9775. | #define HAVE_VIS_H 1
  9776. | #define HAVE_STRLCAT 1
  9777. | #define HAVE_STRLCPY 1
  9778. | #define HAVE_ISSETUGID 1
  9779. | #define HAVE_FGETLN 1
  9780. | #define HAVE_FLOCKFILE 1
  9781. | #define HAVE_STDARG_H 1
  9782. | #define HAVE_DIRENT_H 1
  9783. | #define HAVE_LOCALE_H 1
  9784. | #define HAVE_SYS_DIR_H 1
  9785. | #define HAVE_SYS_FILE_H 1
  9786. | /* end confdefs.h.  */
  9787. | #include <sys/ndir.h>
  9788. configure:33914: result: no
  9789. configure:33942: checking for sys/ndir.h
  9790. configure:33951: result: no
  9791. configure:33836: checking sys/ptem.h usability
  9792. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  9793. conftest.c:193:22: error: sys/ptem.h: No such file or directory
  9794. configure:33860: $? = 1
  9795. configure: failed program was:
  9796. | /* confdefs.h.  */
  9797. | #define PACKAGE_NAME "MySQL Server"
  9798. | #define PACKAGE_TARNAME "mysql"
  9799. | #define PACKAGE_VERSION "5.1.57"
  9800. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  9801. | #define PACKAGE_BUGREPORT ""
  9802. | #define PACKAGE "mysql"
  9803. | #define VERSION "5.1.57"
  9804. | #define STDC_HEADERS 1
  9805. | #define HAVE_SYS_TYPES_H 1
  9806. | #define HAVE_SYS_STAT_H 1
  9807. | #define HAVE_STDLIB_H 1
  9808. | #define HAVE_STRING_H 1
  9809. | #define HAVE_MEMORY_H 1
  9810. | #define HAVE_STRINGS_H 1
  9811. | #define HAVE_INTTYPES_H 1
  9812. | #define HAVE_STDINT_H 1
  9813. | #define HAVE_UNISTD_H 1
  9814. | #define HAVE_DLFCN_H 1
  9815. | #define LT_OBJDIR ".libs/"
  9816. | #define DEFINE_ALL_CHARACTER_SETS 1
  9817. | #define HAVE_CHARSET_latin1 1
  9818. | #define HAVE_CHARSET_latin1 1
  9819. | #define HAVE_CHARSET_utf8 1
  9820. | #define USE_MB 1
  9821. | #define USE_MB_IDENT 1
  9822. | #define HAVE_CHARSET_big5 1
  9823. | #define USE_MB 1
  9824. | #define USE_MB_IDENT 1
  9825. | #define HAVE_CHARSET_cp1250 1
  9826. | #define HAVE_CHARSET_cp932 1
  9827. | #define USE_MB 1
  9828. | #define USE_MB_IDENT 1
  9829. | #define HAVE_CHARSET_eucjpms 1
  9830. | #define USE_MB 1
  9831. | #define USE_MB_IDENT 1
  9832. | #define HAVE_CHARSET_euckr 1
  9833. | #define USE_MB 1
  9834. | #define USE_MB_IDENT 1
  9835. | #define HAVE_CHARSET_gb2312 1
  9836. | #define USE_MB 1
  9837. | #define USE_MB_IDENT 1
  9838. | #define HAVE_CHARSET_gbk 1
  9839. | #define USE_MB 1
  9840. | #define USE_MB_IDENT 1
  9841. | #define HAVE_CHARSET_latin1 1
  9842. | #define HAVE_CHARSET_latin2 1
  9843. | #define HAVE_CHARSET_sjis 1
  9844. | #define USE_MB 1
  9845. | #define USE_MB_IDENT 1
  9846. | #define HAVE_CHARSET_tis620 1
  9847. | #define HAVE_CHARSET_ucs2 1
  9848. | #define USE_MB 1
  9849. | #define USE_MB_IDENT 1
  9850. | #define HAVE_CHARSET_ujis 1
  9851. | #define USE_MB 1
  9852. | #define USE_MB_IDENT 1
  9853. | #define HAVE_CHARSET_utf8 1
  9854. | #define USE_MB 1
  9855. | #define USE_MB_IDENT 1
  9856. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  9857. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  9858. | #define HAVE_UCA_COLLATIONS 1
  9859. | #define PROTOCOL_VERSION 10
  9860. | #define DOT_FRM_VERSION 6
  9861. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  9862. | #define MACHINE_TYPE "i386"
  9863. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  9864. | #define COMMUNITY_SERVER 1
  9865. | #define ENABLED_PROFILING 1
  9866. | #define HAVE_DIRENT_H 1
  9867. | #define STDC_HEADERS 1
  9868. | #define HAVE_SYS_WAIT_H 1
  9869. | #define HAVE_FCNTL_H 1
  9870. | #define HAVE_FENV_H 1
  9871. | #define HAVE_FLOAT_H 1
  9872. | #define HAVE_LIMITS_H 1
  9873. | #define HAVE_MEMORY_H 1
  9874. | #define HAVE_PWD_H 1
  9875. | #define HAVE_STDLIB_H 1
  9876. | #define HAVE_STDDEF_H 1
  9877. | #define HAVE_STRINGS_H 1
  9878. | #define HAVE_STRING_H 1
  9879. | #define HAVE_SYS_MMAN_H 1
  9880. | #define HAVE_SYS_SOCKET_H 1
  9881. | #define HAVE_NETINET_IN_H 1
  9882. | #define HAVE_ARPA_INET_H 1
  9883. | #define HAVE_SYS_TIMEB_H 1
  9884. | #define HAVE_SYS_TYPES_H 1
  9885. | #define HAVE_SYS_UN_H 1
  9886. | #define HAVE_SYS_VADVISE_H 1
  9887. | #define HAVE_SYS_WAIT_H 1
  9888. | #define HAVE_TERM_H 1
  9889. | #define HAVE_UNISTD_H 1
  9890. | #define HAVE_UTIME_H 1
  9891. | #define HAVE_TERMIOS_H 1
  9892. | #define HAVE_SCHED_H 1
  9893. | #define HAVE_ALLOCA_H 1
  9894. | #define HAVE_SYS_IOCTL_H 1
  9895. | #define HAVE_SYS_MALLOC_H 1
  9896. | #define HAVE_SYS_IPC_H 1
  9897. | #define HAVE_SYS_SHM_H 1
  9898. | #define HAVE_SYS_RESOURCE_H 1
  9899. | #define HAVE_SYS_PARAM_H 1
  9900. | #define HAVE_EXECINFO_H 1
  9901. | #define HAVE_LIBM 1
  9902. | #define HAVE_CRYPT 1
  9903. | #define HAVE_SCHED_YIELD 1
  9904. | #define HAVE_COMPRESS 1
  9905. | #define HAVE_UINT 1
  9906. | #define HAVE_IN_ADDR_T 1
  9907. | #define HAVE_LIBPTHREAD 1
  9908. | #define HAVE_STRTOK_R 1
  9909. | #define HAVE_LIBDL 1
  9910. | #define HAVE_DLOPEN 1
  9911. | #define HAVE_DLERROR 1
  9912. | #define HAVE_RESTARTABLE_SYSCALLS 1
  9913. | #define DBUG_OFF 1
  9914. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  9915. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  9916. | #define HAVE_ST_RDEV 1
  9917. | #define TIME_WITH_SYS_TIME 1
  9918. | #define SIZEOF_CHAR 1
  9919. | #define SIZEOF_CHARP 8
  9920. | #define SIZEOF_SHORT 2
  9921. | #define SIZEOF_INT 4
  9922. | #define SIZEOF_LONG 8
  9923. | #define SIZEOF_LONG_LONG 8
  9924. | #define SIZEOF_OFF_T 8
  9925. | #define SIZEOF_TIME_T 8
  9926. | #define AC_APPLE_UNIVERSAL_BUILD 1
  9927. | #define SOCKET_SIZE_TYPE socklen_t
  9928. | #define STRUCT_RLIMIT struct rlimit
  9929. | #define STACK_DIRECTION -1
  9930. | #define HAVE_ALLOCA 1
  9931. | #define HAVE_ALLOCA 1
  9932. | #define HAVE_TZNAME 1
  9933. | #define HAVE_BOOL 1
  9934. | #define HAVE_OFF_T 1
  9935. | #define HAVE_SIZE_T 1
  9936. | #define HAVE_U_INT32_T 1
  9937. | #define HAVE_SYS_CDEFS_H 1
  9938. | #define HAVE_ALLOCA_H 1
  9939. | #define HAVE_ALLOCA 1
  9940. | #define RETSIGTYPE void
  9941. | #define HAVE_REGCOMP 1
  9942. | #define HAVE_STRDUP 1
  9943. | #define HAVE_VIS_H 1
  9944. | #define HAVE_STRLCAT 1
  9945. | #define HAVE_STRLCPY 1
  9946. | #define HAVE_ISSETUGID 1
  9947. | #define HAVE_FGETLN 1
  9948. | #define HAVE_FLOCKFILE 1
  9949. | #define HAVE_STDARG_H 1
  9950. | #define HAVE_DIRENT_H 1
  9951. | #define HAVE_LOCALE_H 1
  9952. | #define HAVE_SYS_DIR_H 1
  9953. | #define HAVE_SYS_FILE_H 1
  9954. | /* end confdefs.h.  */
  9955. | #include <stdio.h>
  9956. | #ifdef HAVE_SYS_TYPES_H
  9957. | # include <sys/types.h>
  9958. | #endif
  9959. | #ifdef HAVE_SYS_STAT_H
  9960. | # include <sys/stat.h>
  9961. | #endif
  9962. | #ifdef STDC_HEADERS
  9963. | # include <stdlib.h>
  9964. | # include <stddef.h>
  9965. | #else
  9966. | # ifdef HAVE_STDLIB_H
  9967. | #  include <stdlib.h>
  9968. | # endif
  9969. | #endif
  9970. | #ifdef HAVE_STRING_H
  9971. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  9972. | #  include <memory.h>
  9973. | # endif
  9974. | # include <string.h>
  9975. | #endif
  9976. | #ifdef HAVE_STRINGS_H
  9977. | # include <strings.h>
  9978. | #endif
  9979. | #ifdef HAVE_INTTYPES_H
  9980. | # include <inttypes.h>
  9981. | #endif
  9982. | #ifdef HAVE_STDINT_H
  9983. | # include <stdint.h>
  9984. | #endif
  9985. | #ifdef HAVE_UNISTD_H
  9986. | # include <unistd.h>
  9987. | #endif
  9988. | #include <sys/ptem.h>
  9989. configure:33874: result: no
  9990. configure:33878: checking sys/ptem.h presence
  9991. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  9992. conftest.c:160:22: error: sys/ptem.h: No such file or directory
  9993. configure:33900: $? = 1
  9994. configure: failed program was:
  9995. | /* confdefs.h.  */
  9996. | #define PACKAGE_NAME "MySQL Server"
  9997. | #define PACKAGE_TARNAME "mysql"
  9998. | #define PACKAGE_VERSION "5.1.57"
  9999. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  10000. | #define PACKAGE_BUGREPORT ""
  10001. | #define PACKAGE "mysql"
  10002. | #define VERSION "5.1.57"
  10003. | #define STDC_HEADERS 1
  10004. | #define HAVE_SYS_TYPES_H 1
  10005. | #define HAVE_SYS_STAT_H 1
  10006. | #define HAVE_STDLIB_H 1
  10007. | #define HAVE_STRING_H 1
  10008. | #define HAVE_MEMORY_H 1
  10009. | #define HAVE_STRINGS_H 1
  10010. | #define HAVE_INTTYPES_H 1
  10011. | #define HAVE_STDINT_H 1
  10012. | #define HAVE_UNISTD_H 1
  10013. | #define HAVE_DLFCN_H 1
  10014. | #define LT_OBJDIR ".libs/"
  10015. | #define DEFINE_ALL_CHARACTER_SETS 1
  10016. | #define HAVE_CHARSET_latin1 1
  10017. | #define HAVE_CHARSET_latin1 1
  10018. | #define HAVE_CHARSET_utf8 1
  10019. | #define USE_MB 1
  10020. | #define USE_MB_IDENT 1
  10021. | #define HAVE_CHARSET_big5 1
  10022. | #define USE_MB 1
  10023. | #define USE_MB_IDENT 1
  10024. | #define HAVE_CHARSET_cp1250 1
  10025. | #define HAVE_CHARSET_cp932 1
  10026. | #define USE_MB 1
  10027. | #define USE_MB_IDENT 1
  10028. | #define HAVE_CHARSET_eucjpms 1
  10029. | #define USE_MB 1
  10030. | #define USE_MB_IDENT 1
  10031. | #define HAVE_CHARSET_euckr 1
  10032. | #define USE_MB 1
  10033. | #define USE_MB_IDENT 1
  10034. | #define HAVE_CHARSET_gb2312 1
  10035. | #define USE_MB 1
  10036. | #define USE_MB_IDENT 1
  10037. | #define HAVE_CHARSET_gbk 1
  10038. | #define USE_MB 1
  10039. | #define USE_MB_IDENT 1
  10040. | #define HAVE_CHARSET_latin1 1
  10041. | #define HAVE_CHARSET_latin2 1
  10042. | #define HAVE_CHARSET_sjis 1
  10043. | #define USE_MB 1
  10044. | #define USE_MB_IDENT 1
  10045. | #define HAVE_CHARSET_tis620 1
  10046. | #define HAVE_CHARSET_ucs2 1
  10047. | #define USE_MB 1
  10048. | #define USE_MB_IDENT 1
  10049. | #define HAVE_CHARSET_ujis 1
  10050. | #define USE_MB 1
  10051. | #define USE_MB_IDENT 1
  10052. | #define HAVE_CHARSET_utf8 1
  10053. | #define USE_MB 1
  10054. | #define USE_MB_IDENT 1
  10055. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  10056. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  10057. | #define HAVE_UCA_COLLATIONS 1
  10058. | #define PROTOCOL_VERSION 10
  10059. | #define DOT_FRM_VERSION 6
  10060. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  10061. | #define MACHINE_TYPE "i386"
  10062. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  10063. | #define COMMUNITY_SERVER 1
  10064. | #define ENABLED_PROFILING 1
  10065. | #define HAVE_DIRENT_H 1
  10066. | #define STDC_HEADERS 1
  10067. | #define HAVE_SYS_WAIT_H 1
  10068. | #define HAVE_FCNTL_H 1
  10069. | #define HAVE_FENV_H 1
  10070. | #define HAVE_FLOAT_H 1
  10071. | #define HAVE_LIMITS_H 1
  10072. | #define HAVE_MEMORY_H 1
  10073. | #define HAVE_PWD_H 1
  10074. | #define HAVE_STDLIB_H 1
  10075. | #define HAVE_STDDEF_H 1
  10076. | #define HAVE_STRINGS_H 1
  10077. | #define HAVE_STRING_H 1
  10078. | #define HAVE_SYS_MMAN_H 1
  10079. | #define HAVE_SYS_SOCKET_H 1
  10080. | #define HAVE_NETINET_IN_H 1
  10081. | #define HAVE_ARPA_INET_H 1
  10082. | #define HAVE_SYS_TIMEB_H 1
  10083. | #define HAVE_SYS_TYPES_H 1
  10084. | #define HAVE_SYS_UN_H 1
  10085. | #define HAVE_SYS_VADVISE_H 1
  10086. | #define HAVE_SYS_WAIT_H 1
  10087. | #define HAVE_TERM_H 1
  10088. | #define HAVE_UNISTD_H 1
  10089. | #define HAVE_UTIME_H 1
  10090. | #define HAVE_TERMIOS_H 1
  10091. | #define HAVE_SCHED_H 1
  10092. | #define HAVE_ALLOCA_H 1
  10093. | #define HAVE_SYS_IOCTL_H 1
  10094. | #define HAVE_SYS_MALLOC_H 1
  10095. | #define HAVE_SYS_IPC_H 1
  10096. | #define HAVE_SYS_SHM_H 1
  10097. | #define HAVE_SYS_RESOURCE_H 1
  10098. | #define HAVE_SYS_PARAM_H 1
  10099. | #define HAVE_EXECINFO_H 1
  10100. | #define HAVE_LIBM 1
  10101. | #define HAVE_CRYPT 1
  10102. | #define HAVE_SCHED_YIELD 1
  10103. | #define HAVE_COMPRESS 1
  10104. | #define HAVE_UINT 1
  10105. | #define HAVE_IN_ADDR_T 1
  10106. | #define HAVE_LIBPTHREAD 1
  10107. | #define HAVE_STRTOK_R 1
  10108. | #define HAVE_LIBDL 1
  10109. | #define HAVE_DLOPEN 1
  10110. | #define HAVE_DLERROR 1
  10111. | #define HAVE_RESTARTABLE_SYSCALLS 1
  10112. | #define DBUG_OFF 1
  10113. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  10114. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  10115. | #define HAVE_ST_RDEV 1
  10116. | #define TIME_WITH_SYS_TIME 1
  10117. | #define SIZEOF_CHAR 1
  10118. | #define SIZEOF_CHARP 8
  10119. | #define SIZEOF_SHORT 2
  10120. | #define SIZEOF_INT 4
  10121. | #define SIZEOF_LONG 8
  10122. | #define SIZEOF_LONG_LONG 8
  10123. | #define SIZEOF_OFF_T 8
  10124. | #define SIZEOF_TIME_T 8
  10125. | #define AC_APPLE_UNIVERSAL_BUILD 1
  10126. | #define SOCKET_SIZE_TYPE socklen_t
  10127. | #define STRUCT_RLIMIT struct rlimit
  10128. | #define STACK_DIRECTION -1
  10129. | #define HAVE_ALLOCA 1
  10130. | #define HAVE_ALLOCA 1
  10131. | #define HAVE_TZNAME 1
  10132. | #define HAVE_BOOL 1
  10133. | #define HAVE_OFF_T 1
  10134. | #define HAVE_SIZE_T 1
  10135. | #define HAVE_U_INT32_T 1
  10136. | #define HAVE_SYS_CDEFS_H 1
  10137. | #define HAVE_ALLOCA_H 1
  10138. | #define HAVE_ALLOCA 1
  10139. | #define RETSIGTYPE void
  10140. | #define HAVE_REGCOMP 1
  10141. | #define HAVE_STRDUP 1
  10142. | #define HAVE_VIS_H 1
  10143. | #define HAVE_STRLCAT 1
  10144. | #define HAVE_STRLCPY 1
  10145. | #define HAVE_ISSETUGID 1
  10146. | #define HAVE_FGETLN 1
  10147. | #define HAVE_FLOCKFILE 1
  10148. | #define HAVE_STDARG_H 1
  10149. | #define HAVE_DIRENT_H 1
  10150. | #define HAVE_LOCALE_H 1
  10151. | #define HAVE_SYS_DIR_H 1
  10152. | #define HAVE_SYS_FILE_H 1
  10153. | /* end confdefs.h.  */
  10154. | #include <sys/ptem.h>
  10155. configure:33914: result: no
  10156. configure:33942: checking for sys/ptem.h
  10157. configure:33951: result: no
  10158. configure:33836: checking sys/pte.h usability
  10159. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  10160. conftest.c:193:21: error: sys/pte.h: No such file or directory
  10161. configure:33860: $? = 1
  10162. configure: failed program was:
  10163. | /* confdefs.h.  */
  10164. | #define PACKAGE_NAME "MySQL Server"
  10165. | #define PACKAGE_TARNAME "mysql"
  10166. | #define PACKAGE_VERSION "5.1.57"
  10167. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  10168. | #define PACKAGE_BUGREPORT ""
  10169. | #define PACKAGE "mysql"
  10170. | #define VERSION "5.1.57"
  10171. | #define STDC_HEADERS 1
  10172. | #define HAVE_SYS_TYPES_H 1
  10173. | #define HAVE_SYS_STAT_H 1
  10174. | #define HAVE_STDLIB_H 1
  10175. | #define HAVE_STRING_H 1
  10176. | #define HAVE_MEMORY_H 1
  10177. | #define HAVE_STRINGS_H 1
  10178. | #define HAVE_INTTYPES_H 1
  10179. | #define HAVE_STDINT_H 1
  10180. | #define HAVE_UNISTD_H 1
  10181. | #define HAVE_DLFCN_H 1
  10182. | #define LT_OBJDIR ".libs/"
  10183. | #define DEFINE_ALL_CHARACTER_SETS 1
  10184. | #define HAVE_CHARSET_latin1 1
  10185. | #define HAVE_CHARSET_latin1 1
  10186. | #define HAVE_CHARSET_utf8 1
  10187. | #define USE_MB 1
  10188. | #define USE_MB_IDENT 1
  10189. | #define HAVE_CHARSET_big5 1
  10190. | #define USE_MB 1
  10191. | #define USE_MB_IDENT 1
  10192. | #define HAVE_CHARSET_cp1250 1
  10193. | #define HAVE_CHARSET_cp932 1
  10194. | #define USE_MB 1
  10195. | #define USE_MB_IDENT 1
  10196. | #define HAVE_CHARSET_eucjpms 1
  10197. | #define USE_MB 1
  10198. | #define USE_MB_IDENT 1
  10199. | #define HAVE_CHARSET_euckr 1
  10200. | #define USE_MB 1
  10201. | #define USE_MB_IDENT 1
  10202. | #define HAVE_CHARSET_gb2312 1
  10203. | #define USE_MB 1
  10204. | #define USE_MB_IDENT 1
  10205. | #define HAVE_CHARSET_gbk 1
  10206. | #define USE_MB 1
  10207. | #define USE_MB_IDENT 1
  10208. | #define HAVE_CHARSET_latin1 1
  10209. | #define HAVE_CHARSET_latin2 1
  10210. | #define HAVE_CHARSET_sjis 1
  10211. | #define USE_MB 1
  10212. | #define USE_MB_IDENT 1
  10213. | #define HAVE_CHARSET_tis620 1
  10214. | #define HAVE_CHARSET_ucs2 1
  10215. | #define USE_MB 1
  10216. | #define USE_MB_IDENT 1
  10217. | #define HAVE_CHARSET_ujis 1
  10218. | #define USE_MB 1
  10219. | #define USE_MB_IDENT 1
  10220. | #define HAVE_CHARSET_utf8 1
  10221. | #define USE_MB 1
  10222. | #define USE_MB_IDENT 1
  10223. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  10224. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  10225. | #define HAVE_UCA_COLLATIONS 1
  10226. | #define PROTOCOL_VERSION 10
  10227. | #define DOT_FRM_VERSION 6
  10228. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  10229. | #define MACHINE_TYPE "i386"
  10230. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  10231. | #define COMMUNITY_SERVER 1
  10232. | #define ENABLED_PROFILING 1
  10233. | #define HAVE_DIRENT_H 1
  10234. | #define STDC_HEADERS 1
  10235. | #define HAVE_SYS_WAIT_H 1
  10236. | #define HAVE_FCNTL_H 1
  10237. | #define HAVE_FENV_H 1
  10238. | #define HAVE_FLOAT_H 1
  10239. | #define HAVE_LIMITS_H 1
  10240. | #define HAVE_MEMORY_H 1
  10241. | #define HAVE_PWD_H 1
  10242. | #define HAVE_STDLIB_H 1
  10243. | #define HAVE_STDDEF_H 1
  10244. | #define HAVE_STRINGS_H 1
  10245. | #define HAVE_STRING_H 1
  10246. | #define HAVE_SYS_MMAN_H 1
  10247. | #define HAVE_SYS_SOCKET_H 1
  10248. | #define HAVE_NETINET_IN_H 1
  10249. | #define HAVE_ARPA_INET_H 1
  10250. | #define HAVE_SYS_TIMEB_H 1
  10251. | #define HAVE_SYS_TYPES_H 1
  10252. | #define HAVE_SYS_UN_H 1
  10253. | #define HAVE_SYS_VADVISE_H 1
  10254. | #define HAVE_SYS_WAIT_H 1
  10255. | #define HAVE_TERM_H 1
  10256. | #define HAVE_UNISTD_H 1
  10257. | #define HAVE_UTIME_H 1
  10258. | #define HAVE_TERMIOS_H 1
  10259. | #define HAVE_SCHED_H 1
  10260. | #define HAVE_ALLOCA_H 1
  10261. | #define HAVE_SYS_IOCTL_H 1
  10262. | #define HAVE_SYS_MALLOC_H 1
  10263. | #define HAVE_SYS_IPC_H 1
  10264. | #define HAVE_SYS_SHM_H 1
  10265. | #define HAVE_SYS_RESOURCE_H 1
  10266. | #define HAVE_SYS_PARAM_H 1
  10267. | #define HAVE_EXECINFO_H 1
  10268. | #define HAVE_LIBM 1
  10269. | #define HAVE_CRYPT 1
  10270. | #define HAVE_SCHED_YIELD 1
  10271. | #define HAVE_COMPRESS 1
  10272. | #define HAVE_UINT 1
  10273. | #define HAVE_IN_ADDR_T 1
  10274. | #define HAVE_LIBPTHREAD 1
  10275. | #define HAVE_STRTOK_R 1
  10276. | #define HAVE_LIBDL 1
  10277. | #define HAVE_DLOPEN 1
  10278. | #define HAVE_DLERROR 1
  10279. | #define HAVE_RESTARTABLE_SYSCALLS 1
  10280. | #define DBUG_OFF 1
  10281. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  10282. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  10283. | #define HAVE_ST_RDEV 1
  10284. | #define TIME_WITH_SYS_TIME 1
  10285. | #define SIZEOF_CHAR 1
  10286. | #define SIZEOF_CHARP 8
  10287. | #define SIZEOF_SHORT 2
  10288. | #define SIZEOF_INT 4
  10289. | #define SIZEOF_LONG 8
  10290. | #define SIZEOF_LONG_LONG 8
  10291. | #define SIZEOF_OFF_T 8
  10292. | #define SIZEOF_TIME_T 8
  10293. | #define AC_APPLE_UNIVERSAL_BUILD 1
  10294. | #define SOCKET_SIZE_TYPE socklen_t
  10295. | #define STRUCT_RLIMIT struct rlimit
  10296. | #define STACK_DIRECTION -1
  10297. | #define HAVE_ALLOCA 1
  10298. | #define HAVE_ALLOCA 1
  10299. | #define HAVE_TZNAME 1
  10300. | #define HAVE_BOOL 1
  10301. | #define HAVE_OFF_T 1
  10302. | #define HAVE_SIZE_T 1
  10303. | #define HAVE_U_INT32_T 1
  10304. | #define HAVE_SYS_CDEFS_H 1
  10305. | #define HAVE_ALLOCA_H 1
  10306. | #define HAVE_ALLOCA 1
  10307. | #define RETSIGTYPE void
  10308. | #define HAVE_REGCOMP 1
  10309. | #define HAVE_STRDUP 1
  10310. | #define HAVE_VIS_H 1
  10311. | #define HAVE_STRLCAT 1
  10312. | #define HAVE_STRLCPY 1
  10313. | #define HAVE_ISSETUGID 1
  10314. | #define HAVE_FGETLN 1
  10315. | #define HAVE_FLOCKFILE 1
  10316. | #define HAVE_STDARG_H 1
  10317. | #define HAVE_DIRENT_H 1
  10318. | #define HAVE_LOCALE_H 1
  10319. | #define HAVE_SYS_DIR_H 1
  10320. | #define HAVE_SYS_FILE_H 1
  10321. | /* end confdefs.h.  */
  10322. | #include <stdio.h>
  10323. | #ifdef HAVE_SYS_TYPES_H
  10324. | # include <sys/types.h>
  10325. | #endif
  10326. | #ifdef HAVE_SYS_STAT_H
  10327. | # include <sys/stat.h>
  10328. | #endif
  10329. | #ifdef STDC_HEADERS
  10330. | # include <stdlib.h>
  10331. | # include <stddef.h>
  10332. | #else
  10333. | # ifdef HAVE_STDLIB_H
  10334. | #  include <stdlib.h>
  10335. | # endif
  10336. | #endif
  10337. | #ifdef HAVE_STRING_H
  10338. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  10339. | #  include <memory.h>
  10340. | # endif
  10341. | # include <string.h>
  10342. | #endif
  10343. | #ifdef HAVE_STRINGS_H
  10344. | # include <strings.h>
  10345. | #endif
  10346. | #ifdef HAVE_INTTYPES_H
  10347. | # include <inttypes.h>
  10348. | #endif
  10349. | #ifdef HAVE_STDINT_H
  10350. | # include <stdint.h>
  10351. | #endif
  10352. | #ifdef HAVE_UNISTD_H
  10353. | # include <unistd.h>
  10354. | #endif
  10355. | #include <sys/pte.h>
  10356. configure:33874: result: no
  10357. configure:33878: checking sys/pte.h presence
  10358. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  10359. conftest.c:160:21: error: sys/pte.h: No such file or directory
  10360. configure:33900: $? = 1
  10361. configure: failed program was:
  10362. | /* confdefs.h.  */
  10363. | #define PACKAGE_NAME "MySQL Server"
  10364. | #define PACKAGE_TARNAME "mysql"
  10365. | #define PACKAGE_VERSION "5.1.57"
  10366. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  10367. | #define PACKAGE_BUGREPORT ""
  10368. | #define PACKAGE "mysql"
  10369. | #define VERSION "5.1.57"
  10370. | #define STDC_HEADERS 1
  10371. | #define HAVE_SYS_TYPES_H 1
  10372. | #define HAVE_SYS_STAT_H 1
  10373. | #define HAVE_STDLIB_H 1
  10374. | #define HAVE_STRING_H 1
  10375. | #define HAVE_MEMORY_H 1
  10376. | #define HAVE_STRINGS_H 1
  10377. | #define HAVE_INTTYPES_H 1
  10378. | #define HAVE_STDINT_H 1
  10379. | #define HAVE_UNISTD_H 1
  10380. | #define HAVE_DLFCN_H 1
  10381. | #define LT_OBJDIR ".libs/"
  10382. | #define DEFINE_ALL_CHARACTER_SETS 1
  10383. | #define HAVE_CHARSET_latin1 1
  10384. | #define HAVE_CHARSET_latin1 1
  10385. | #define HAVE_CHARSET_utf8 1
  10386. | #define USE_MB 1
  10387. | #define USE_MB_IDENT 1
  10388. | #define HAVE_CHARSET_big5 1
  10389. | #define USE_MB 1
  10390. | #define USE_MB_IDENT 1
  10391. | #define HAVE_CHARSET_cp1250 1
  10392. | #define HAVE_CHARSET_cp932 1
  10393. | #define USE_MB 1
  10394. | #define USE_MB_IDENT 1
  10395. | #define HAVE_CHARSET_eucjpms 1
  10396. | #define USE_MB 1
  10397. | #define USE_MB_IDENT 1
  10398. | #define HAVE_CHARSET_euckr 1
  10399. | #define USE_MB 1
  10400. | #define USE_MB_IDENT 1
  10401. | #define HAVE_CHARSET_gb2312 1
  10402. | #define USE_MB 1
  10403. | #define USE_MB_IDENT 1
  10404. | #define HAVE_CHARSET_gbk 1
  10405. | #define USE_MB 1
  10406. | #define USE_MB_IDENT 1
  10407. | #define HAVE_CHARSET_latin1 1
  10408. | #define HAVE_CHARSET_latin2 1
  10409. | #define HAVE_CHARSET_sjis 1
  10410. | #define USE_MB 1
  10411. | #define USE_MB_IDENT 1
  10412. | #define HAVE_CHARSET_tis620 1
  10413. | #define HAVE_CHARSET_ucs2 1
  10414. | #define USE_MB 1
  10415. | #define USE_MB_IDENT 1
  10416. | #define HAVE_CHARSET_ujis 1
  10417. | #define USE_MB 1
  10418. | #define USE_MB_IDENT 1
  10419. | #define HAVE_CHARSET_utf8 1
  10420. | #define USE_MB 1
  10421. | #define USE_MB_IDENT 1
  10422. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  10423. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  10424. | #define HAVE_UCA_COLLATIONS 1
  10425. | #define PROTOCOL_VERSION 10
  10426. | #define DOT_FRM_VERSION 6
  10427. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  10428. | #define MACHINE_TYPE "i386"
  10429. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  10430. | #define COMMUNITY_SERVER 1
  10431. | #define ENABLED_PROFILING 1
  10432. | #define HAVE_DIRENT_H 1
  10433. | #define STDC_HEADERS 1
  10434. | #define HAVE_SYS_WAIT_H 1
  10435. | #define HAVE_FCNTL_H 1
  10436. | #define HAVE_FENV_H 1
  10437. | #define HAVE_FLOAT_H 1
  10438. | #define HAVE_LIMITS_H 1
  10439. | #define HAVE_MEMORY_H 1
  10440. | #define HAVE_PWD_H 1
  10441. | #define HAVE_STDLIB_H 1
  10442. | #define HAVE_STDDEF_H 1
  10443. | #define HAVE_STRINGS_H 1
  10444. | #define HAVE_STRING_H 1
  10445. | #define HAVE_SYS_MMAN_H 1
  10446. | #define HAVE_SYS_SOCKET_H 1
  10447. | #define HAVE_NETINET_IN_H 1
  10448. | #define HAVE_ARPA_INET_H 1
  10449. | #define HAVE_SYS_TIMEB_H 1
  10450. | #define HAVE_SYS_TYPES_H 1
  10451. | #define HAVE_SYS_UN_H 1
  10452. | #define HAVE_SYS_VADVISE_H 1
  10453. | #define HAVE_SYS_WAIT_H 1
  10454. | #define HAVE_TERM_H 1
  10455. | #define HAVE_UNISTD_H 1
  10456. | #define HAVE_UTIME_H 1
  10457. | #define HAVE_TERMIOS_H 1
  10458. | #define HAVE_SCHED_H 1
  10459. | #define HAVE_ALLOCA_H 1
  10460. | #define HAVE_SYS_IOCTL_H 1
  10461. | #define HAVE_SYS_MALLOC_H 1
  10462. | #define HAVE_SYS_IPC_H 1
  10463. | #define HAVE_SYS_SHM_H 1
  10464. | #define HAVE_SYS_RESOURCE_H 1
  10465. | #define HAVE_SYS_PARAM_H 1
  10466. | #define HAVE_EXECINFO_H 1
  10467. | #define HAVE_LIBM 1
  10468. | #define HAVE_CRYPT 1
  10469. | #define HAVE_SCHED_YIELD 1
  10470. | #define HAVE_COMPRESS 1
  10471. | #define HAVE_UINT 1
  10472. | #define HAVE_IN_ADDR_T 1
  10473. | #define HAVE_LIBPTHREAD 1
  10474. | #define HAVE_STRTOK_R 1
  10475. | #define HAVE_LIBDL 1
  10476. | #define HAVE_DLOPEN 1
  10477. | #define HAVE_DLERROR 1
  10478. | #define HAVE_RESTARTABLE_SYSCALLS 1
  10479. | #define DBUG_OFF 1
  10480. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  10481. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  10482. | #define HAVE_ST_RDEV 1
  10483. | #define TIME_WITH_SYS_TIME 1
  10484. | #define SIZEOF_CHAR 1
  10485. | #define SIZEOF_CHARP 8
  10486. | #define SIZEOF_SHORT 2
  10487. | #define SIZEOF_INT 4
  10488. | #define SIZEOF_LONG 8
  10489. | #define SIZEOF_LONG_LONG 8
  10490. | #define SIZEOF_OFF_T 8
  10491. | #define SIZEOF_TIME_T 8
  10492. | #define AC_APPLE_UNIVERSAL_BUILD 1
  10493. | #define SOCKET_SIZE_TYPE socklen_t
  10494. | #define STRUCT_RLIMIT struct rlimit
  10495. | #define STACK_DIRECTION -1
  10496. | #define HAVE_ALLOCA 1
  10497. | #define HAVE_ALLOCA 1
  10498. | #define HAVE_TZNAME 1
  10499. | #define HAVE_BOOL 1
  10500. | #define HAVE_OFF_T 1
  10501. | #define HAVE_SIZE_T 1
  10502. | #define HAVE_U_INT32_T 1
  10503. | #define HAVE_SYS_CDEFS_H 1
  10504. | #define HAVE_ALLOCA_H 1
  10505. | #define HAVE_ALLOCA 1
  10506. | #define RETSIGTYPE void
  10507. | #define HAVE_REGCOMP 1
  10508. | #define HAVE_STRDUP 1
  10509. | #define HAVE_VIS_H 1
  10510. | #define HAVE_STRLCAT 1
  10511. | #define HAVE_STRLCPY 1
  10512. | #define HAVE_ISSETUGID 1
  10513. | #define HAVE_FGETLN 1
  10514. | #define HAVE_FLOCKFILE 1
  10515. | #define HAVE_STDARG_H 1
  10516. | #define HAVE_DIRENT_H 1
  10517. | #define HAVE_LOCALE_H 1
  10518. | #define HAVE_SYS_DIR_H 1
  10519. | #define HAVE_SYS_FILE_H 1
  10520. | /* end confdefs.h.  */
  10521. | #include <sys/pte.h>
  10522. configure:33914: result: no
  10523. configure:33942: checking for sys/pte.h
  10524. configure:33951: result: no
  10525. configure:33836: checking sys/select.h usability
  10526. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  10527. configure:33860: $? = 0
  10528. configure:33874: result: yes
  10529. configure:33878: checking sys/select.h presence
  10530. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  10531. configure:33900: $? = 0
  10532. configure:33914: result: yes
  10533. configure:33942: checking for sys/select.h
  10534. configure:33951: result: yes
  10535. configure:33836: checking sys/stream.h usability
  10536. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  10537. conftest.c:194:24: error: sys/stream.h: No such file or directory
  10538. configure:33860: $? = 1
  10539. configure: failed program was:
  10540. | /* confdefs.h.  */
  10541. | #define PACKAGE_NAME "MySQL Server"
  10542. | #define PACKAGE_TARNAME "mysql"
  10543. | #define PACKAGE_VERSION "5.1.57"
  10544. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  10545. | #define PACKAGE_BUGREPORT ""
  10546. | #define PACKAGE "mysql"
  10547. | #define VERSION "5.1.57"
  10548. | #define STDC_HEADERS 1
  10549. | #define HAVE_SYS_TYPES_H 1
  10550. | #define HAVE_SYS_STAT_H 1
  10551. | #define HAVE_STDLIB_H 1
  10552. | #define HAVE_STRING_H 1
  10553. | #define HAVE_MEMORY_H 1
  10554. | #define HAVE_STRINGS_H 1
  10555. | #define HAVE_INTTYPES_H 1
  10556. | #define HAVE_STDINT_H 1
  10557. | #define HAVE_UNISTD_H 1
  10558. | #define HAVE_DLFCN_H 1
  10559. | #define LT_OBJDIR ".libs/"
  10560. | #define DEFINE_ALL_CHARACTER_SETS 1
  10561. | #define HAVE_CHARSET_latin1 1
  10562. | #define HAVE_CHARSET_latin1 1
  10563. | #define HAVE_CHARSET_utf8 1
  10564. | #define USE_MB 1
  10565. | #define USE_MB_IDENT 1
  10566. | #define HAVE_CHARSET_big5 1
  10567. | #define USE_MB 1
  10568. | #define USE_MB_IDENT 1
  10569. | #define HAVE_CHARSET_cp1250 1
  10570. | #define HAVE_CHARSET_cp932 1
  10571. | #define USE_MB 1
  10572. | #define USE_MB_IDENT 1
  10573. | #define HAVE_CHARSET_eucjpms 1
  10574. | #define USE_MB 1
  10575. | #define USE_MB_IDENT 1
  10576. | #define HAVE_CHARSET_euckr 1
  10577. | #define USE_MB 1
  10578. | #define USE_MB_IDENT 1
  10579. | #define HAVE_CHARSET_gb2312 1
  10580. | #define USE_MB 1
  10581. | #define USE_MB_IDENT 1
  10582. | #define HAVE_CHARSET_gbk 1
  10583. | #define USE_MB 1
  10584. | #define USE_MB_IDENT 1
  10585. | #define HAVE_CHARSET_latin1 1
  10586. | #define HAVE_CHARSET_latin2 1
  10587. | #define HAVE_CHARSET_sjis 1
  10588. | #define USE_MB 1
  10589. | #define USE_MB_IDENT 1
  10590. | #define HAVE_CHARSET_tis620 1
  10591. | #define HAVE_CHARSET_ucs2 1
  10592. | #define USE_MB 1
  10593. | #define USE_MB_IDENT 1
  10594. | #define HAVE_CHARSET_ujis 1
  10595. | #define USE_MB 1
  10596. | #define USE_MB_IDENT 1
  10597. | #define HAVE_CHARSET_utf8 1
  10598. | #define USE_MB 1
  10599. | #define USE_MB_IDENT 1
  10600. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  10601. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  10602. | #define HAVE_UCA_COLLATIONS 1
  10603. | #define PROTOCOL_VERSION 10
  10604. | #define DOT_FRM_VERSION 6
  10605. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  10606. | #define MACHINE_TYPE "i386"
  10607. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  10608. | #define COMMUNITY_SERVER 1
  10609. | #define ENABLED_PROFILING 1
  10610. | #define HAVE_DIRENT_H 1
  10611. | #define STDC_HEADERS 1
  10612. | #define HAVE_SYS_WAIT_H 1
  10613. | #define HAVE_FCNTL_H 1
  10614. | #define HAVE_FENV_H 1
  10615. | #define HAVE_FLOAT_H 1
  10616. | #define HAVE_LIMITS_H 1
  10617. | #define HAVE_MEMORY_H 1
  10618. | #define HAVE_PWD_H 1
  10619. | #define HAVE_STDLIB_H 1
  10620. | #define HAVE_STDDEF_H 1
  10621. | #define HAVE_STRINGS_H 1
  10622. | #define HAVE_STRING_H 1
  10623. | #define HAVE_SYS_MMAN_H 1
  10624. | #define HAVE_SYS_SOCKET_H 1
  10625. | #define HAVE_NETINET_IN_H 1
  10626. | #define HAVE_ARPA_INET_H 1
  10627. | #define HAVE_SYS_TIMEB_H 1
  10628. | #define HAVE_SYS_TYPES_H 1
  10629. | #define HAVE_SYS_UN_H 1
  10630. | #define HAVE_SYS_VADVISE_H 1
  10631. | #define HAVE_SYS_WAIT_H 1
  10632. | #define HAVE_TERM_H 1
  10633. | #define HAVE_UNISTD_H 1
  10634. | #define HAVE_UTIME_H 1
  10635. | #define HAVE_TERMIOS_H 1
  10636. | #define HAVE_SCHED_H 1
  10637. | #define HAVE_ALLOCA_H 1
  10638. | #define HAVE_SYS_IOCTL_H 1
  10639. | #define HAVE_SYS_MALLOC_H 1
  10640. | #define HAVE_SYS_IPC_H 1
  10641. | #define HAVE_SYS_SHM_H 1
  10642. | #define HAVE_SYS_RESOURCE_H 1
  10643. | #define HAVE_SYS_PARAM_H 1
  10644. | #define HAVE_EXECINFO_H 1
  10645. | #define HAVE_LIBM 1
  10646. | #define HAVE_CRYPT 1
  10647. | #define HAVE_SCHED_YIELD 1
  10648. | #define HAVE_COMPRESS 1
  10649. | #define HAVE_UINT 1
  10650. | #define HAVE_IN_ADDR_T 1
  10651. | #define HAVE_LIBPTHREAD 1
  10652. | #define HAVE_STRTOK_R 1
  10653. | #define HAVE_LIBDL 1
  10654. | #define HAVE_DLOPEN 1
  10655. | #define HAVE_DLERROR 1
  10656. | #define HAVE_RESTARTABLE_SYSCALLS 1
  10657. | #define DBUG_OFF 1
  10658. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  10659. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  10660. | #define HAVE_ST_RDEV 1
  10661. | #define TIME_WITH_SYS_TIME 1
  10662. | #define SIZEOF_CHAR 1
  10663. | #define SIZEOF_CHARP 8
  10664. | #define SIZEOF_SHORT 2
  10665. | #define SIZEOF_INT 4
  10666. | #define SIZEOF_LONG 8
  10667. | #define SIZEOF_LONG_LONG 8
  10668. | #define SIZEOF_OFF_T 8
  10669. | #define SIZEOF_TIME_T 8
  10670. | #define AC_APPLE_UNIVERSAL_BUILD 1
  10671. | #define SOCKET_SIZE_TYPE socklen_t
  10672. | #define STRUCT_RLIMIT struct rlimit
  10673. | #define STACK_DIRECTION -1
  10674. | #define HAVE_ALLOCA 1
  10675. | #define HAVE_ALLOCA 1
  10676. | #define HAVE_TZNAME 1
  10677. | #define HAVE_BOOL 1
  10678. | #define HAVE_OFF_T 1
  10679. | #define HAVE_SIZE_T 1
  10680. | #define HAVE_U_INT32_T 1
  10681. | #define HAVE_SYS_CDEFS_H 1
  10682. | #define HAVE_ALLOCA_H 1
  10683. | #define HAVE_ALLOCA 1
  10684. | #define RETSIGTYPE void
  10685. | #define HAVE_REGCOMP 1
  10686. | #define HAVE_STRDUP 1
  10687. | #define HAVE_VIS_H 1
  10688. | #define HAVE_STRLCAT 1
  10689. | #define HAVE_STRLCPY 1
  10690. | #define HAVE_ISSETUGID 1
  10691. | #define HAVE_FGETLN 1
  10692. | #define HAVE_FLOCKFILE 1
  10693. | #define HAVE_STDARG_H 1
  10694. | #define HAVE_DIRENT_H 1
  10695. | #define HAVE_LOCALE_H 1
  10696. | #define HAVE_SYS_DIR_H 1
  10697. | #define HAVE_SYS_FILE_H 1
  10698. | #define HAVE_SYS_SELECT_H 1
  10699. | /* end confdefs.h.  */
  10700. | #include <stdio.h>
  10701. | #ifdef HAVE_SYS_TYPES_H
  10702. | # include <sys/types.h>
  10703. | #endif
  10704. | #ifdef HAVE_SYS_STAT_H
  10705. | # include <sys/stat.h>
  10706. | #endif
  10707. | #ifdef STDC_HEADERS
  10708. | # include <stdlib.h>
  10709. | # include <stddef.h>
  10710. | #else
  10711. | # ifdef HAVE_STDLIB_H
  10712. | #  include <stdlib.h>
  10713. | # endif
  10714. | #endif
  10715. | #ifdef HAVE_STRING_H
  10716. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  10717. | #  include <memory.h>
  10718. | # endif
  10719. | # include <string.h>
  10720. | #endif
  10721. | #ifdef HAVE_STRINGS_H
  10722. | # include <strings.h>
  10723. | #endif
  10724. | #ifdef HAVE_INTTYPES_H
  10725. | # include <inttypes.h>
  10726. | #endif
  10727. | #ifdef HAVE_STDINT_H
  10728. | # include <stdint.h>
  10729. | #endif
  10730. | #ifdef HAVE_UNISTD_H
  10731. | # include <unistd.h>
  10732. | #endif
  10733. | #include <sys/stream.h>
  10734. configure:33874: result: no
  10735. configure:33878: checking sys/stream.h presence
  10736. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  10737. conftest.c:161:24: error: sys/stream.h: No such file or directory
  10738. configure:33900: $? = 1
  10739. configure: failed program was:
  10740. | /* confdefs.h.  */
  10741. | #define PACKAGE_NAME "MySQL Server"
  10742. | #define PACKAGE_TARNAME "mysql"
  10743. | #define PACKAGE_VERSION "5.1.57"
  10744. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  10745. | #define PACKAGE_BUGREPORT ""
  10746. | #define PACKAGE "mysql"
  10747. | #define VERSION "5.1.57"
  10748. | #define STDC_HEADERS 1
  10749. | #define HAVE_SYS_TYPES_H 1
  10750. | #define HAVE_SYS_STAT_H 1
  10751. | #define HAVE_STDLIB_H 1
  10752. | #define HAVE_STRING_H 1
  10753. | #define HAVE_MEMORY_H 1
  10754. | #define HAVE_STRINGS_H 1
  10755. | #define HAVE_INTTYPES_H 1
  10756. | #define HAVE_STDINT_H 1
  10757. | #define HAVE_UNISTD_H 1
  10758. | #define HAVE_DLFCN_H 1
  10759. | #define LT_OBJDIR ".libs/"
  10760. | #define DEFINE_ALL_CHARACTER_SETS 1
  10761. | #define HAVE_CHARSET_latin1 1
  10762. | #define HAVE_CHARSET_latin1 1
  10763. | #define HAVE_CHARSET_utf8 1
  10764. | #define USE_MB 1
  10765. | #define USE_MB_IDENT 1
  10766. | #define HAVE_CHARSET_big5 1
  10767. | #define USE_MB 1
  10768. | #define USE_MB_IDENT 1
  10769. | #define HAVE_CHARSET_cp1250 1
  10770. | #define HAVE_CHARSET_cp932 1
  10771. | #define USE_MB 1
  10772. | #define USE_MB_IDENT 1
  10773. | #define HAVE_CHARSET_eucjpms 1
  10774. | #define USE_MB 1
  10775. | #define USE_MB_IDENT 1
  10776. | #define HAVE_CHARSET_euckr 1
  10777. | #define USE_MB 1
  10778. | #define USE_MB_IDENT 1
  10779. | #define HAVE_CHARSET_gb2312 1
  10780. | #define USE_MB 1
  10781. | #define USE_MB_IDENT 1
  10782. | #define HAVE_CHARSET_gbk 1
  10783. | #define USE_MB 1
  10784. | #define USE_MB_IDENT 1
  10785. | #define HAVE_CHARSET_latin1 1
  10786. | #define HAVE_CHARSET_latin2 1
  10787. | #define HAVE_CHARSET_sjis 1
  10788. | #define USE_MB 1
  10789. | #define USE_MB_IDENT 1
  10790. | #define HAVE_CHARSET_tis620 1
  10791. | #define HAVE_CHARSET_ucs2 1
  10792. | #define USE_MB 1
  10793. | #define USE_MB_IDENT 1
  10794. | #define HAVE_CHARSET_ujis 1
  10795. | #define USE_MB 1
  10796. | #define USE_MB_IDENT 1
  10797. | #define HAVE_CHARSET_utf8 1
  10798. | #define USE_MB 1
  10799. | #define USE_MB_IDENT 1
  10800. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  10801. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  10802. | #define HAVE_UCA_COLLATIONS 1
  10803. | #define PROTOCOL_VERSION 10
  10804. | #define DOT_FRM_VERSION 6
  10805. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  10806. | #define MACHINE_TYPE "i386"
  10807. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  10808. | #define COMMUNITY_SERVER 1
  10809. | #define ENABLED_PROFILING 1
  10810. | #define HAVE_DIRENT_H 1
  10811. | #define STDC_HEADERS 1
  10812. | #define HAVE_SYS_WAIT_H 1
  10813. | #define HAVE_FCNTL_H 1
  10814. | #define HAVE_FENV_H 1
  10815. | #define HAVE_FLOAT_H 1
  10816. | #define HAVE_LIMITS_H 1
  10817. | #define HAVE_MEMORY_H 1
  10818. | #define HAVE_PWD_H 1
  10819. | #define HAVE_STDLIB_H 1
  10820. | #define HAVE_STDDEF_H 1
  10821. | #define HAVE_STRINGS_H 1
  10822. | #define HAVE_STRING_H 1
  10823. | #define HAVE_SYS_MMAN_H 1
  10824. | #define HAVE_SYS_SOCKET_H 1
  10825. | #define HAVE_NETINET_IN_H 1
  10826. | #define HAVE_ARPA_INET_H 1
  10827. | #define HAVE_SYS_TIMEB_H 1
  10828. | #define HAVE_SYS_TYPES_H 1
  10829. | #define HAVE_SYS_UN_H 1
  10830. | #define HAVE_SYS_VADVISE_H 1
  10831. | #define HAVE_SYS_WAIT_H 1
  10832. | #define HAVE_TERM_H 1
  10833. | #define HAVE_UNISTD_H 1
  10834. | #define HAVE_UTIME_H 1
  10835. | #define HAVE_TERMIOS_H 1
  10836. | #define HAVE_SCHED_H 1
  10837. | #define HAVE_ALLOCA_H 1
  10838. | #define HAVE_SYS_IOCTL_H 1
  10839. | #define HAVE_SYS_MALLOC_H 1
  10840. | #define HAVE_SYS_IPC_H 1
  10841. | #define HAVE_SYS_SHM_H 1
  10842. | #define HAVE_SYS_RESOURCE_H 1
  10843. | #define HAVE_SYS_PARAM_H 1
  10844. | #define HAVE_EXECINFO_H 1
  10845. | #define HAVE_LIBM 1
  10846. | #define HAVE_CRYPT 1
  10847. | #define HAVE_SCHED_YIELD 1
  10848. | #define HAVE_COMPRESS 1
  10849. | #define HAVE_UINT 1
  10850. | #define HAVE_IN_ADDR_T 1
  10851. | #define HAVE_LIBPTHREAD 1
  10852. | #define HAVE_STRTOK_R 1
  10853. | #define HAVE_LIBDL 1
  10854. | #define HAVE_DLOPEN 1
  10855. | #define HAVE_DLERROR 1
  10856. | #define HAVE_RESTARTABLE_SYSCALLS 1
  10857. | #define DBUG_OFF 1
  10858. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  10859. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  10860. | #define HAVE_ST_RDEV 1
  10861. | #define TIME_WITH_SYS_TIME 1
  10862. | #define SIZEOF_CHAR 1
  10863. | #define SIZEOF_CHARP 8
  10864. | #define SIZEOF_SHORT 2
  10865. | #define SIZEOF_INT 4
  10866. | #define SIZEOF_LONG 8
  10867. | #define SIZEOF_LONG_LONG 8
  10868. | #define SIZEOF_OFF_T 8
  10869. | #define SIZEOF_TIME_T 8
  10870. | #define AC_APPLE_UNIVERSAL_BUILD 1
  10871. | #define SOCKET_SIZE_TYPE socklen_t
  10872. | #define STRUCT_RLIMIT struct rlimit
  10873. | #define STACK_DIRECTION -1
  10874. | #define HAVE_ALLOCA 1
  10875. | #define HAVE_ALLOCA 1
  10876. | #define HAVE_TZNAME 1
  10877. | #define HAVE_BOOL 1
  10878. | #define HAVE_OFF_T 1
  10879. | #define HAVE_SIZE_T 1
  10880. | #define HAVE_U_INT32_T 1
  10881. | #define HAVE_SYS_CDEFS_H 1
  10882. | #define HAVE_ALLOCA_H 1
  10883. | #define HAVE_ALLOCA 1
  10884. | #define RETSIGTYPE void
  10885. | #define HAVE_REGCOMP 1
  10886. | #define HAVE_STRDUP 1
  10887. | #define HAVE_VIS_H 1
  10888. | #define HAVE_STRLCAT 1
  10889. | #define HAVE_STRLCPY 1
  10890. | #define HAVE_ISSETUGID 1
  10891. | #define HAVE_FGETLN 1
  10892. | #define HAVE_FLOCKFILE 1
  10893. | #define HAVE_STDARG_H 1
  10894. | #define HAVE_DIRENT_H 1
  10895. | #define HAVE_LOCALE_H 1
  10896. | #define HAVE_SYS_DIR_H 1
  10897. | #define HAVE_SYS_FILE_H 1
  10898. | #define HAVE_SYS_SELECT_H 1
  10899. | /* end confdefs.h.  */
  10900. | #include <sys/stream.h>
  10901. configure:33914: result: no
  10902. configure:33942: checking for sys/stream.h
  10903. configure:33951: result: no
  10904. configure:33825: checking for sys/mman.h
  10905. configure:33832: result: yes
  10906. configure:33836: checking curses.h usability
  10907. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  10908. configure:33860: $? = 0
  10909. configure:33874: result: yes
  10910. configure:33878: checking curses.h presence
  10911. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  10912. configure:33900: $? = 0
  10913. configure:33914: result: yes
  10914. configure:33942: checking for curses.h
  10915. configure:33951: result: yes
  10916. configure:33836: checking termcap.h usability
  10917. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  10918. configure:33860: $? = 0
  10919. configure:33874: result: yes
  10920. configure:33878: checking termcap.h presence
  10921. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  10922. configure:33900: $? = 0
  10923. configure:33914: result: yes
  10924. configure:33942: checking for termcap.h
  10925. configure:33951: result: yes
  10926. configure:33825: checking for termio.h
  10927. configure:33832: result: no
  10928. configure:33836: checking termbits.h usability
  10929. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  10930. conftest.c:197:22: error: termbits.h: No such file or directory
  10931. configure:33860: $? = 1
  10932. configure: failed program was:
  10933. | /* confdefs.h.  */
  10934. | #define PACKAGE_NAME "MySQL Server"
  10935. | #define PACKAGE_TARNAME "mysql"
  10936. | #define PACKAGE_VERSION "5.1.57"
  10937. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  10938. | #define PACKAGE_BUGREPORT ""
  10939. | #define PACKAGE "mysql"
  10940. | #define VERSION "5.1.57"
  10941. | #define STDC_HEADERS 1
  10942. | #define HAVE_SYS_TYPES_H 1
  10943. | #define HAVE_SYS_STAT_H 1
  10944. | #define HAVE_STDLIB_H 1
  10945. | #define HAVE_STRING_H 1
  10946. | #define HAVE_MEMORY_H 1
  10947. | #define HAVE_STRINGS_H 1
  10948. | #define HAVE_INTTYPES_H 1
  10949. | #define HAVE_STDINT_H 1
  10950. | #define HAVE_UNISTD_H 1
  10951. | #define HAVE_DLFCN_H 1
  10952. | #define LT_OBJDIR ".libs/"
  10953. | #define DEFINE_ALL_CHARACTER_SETS 1
  10954. | #define HAVE_CHARSET_latin1 1
  10955. | #define HAVE_CHARSET_latin1 1
  10956. | #define HAVE_CHARSET_utf8 1
  10957. | #define USE_MB 1
  10958. | #define USE_MB_IDENT 1
  10959. | #define HAVE_CHARSET_big5 1
  10960. | #define USE_MB 1
  10961. | #define USE_MB_IDENT 1
  10962. | #define HAVE_CHARSET_cp1250 1
  10963. | #define HAVE_CHARSET_cp932 1
  10964. | #define USE_MB 1
  10965. | #define USE_MB_IDENT 1
  10966. | #define HAVE_CHARSET_eucjpms 1
  10967. | #define USE_MB 1
  10968. | #define USE_MB_IDENT 1
  10969. | #define HAVE_CHARSET_euckr 1
  10970. | #define USE_MB 1
  10971. | #define USE_MB_IDENT 1
  10972. | #define HAVE_CHARSET_gb2312 1
  10973. | #define USE_MB 1
  10974. | #define USE_MB_IDENT 1
  10975. | #define HAVE_CHARSET_gbk 1
  10976. | #define USE_MB 1
  10977. | #define USE_MB_IDENT 1
  10978. | #define HAVE_CHARSET_latin1 1
  10979. | #define HAVE_CHARSET_latin2 1
  10980. | #define HAVE_CHARSET_sjis 1
  10981. | #define USE_MB 1
  10982. | #define USE_MB_IDENT 1
  10983. | #define HAVE_CHARSET_tis620 1
  10984. | #define HAVE_CHARSET_ucs2 1
  10985. | #define USE_MB 1
  10986. | #define USE_MB_IDENT 1
  10987. | #define HAVE_CHARSET_ujis 1
  10988. | #define USE_MB 1
  10989. | #define USE_MB_IDENT 1
  10990. | #define HAVE_CHARSET_utf8 1
  10991. | #define USE_MB 1
  10992. | #define USE_MB_IDENT 1
  10993. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  10994. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  10995. | #define HAVE_UCA_COLLATIONS 1
  10996. | #define PROTOCOL_VERSION 10
  10997. | #define DOT_FRM_VERSION 6
  10998. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  10999. | #define MACHINE_TYPE "i386"
  11000. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  11001. | #define COMMUNITY_SERVER 1
  11002. | #define ENABLED_PROFILING 1
  11003. | #define HAVE_DIRENT_H 1
  11004. | #define STDC_HEADERS 1
  11005. | #define HAVE_SYS_WAIT_H 1
  11006. | #define HAVE_FCNTL_H 1
  11007. | #define HAVE_FENV_H 1
  11008. | #define HAVE_FLOAT_H 1
  11009. | #define HAVE_LIMITS_H 1
  11010. | #define HAVE_MEMORY_H 1
  11011. | #define HAVE_PWD_H 1
  11012. | #define HAVE_STDLIB_H 1
  11013. | #define HAVE_STDDEF_H 1
  11014. | #define HAVE_STRINGS_H 1
  11015. | #define HAVE_STRING_H 1
  11016. | #define HAVE_SYS_MMAN_H 1
  11017. | #define HAVE_SYS_SOCKET_H 1
  11018. | #define HAVE_NETINET_IN_H 1
  11019. | #define HAVE_ARPA_INET_H 1
  11020. | #define HAVE_SYS_TIMEB_H 1
  11021. | #define HAVE_SYS_TYPES_H 1
  11022. | #define HAVE_SYS_UN_H 1
  11023. | #define HAVE_SYS_VADVISE_H 1
  11024. | #define HAVE_SYS_WAIT_H 1
  11025. | #define HAVE_TERM_H 1
  11026. | #define HAVE_UNISTD_H 1
  11027. | #define HAVE_UTIME_H 1
  11028. | #define HAVE_TERMIOS_H 1
  11029. | #define HAVE_SCHED_H 1
  11030. | #define HAVE_ALLOCA_H 1
  11031. | #define HAVE_SYS_IOCTL_H 1
  11032. | #define HAVE_SYS_MALLOC_H 1
  11033. | #define HAVE_SYS_IPC_H 1
  11034. | #define HAVE_SYS_SHM_H 1
  11035. | #define HAVE_SYS_RESOURCE_H 1
  11036. | #define HAVE_SYS_PARAM_H 1
  11037. | #define HAVE_EXECINFO_H 1
  11038. | #define HAVE_LIBM 1
  11039. | #define HAVE_CRYPT 1
  11040. | #define HAVE_SCHED_YIELD 1
  11041. | #define HAVE_COMPRESS 1
  11042. | #define HAVE_UINT 1
  11043. | #define HAVE_IN_ADDR_T 1
  11044. | #define HAVE_LIBPTHREAD 1
  11045. | #define HAVE_STRTOK_R 1
  11046. | #define HAVE_LIBDL 1
  11047. | #define HAVE_DLOPEN 1
  11048. | #define HAVE_DLERROR 1
  11049. | #define HAVE_RESTARTABLE_SYSCALLS 1
  11050. | #define DBUG_OFF 1
  11051. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  11052. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  11053. | #define HAVE_ST_RDEV 1
  11054. | #define TIME_WITH_SYS_TIME 1
  11055. | #define SIZEOF_CHAR 1
  11056. | #define SIZEOF_CHARP 8
  11057. | #define SIZEOF_SHORT 2
  11058. | #define SIZEOF_INT 4
  11059. | #define SIZEOF_LONG 8
  11060. | #define SIZEOF_LONG_LONG 8
  11061. | #define SIZEOF_OFF_T 8
  11062. | #define SIZEOF_TIME_T 8
  11063. | #define AC_APPLE_UNIVERSAL_BUILD 1
  11064. | #define SOCKET_SIZE_TYPE socklen_t
  11065. | #define STRUCT_RLIMIT struct rlimit
  11066. | #define STACK_DIRECTION -1
  11067. | #define HAVE_ALLOCA 1
  11068. | #define HAVE_ALLOCA 1
  11069. | #define HAVE_TZNAME 1
  11070. | #define HAVE_BOOL 1
  11071. | #define HAVE_OFF_T 1
  11072. | #define HAVE_SIZE_T 1
  11073. | #define HAVE_U_INT32_T 1
  11074. | #define HAVE_SYS_CDEFS_H 1
  11075. | #define HAVE_ALLOCA_H 1
  11076. | #define HAVE_ALLOCA 1
  11077. | #define RETSIGTYPE void
  11078. | #define HAVE_REGCOMP 1
  11079. | #define HAVE_STRDUP 1
  11080. | #define HAVE_VIS_H 1
  11081. | #define HAVE_STRLCAT 1
  11082. | #define HAVE_STRLCPY 1
  11083. | #define HAVE_ISSETUGID 1
  11084. | #define HAVE_FGETLN 1
  11085. | #define HAVE_FLOCKFILE 1
  11086. | #define HAVE_STDARG_H 1
  11087. | #define HAVE_DIRENT_H 1
  11088. | #define HAVE_LOCALE_H 1
  11089. | #define HAVE_SYS_DIR_H 1
  11090. | #define HAVE_SYS_FILE_H 1
  11091. | #define HAVE_SYS_SELECT_H 1
  11092. | #define HAVE_SYS_MMAN_H 1
  11093. | #define HAVE_CURSES_H 1
  11094. | #define HAVE_TERMCAP_H 1
  11095. | /* end confdefs.h.  */
  11096. | #include <stdio.h>
  11097. | #ifdef HAVE_SYS_TYPES_H
  11098. | # include <sys/types.h>
  11099. | #endif
  11100. | #ifdef HAVE_SYS_STAT_H
  11101. | # include <sys/stat.h>
  11102. | #endif
  11103. | #ifdef STDC_HEADERS
  11104. | # include <stdlib.h>
  11105. | # include <stddef.h>
  11106. | #else
  11107. | # ifdef HAVE_STDLIB_H
  11108. | #  include <stdlib.h>
  11109. | # endif
  11110. | #endif
  11111. | #ifdef HAVE_STRING_H
  11112. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  11113. | #  include <memory.h>
  11114. | # endif
  11115. | # include <string.h>
  11116. | #endif
  11117. | #ifdef HAVE_STRINGS_H
  11118. | # include <strings.h>
  11119. | #endif
  11120. | #ifdef HAVE_INTTYPES_H
  11121. | # include <inttypes.h>
  11122. | #endif
  11123. | #ifdef HAVE_STDINT_H
  11124. | # include <stdint.h>
  11125. | #endif
  11126. | #ifdef HAVE_UNISTD_H
  11127. | # include <unistd.h>
  11128. | #endif
  11129. | #include <termbits.h>
  11130. configure:33874: result: no
  11131. configure:33878: checking termbits.h presence
  11132. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  11133. conftest.c:164:22: error: termbits.h: No such file or directory
  11134. configure:33900: $? = 1
  11135. configure: failed program was:
  11136. | /* confdefs.h.  */
  11137. | #define PACKAGE_NAME "MySQL Server"
  11138. | #define PACKAGE_TARNAME "mysql"
  11139. | #define PACKAGE_VERSION "5.1.57"
  11140. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  11141. | #define PACKAGE_BUGREPORT ""
  11142. | #define PACKAGE "mysql"
  11143. | #define VERSION "5.1.57"
  11144. | #define STDC_HEADERS 1
  11145. | #define HAVE_SYS_TYPES_H 1
  11146. | #define HAVE_SYS_STAT_H 1
  11147. | #define HAVE_STDLIB_H 1
  11148. | #define HAVE_STRING_H 1
  11149. | #define HAVE_MEMORY_H 1
  11150. | #define HAVE_STRINGS_H 1
  11151. | #define HAVE_INTTYPES_H 1
  11152. | #define HAVE_STDINT_H 1
  11153. | #define HAVE_UNISTD_H 1
  11154. | #define HAVE_DLFCN_H 1
  11155. | #define LT_OBJDIR ".libs/"
  11156. | #define DEFINE_ALL_CHARACTER_SETS 1
  11157. | #define HAVE_CHARSET_latin1 1
  11158. | #define HAVE_CHARSET_latin1 1
  11159. | #define HAVE_CHARSET_utf8 1
  11160. | #define USE_MB 1
  11161. | #define USE_MB_IDENT 1
  11162. | #define HAVE_CHARSET_big5 1
  11163. | #define USE_MB 1
  11164. | #define USE_MB_IDENT 1
  11165. | #define HAVE_CHARSET_cp1250 1
  11166. | #define HAVE_CHARSET_cp932 1
  11167. | #define USE_MB 1
  11168. | #define USE_MB_IDENT 1
  11169. | #define HAVE_CHARSET_eucjpms 1
  11170. | #define USE_MB 1
  11171. | #define USE_MB_IDENT 1
  11172. | #define HAVE_CHARSET_euckr 1
  11173. | #define USE_MB 1
  11174. | #define USE_MB_IDENT 1
  11175. | #define HAVE_CHARSET_gb2312 1
  11176. | #define USE_MB 1
  11177. | #define USE_MB_IDENT 1
  11178. | #define HAVE_CHARSET_gbk 1
  11179. | #define USE_MB 1
  11180. | #define USE_MB_IDENT 1
  11181. | #define HAVE_CHARSET_latin1 1
  11182. | #define HAVE_CHARSET_latin2 1
  11183. | #define HAVE_CHARSET_sjis 1
  11184. | #define USE_MB 1
  11185. | #define USE_MB_IDENT 1
  11186. | #define HAVE_CHARSET_tis620 1
  11187. | #define HAVE_CHARSET_ucs2 1
  11188. | #define USE_MB 1
  11189. | #define USE_MB_IDENT 1
  11190. | #define HAVE_CHARSET_ujis 1
  11191. | #define USE_MB 1
  11192. | #define USE_MB_IDENT 1
  11193. | #define HAVE_CHARSET_utf8 1
  11194. | #define USE_MB 1
  11195. | #define USE_MB_IDENT 1
  11196. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  11197. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  11198. | #define HAVE_UCA_COLLATIONS 1
  11199. | #define PROTOCOL_VERSION 10
  11200. | #define DOT_FRM_VERSION 6
  11201. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  11202. | #define MACHINE_TYPE "i386"
  11203. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  11204. | #define COMMUNITY_SERVER 1
  11205. | #define ENABLED_PROFILING 1
  11206. | #define HAVE_DIRENT_H 1
  11207. | #define STDC_HEADERS 1
  11208. | #define HAVE_SYS_WAIT_H 1
  11209. | #define HAVE_FCNTL_H 1
  11210. | #define HAVE_FENV_H 1
  11211. | #define HAVE_FLOAT_H 1
  11212. | #define HAVE_LIMITS_H 1
  11213. | #define HAVE_MEMORY_H 1
  11214. | #define HAVE_PWD_H 1
  11215. | #define HAVE_STDLIB_H 1
  11216. | #define HAVE_STDDEF_H 1
  11217. | #define HAVE_STRINGS_H 1
  11218. | #define HAVE_STRING_H 1
  11219. | #define HAVE_SYS_MMAN_H 1
  11220. | #define HAVE_SYS_SOCKET_H 1
  11221. | #define HAVE_NETINET_IN_H 1
  11222. | #define HAVE_ARPA_INET_H 1
  11223. | #define HAVE_SYS_TIMEB_H 1
  11224. | #define HAVE_SYS_TYPES_H 1
  11225. | #define HAVE_SYS_UN_H 1
  11226. | #define HAVE_SYS_VADVISE_H 1
  11227. | #define HAVE_SYS_WAIT_H 1
  11228. | #define HAVE_TERM_H 1
  11229. | #define HAVE_UNISTD_H 1
  11230. | #define HAVE_UTIME_H 1
  11231. | #define HAVE_TERMIOS_H 1
  11232. | #define HAVE_SCHED_H 1
  11233. | #define HAVE_ALLOCA_H 1
  11234. | #define HAVE_SYS_IOCTL_H 1
  11235. | #define HAVE_SYS_MALLOC_H 1
  11236. | #define HAVE_SYS_IPC_H 1
  11237. | #define HAVE_SYS_SHM_H 1
  11238. | #define HAVE_SYS_RESOURCE_H 1
  11239. | #define HAVE_SYS_PARAM_H 1
  11240. | #define HAVE_EXECINFO_H 1
  11241. | #define HAVE_LIBM 1
  11242. | #define HAVE_CRYPT 1
  11243. | #define HAVE_SCHED_YIELD 1
  11244. | #define HAVE_COMPRESS 1
  11245. | #define HAVE_UINT 1
  11246. | #define HAVE_IN_ADDR_T 1
  11247. | #define HAVE_LIBPTHREAD 1
  11248. | #define HAVE_STRTOK_R 1
  11249. | #define HAVE_LIBDL 1
  11250. | #define HAVE_DLOPEN 1
  11251. | #define HAVE_DLERROR 1
  11252. | #define HAVE_RESTARTABLE_SYSCALLS 1
  11253. | #define DBUG_OFF 1
  11254. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  11255. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  11256. | #define HAVE_ST_RDEV 1
  11257. | #define TIME_WITH_SYS_TIME 1
  11258. | #define SIZEOF_CHAR 1
  11259. | #define SIZEOF_CHARP 8
  11260. | #define SIZEOF_SHORT 2
  11261. | #define SIZEOF_INT 4
  11262. | #define SIZEOF_LONG 8
  11263. | #define SIZEOF_LONG_LONG 8
  11264. | #define SIZEOF_OFF_T 8
  11265. | #define SIZEOF_TIME_T 8
  11266. | #define AC_APPLE_UNIVERSAL_BUILD 1
  11267. | #define SOCKET_SIZE_TYPE socklen_t
  11268. | #define STRUCT_RLIMIT struct rlimit
  11269. | #define STACK_DIRECTION -1
  11270. | #define HAVE_ALLOCA 1
  11271. | #define HAVE_ALLOCA 1
  11272. | #define HAVE_TZNAME 1
  11273. | #define HAVE_BOOL 1
  11274. | #define HAVE_OFF_T 1
  11275. | #define HAVE_SIZE_T 1
  11276. | #define HAVE_U_INT32_T 1
  11277. | #define HAVE_SYS_CDEFS_H 1
  11278. | #define HAVE_ALLOCA_H 1
  11279. | #define HAVE_ALLOCA 1
  11280. | #define RETSIGTYPE void
  11281. | #define HAVE_REGCOMP 1
  11282. | #define HAVE_STRDUP 1
  11283. | #define HAVE_VIS_H 1
  11284. | #define HAVE_STRLCAT 1
  11285. | #define HAVE_STRLCPY 1
  11286. | #define HAVE_ISSETUGID 1
  11287. | #define HAVE_FGETLN 1
  11288. | #define HAVE_FLOCKFILE 1
  11289. | #define HAVE_STDARG_H 1
  11290. | #define HAVE_DIRENT_H 1
  11291. | #define HAVE_LOCALE_H 1
  11292. | #define HAVE_SYS_DIR_H 1
  11293. | #define HAVE_SYS_FILE_H 1
  11294. | #define HAVE_SYS_SELECT_H 1
  11295. | #define HAVE_SYS_MMAN_H 1
  11296. | #define HAVE_CURSES_H 1
  11297. | #define HAVE_TERMCAP_H 1
  11298. | /* end confdefs.h.  */
  11299. | #include <termbits.h>
  11300. configure:33914: result: no
  11301. configure:33942: checking for termbits.h
  11302. configure:33951: result: no
  11303. configure:33836: checking asm/termbits.h usability
  11304. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11305. conftest.c:197:26: error: asm/termbits.h: No such file or directory
  11306. configure:33860: $? = 1
  11307. configure: failed program was:
  11308. | /* confdefs.h.  */
  11309. | #define PACKAGE_NAME "MySQL Server"
  11310. | #define PACKAGE_TARNAME "mysql"
  11311. | #define PACKAGE_VERSION "5.1.57"
  11312. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  11313. | #define PACKAGE_BUGREPORT ""
  11314. | #define PACKAGE "mysql"
  11315. | #define VERSION "5.1.57"
  11316. | #define STDC_HEADERS 1
  11317. | #define HAVE_SYS_TYPES_H 1
  11318. | #define HAVE_SYS_STAT_H 1
  11319. | #define HAVE_STDLIB_H 1
  11320. | #define HAVE_STRING_H 1
  11321. | #define HAVE_MEMORY_H 1
  11322. | #define HAVE_STRINGS_H 1
  11323. | #define HAVE_INTTYPES_H 1
  11324. | #define HAVE_STDINT_H 1
  11325. | #define HAVE_UNISTD_H 1
  11326. | #define HAVE_DLFCN_H 1
  11327. | #define LT_OBJDIR ".libs/"
  11328. | #define DEFINE_ALL_CHARACTER_SETS 1
  11329. | #define HAVE_CHARSET_latin1 1
  11330. | #define HAVE_CHARSET_latin1 1
  11331. | #define HAVE_CHARSET_utf8 1
  11332. | #define USE_MB 1
  11333. | #define USE_MB_IDENT 1
  11334. | #define HAVE_CHARSET_big5 1
  11335. | #define USE_MB 1
  11336. | #define USE_MB_IDENT 1
  11337. | #define HAVE_CHARSET_cp1250 1
  11338. | #define HAVE_CHARSET_cp932 1
  11339. | #define USE_MB 1
  11340. | #define USE_MB_IDENT 1
  11341. | #define HAVE_CHARSET_eucjpms 1
  11342. | #define USE_MB 1
  11343. | #define USE_MB_IDENT 1
  11344. | #define HAVE_CHARSET_euckr 1
  11345. | #define USE_MB 1
  11346. | #define USE_MB_IDENT 1
  11347. | #define HAVE_CHARSET_gb2312 1
  11348. | #define USE_MB 1
  11349. | #define USE_MB_IDENT 1
  11350. | #define HAVE_CHARSET_gbk 1
  11351. | #define USE_MB 1
  11352. | #define USE_MB_IDENT 1
  11353. | #define HAVE_CHARSET_latin1 1
  11354. | #define HAVE_CHARSET_latin2 1
  11355. | #define HAVE_CHARSET_sjis 1
  11356. | #define USE_MB 1
  11357. | #define USE_MB_IDENT 1
  11358. | #define HAVE_CHARSET_tis620 1
  11359. | #define HAVE_CHARSET_ucs2 1
  11360. | #define USE_MB 1
  11361. | #define USE_MB_IDENT 1
  11362. | #define HAVE_CHARSET_ujis 1
  11363. | #define USE_MB 1
  11364. | #define USE_MB_IDENT 1
  11365. | #define HAVE_CHARSET_utf8 1
  11366. | #define USE_MB 1
  11367. | #define USE_MB_IDENT 1
  11368. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  11369. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  11370. | #define HAVE_UCA_COLLATIONS 1
  11371. | #define PROTOCOL_VERSION 10
  11372. | #define DOT_FRM_VERSION 6
  11373. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  11374. | #define MACHINE_TYPE "i386"
  11375. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  11376. | #define COMMUNITY_SERVER 1
  11377. | #define ENABLED_PROFILING 1
  11378. | #define HAVE_DIRENT_H 1
  11379. | #define STDC_HEADERS 1
  11380. | #define HAVE_SYS_WAIT_H 1
  11381. | #define HAVE_FCNTL_H 1
  11382. | #define HAVE_FENV_H 1
  11383. | #define HAVE_FLOAT_H 1
  11384. | #define HAVE_LIMITS_H 1
  11385. | #define HAVE_MEMORY_H 1
  11386. | #define HAVE_PWD_H 1
  11387. | #define HAVE_STDLIB_H 1
  11388. | #define HAVE_STDDEF_H 1
  11389. | #define HAVE_STRINGS_H 1
  11390. | #define HAVE_STRING_H 1
  11391. | #define HAVE_SYS_MMAN_H 1
  11392. | #define HAVE_SYS_SOCKET_H 1
  11393. | #define HAVE_NETINET_IN_H 1
  11394. | #define HAVE_ARPA_INET_H 1
  11395. | #define HAVE_SYS_TIMEB_H 1
  11396. | #define HAVE_SYS_TYPES_H 1
  11397. | #define HAVE_SYS_UN_H 1
  11398. | #define HAVE_SYS_VADVISE_H 1
  11399. | #define HAVE_SYS_WAIT_H 1
  11400. | #define HAVE_TERM_H 1
  11401. | #define HAVE_UNISTD_H 1
  11402. | #define HAVE_UTIME_H 1
  11403. | #define HAVE_TERMIOS_H 1
  11404. | #define HAVE_SCHED_H 1
  11405. | #define HAVE_ALLOCA_H 1
  11406. | #define HAVE_SYS_IOCTL_H 1
  11407. | #define HAVE_SYS_MALLOC_H 1
  11408. | #define HAVE_SYS_IPC_H 1
  11409. | #define HAVE_SYS_SHM_H 1
  11410. | #define HAVE_SYS_RESOURCE_H 1
  11411. | #define HAVE_SYS_PARAM_H 1
  11412. | #define HAVE_EXECINFO_H 1
  11413. | #define HAVE_LIBM 1
  11414. | #define HAVE_CRYPT 1
  11415. | #define HAVE_SCHED_YIELD 1
  11416. | #define HAVE_COMPRESS 1
  11417. | #define HAVE_UINT 1
  11418. | #define HAVE_IN_ADDR_T 1
  11419. | #define HAVE_LIBPTHREAD 1
  11420. | #define HAVE_STRTOK_R 1
  11421. | #define HAVE_LIBDL 1
  11422. | #define HAVE_DLOPEN 1
  11423. | #define HAVE_DLERROR 1
  11424. | #define HAVE_RESTARTABLE_SYSCALLS 1
  11425. | #define DBUG_OFF 1
  11426. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  11427. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  11428. | #define HAVE_ST_RDEV 1
  11429. | #define TIME_WITH_SYS_TIME 1
  11430. | #define SIZEOF_CHAR 1
  11431. | #define SIZEOF_CHARP 8
  11432. | #define SIZEOF_SHORT 2
  11433. | #define SIZEOF_INT 4
  11434. | #define SIZEOF_LONG 8
  11435. | #define SIZEOF_LONG_LONG 8
  11436. | #define SIZEOF_OFF_T 8
  11437. | #define SIZEOF_TIME_T 8
  11438. | #define AC_APPLE_UNIVERSAL_BUILD 1
  11439. | #define SOCKET_SIZE_TYPE socklen_t
  11440. | #define STRUCT_RLIMIT struct rlimit
  11441. | #define STACK_DIRECTION -1
  11442. | #define HAVE_ALLOCA 1
  11443. | #define HAVE_ALLOCA 1
  11444. | #define HAVE_TZNAME 1
  11445. | #define HAVE_BOOL 1
  11446. | #define HAVE_OFF_T 1
  11447. | #define HAVE_SIZE_T 1
  11448. | #define HAVE_U_INT32_T 1
  11449. | #define HAVE_SYS_CDEFS_H 1
  11450. | #define HAVE_ALLOCA_H 1
  11451. | #define HAVE_ALLOCA 1
  11452. | #define RETSIGTYPE void
  11453. | #define HAVE_REGCOMP 1
  11454. | #define HAVE_STRDUP 1
  11455. | #define HAVE_VIS_H 1
  11456. | #define HAVE_STRLCAT 1
  11457. | #define HAVE_STRLCPY 1
  11458. | #define HAVE_ISSETUGID 1
  11459. | #define HAVE_FGETLN 1
  11460. | #define HAVE_FLOCKFILE 1
  11461. | #define HAVE_STDARG_H 1
  11462. | #define HAVE_DIRENT_H 1
  11463. | #define HAVE_LOCALE_H 1
  11464. | #define HAVE_SYS_DIR_H 1
  11465. | #define HAVE_SYS_FILE_H 1
  11466. | #define HAVE_SYS_SELECT_H 1
  11467. | #define HAVE_SYS_MMAN_H 1
  11468. | #define HAVE_CURSES_H 1
  11469. | #define HAVE_TERMCAP_H 1
  11470. | /* end confdefs.h.  */
  11471. | #include <stdio.h>
  11472. | #ifdef HAVE_SYS_TYPES_H
  11473. | # include <sys/types.h>
  11474. | #endif
  11475. | #ifdef HAVE_SYS_STAT_H
  11476. | # include <sys/stat.h>
  11477. | #endif
  11478. | #ifdef STDC_HEADERS
  11479. | # include <stdlib.h>
  11480. | # include <stddef.h>
  11481. | #else
  11482. | # ifdef HAVE_STDLIB_H
  11483. | #  include <stdlib.h>
  11484. | # endif
  11485. | #endif
  11486. | #ifdef HAVE_STRING_H
  11487. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  11488. | #  include <memory.h>
  11489. | # endif
  11490. | # include <string.h>
  11491. | #endif
  11492. | #ifdef HAVE_STRINGS_H
  11493. | # include <strings.h>
  11494. | #endif
  11495. | #ifdef HAVE_INTTYPES_H
  11496. | # include <inttypes.h>
  11497. | #endif
  11498. | #ifdef HAVE_STDINT_H
  11499. | # include <stdint.h>
  11500. | #endif
  11501. | #ifdef HAVE_UNISTD_H
  11502. | # include <unistd.h>
  11503. | #endif
  11504. | #include <asm/termbits.h>
  11505. configure:33874: result: no
  11506. configure:33878: checking asm/termbits.h presence
  11507. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  11508. conftest.c:164:26: error: asm/termbits.h: No such file or directory
  11509. configure:33900: $? = 1
  11510. configure: failed program was:
  11511. | /* confdefs.h.  */
  11512. | #define PACKAGE_NAME "MySQL Server"
  11513. | #define PACKAGE_TARNAME "mysql"
  11514. | #define PACKAGE_VERSION "5.1.57"
  11515. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  11516. | #define PACKAGE_BUGREPORT ""
  11517. | #define PACKAGE "mysql"
  11518. | #define VERSION "5.1.57"
  11519. | #define STDC_HEADERS 1
  11520. | #define HAVE_SYS_TYPES_H 1
  11521. | #define HAVE_SYS_STAT_H 1
  11522. | #define HAVE_STDLIB_H 1
  11523. | #define HAVE_STRING_H 1
  11524. | #define HAVE_MEMORY_H 1
  11525. | #define HAVE_STRINGS_H 1
  11526. | #define HAVE_INTTYPES_H 1
  11527. | #define HAVE_STDINT_H 1
  11528. | #define HAVE_UNISTD_H 1
  11529. | #define HAVE_DLFCN_H 1
  11530. | #define LT_OBJDIR ".libs/"
  11531. | #define DEFINE_ALL_CHARACTER_SETS 1
  11532. | #define HAVE_CHARSET_latin1 1
  11533. | #define HAVE_CHARSET_latin1 1
  11534. | #define HAVE_CHARSET_utf8 1
  11535. | #define USE_MB 1
  11536. | #define USE_MB_IDENT 1
  11537. | #define HAVE_CHARSET_big5 1
  11538. | #define USE_MB 1
  11539. | #define USE_MB_IDENT 1
  11540. | #define HAVE_CHARSET_cp1250 1
  11541. | #define HAVE_CHARSET_cp932 1
  11542. | #define USE_MB 1
  11543. | #define USE_MB_IDENT 1
  11544. | #define HAVE_CHARSET_eucjpms 1
  11545. | #define USE_MB 1
  11546. | #define USE_MB_IDENT 1
  11547. | #define HAVE_CHARSET_euckr 1
  11548. | #define USE_MB 1
  11549. | #define USE_MB_IDENT 1
  11550. | #define HAVE_CHARSET_gb2312 1
  11551. | #define USE_MB 1
  11552. | #define USE_MB_IDENT 1
  11553. | #define HAVE_CHARSET_gbk 1
  11554. | #define USE_MB 1
  11555. | #define USE_MB_IDENT 1
  11556. | #define HAVE_CHARSET_latin1 1
  11557. | #define HAVE_CHARSET_latin2 1
  11558. | #define HAVE_CHARSET_sjis 1
  11559. | #define USE_MB 1
  11560. | #define USE_MB_IDENT 1
  11561. | #define HAVE_CHARSET_tis620 1
  11562. | #define HAVE_CHARSET_ucs2 1
  11563. | #define USE_MB 1
  11564. | #define USE_MB_IDENT 1
  11565. | #define HAVE_CHARSET_ujis 1
  11566. | #define USE_MB 1
  11567. | #define USE_MB_IDENT 1
  11568. | #define HAVE_CHARSET_utf8 1
  11569. | #define USE_MB 1
  11570. | #define USE_MB_IDENT 1
  11571. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  11572. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  11573. | #define HAVE_UCA_COLLATIONS 1
  11574. | #define PROTOCOL_VERSION 10
  11575. | #define DOT_FRM_VERSION 6
  11576. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  11577. | #define MACHINE_TYPE "i386"
  11578. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  11579. | #define COMMUNITY_SERVER 1
  11580. | #define ENABLED_PROFILING 1
  11581. | #define HAVE_DIRENT_H 1
  11582. | #define STDC_HEADERS 1
  11583. | #define HAVE_SYS_WAIT_H 1
  11584. | #define HAVE_FCNTL_H 1
  11585. | #define HAVE_FENV_H 1
  11586. | #define HAVE_FLOAT_H 1
  11587. | #define HAVE_LIMITS_H 1
  11588. | #define HAVE_MEMORY_H 1
  11589. | #define HAVE_PWD_H 1
  11590. | #define HAVE_STDLIB_H 1
  11591. | #define HAVE_STDDEF_H 1
  11592. | #define HAVE_STRINGS_H 1
  11593. | #define HAVE_STRING_H 1
  11594. | #define HAVE_SYS_MMAN_H 1
  11595. | #define HAVE_SYS_SOCKET_H 1
  11596. | #define HAVE_NETINET_IN_H 1
  11597. | #define HAVE_ARPA_INET_H 1
  11598. | #define HAVE_SYS_TIMEB_H 1
  11599. | #define HAVE_SYS_TYPES_H 1
  11600. | #define HAVE_SYS_UN_H 1
  11601. | #define HAVE_SYS_VADVISE_H 1
  11602. | #define HAVE_SYS_WAIT_H 1
  11603. | #define HAVE_TERM_H 1
  11604. | #define HAVE_UNISTD_H 1
  11605. | #define HAVE_UTIME_H 1
  11606. | #define HAVE_TERMIOS_H 1
  11607. | #define HAVE_SCHED_H 1
  11608. | #define HAVE_ALLOCA_H 1
  11609. | #define HAVE_SYS_IOCTL_H 1
  11610. | #define HAVE_SYS_MALLOC_H 1
  11611. | #define HAVE_SYS_IPC_H 1
  11612. | #define HAVE_SYS_SHM_H 1
  11613. | #define HAVE_SYS_RESOURCE_H 1
  11614. | #define HAVE_SYS_PARAM_H 1
  11615. | #define HAVE_EXECINFO_H 1
  11616. | #define HAVE_LIBM 1
  11617. | #define HAVE_CRYPT 1
  11618. | #define HAVE_SCHED_YIELD 1
  11619. | #define HAVE_COMPRESS 1
  11620. | #define HAVE_UINT 1
  11621. | #define HAVE_IN_ADDR_T 1
  11622. | #define HAVE_LIBPTHREAD 1
  11623. | #define HAVE_STRTOK_R 1
  11624. | #define HAVE_LIBDL 1
  11625. | #define HAVE_DLOPEN 1
  11626. | #define HAVE_DLERROR 1
  11627. | #define HAVE_RESTARTABLE_SYSCALLS 1
  11628. | #define DBUG_OFF 1
  11629. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  11630. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  11631. | #define HAVE_ST_RDEV 1
  11632. | #define TIME_WITH_SYS_TIME 1
  11633. | #define SIZEOF_CHAR 1
  11634. | #define SIZEOF_CHARP 8
  11635. | #define SIZEOF_SHORT 2
  11636. | #define SIZEOF_INT 4
  11637. | #define SIZEOF_LONG 8
  11638. | #define SIZEOF_LONG_LONG 8
  11639. | #define SIZEOF_OFF_T 8
  11640. | #define SIZEOF_TIME_T 8
  11641. | #define AC_APPLE_UNIVERSAL_BUILD 1
  11642. | #define SOCKET_SIZE_TYPE socklen_t
  11643. | #define STRUCT_RLIMIT struct rlimit
  11644. | #define STACK_DIRECTION -1
  11645. | #define HAVE_ALLOCA 1
  11646. | #define HAVE_ALLOCA 1
  11647. | #define HAVE_TZNAME 1
  11648. | #define HAVE_BOOL 1
  11649. | #define HAVE_OFF_T 1
  11650. | #define HAVE_SIZE_T 1
  11651. | #define HAVE_U_INT32_T 1
  11652. | #define HAVE_SYS_CDEFS_H 1
  11653. | #define HAVE_ALLOCA_H 1
  11654. | #define HAVE_ALLOCA 1
  11655. | #define RETSIGTYPE void
  11656. | #define HAVE_REGCOMP 1
  11657. | #define HAVE_STRDUP 1
  11658. | #define HAVE_VIS_H 1
  11659. | #define HAVE_STRLCAT 1
  11660. | #define HAVE_STRLCPY 1
  11661. | #define HAVE_ISSETUGID 1
  11662. | #define HAVE_FGETLN 1
  11663. | #define HAVE_FLOCKFILE 1
  11664. | #define HAVE_STDARG_H 1
  11665. | #define HAVE_DIRENT_H 1
  11666. | #define HAVE_LOCALE_H 1
  11667. | #define HAVE_SYS_DIR_H 1
  11668. | #define HAVE_SYS_FILE_H 1
  11669. | #define HAVE_SYS_SELECT_H 1
  11670. | #define HAVE_SYS_MMAN_H 1
  11671. | #define HAVE_CURSES_H 1
  11672. | #define HAVE_TERMCAP_H 1
  11673. | /* end confdefs.h.  */
  11674. | #include <asm/termbits.h>
  11675. configure:33914: result: no
  11676. configure:33942: checking for asm/termbits.h
  11677. configure:33951: result: no
  11678. configure:33836: checking grp.h usability
  11679. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11680. configure:33860: $? = 0
  11681. configure:33874: result: yes
  11682. configure:33878: checking grp.h presence
  11683. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  11684. configure:33900: $? = 0
  11685. configure:33914: result: yes
  11686. configure:33942: checking for grp.h
  11687. configure:33951: result: yes
  11688. configure:33836: checking paths.h usability
  11689. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11690. configure:33860: $? = 0
  11691. configure:33874: result: yes
  11692. configure:33878: checking paths.h presence
  11693. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  11694. configure:33900: $? = 0
  11695. configure:33914: result: yes
  11696. configure:33942: checking for paths.h
  11697. configure:33951: result: yes
  11698. configure:33836: checking semaphore.h usability
  11699. configure:33853: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11700. configure:33860: $? = 0
  11701. configure:33874: result: yes
  11702. configure:33878: checking semaphore.h presence
  11703. configure:33893: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  11704. configure:33900: $? = 0
  11705. configure:33914: result: yes
  11706. configure:33942: checking for semaphore.h
  11707. configure:33951: result: yes
  11708. configure:33978: checking for lstat
  11709. configure:34034: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  11710. configure:34041: $? = 0
  11711. configure:34063: result: yes
  11712. configure:33978: checking for putenv
  11713. configure:34034: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  11714. configure:34041: $? = 0
  11715. configure:34063: result: yes
  11716. configure:33978: checking for select
  11717. configure:34034: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  11718. configure:34041: $? = 0
  11719. configure:34063: result: yes
  11720. configure:33978: checking for setenv
  11721. configure:34034: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  11722. configure:34041: $? = 0
  11723. configure:34063: result: yes
  11724. configure:33978: checking for setlocale
  11725. configure:34034: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  11726. configure:34041: $? = 0
  11727. configure:34063: result: yes
  11728. configure:33978: checking for strcoll
  11729. configure:34034: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  11730. configure:34041: $? = 0
  11731. configure:34063: result: yes
  11732. configure:33978: checking for tcgetattr
  11733. configure:34034: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  11734. configure:34041: $? = 0
  11735. configure:34063: result: yes
  11736. configure:34076: checking whether stat file-mode macros are broken
  11737. configure:34113: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11738. configure:34120: $? = 0
  11739. configure:34135: result: no
  11740. configure:34146: checking for type of signal functions
  11741. configure:34179: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  11742. configure:34186: $? = 0
  11743. configure:34314: result: posix
  11744. configure:34336: checking whether programs are able to redeclare getpw functions
  11745. configure:34364: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11746. configure:34371: $? = 0
  11747. configure:34387: result: yes
  11748. configure:34397: checking for TIOCGWINSZ in sys/ioctl.h
  11749. configure:34424: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11750. configure:34431: $? = 0
  11751. configure:34447: result: yes
  11752. configure:34457: checking for FIONREAD in sys/ioctl.h
  11753. configure:34484: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11754. configure:34491: $? = 0
  11755. configure:34507: result: yes
  11756. configure:34517: checking for TIOCSTAT in sys/ioctl.h
  11757. configure:34544: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11758. configure:34551: $? = 0
  11759. configure:34567: result: yes
  11760. configure:34578: checking if struct dirent has a d_ino member
  11761. configure:34626: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11762. configure:34633: $? = 0
  11763. configure:34649: result: yes
  11764. configure:34660: checking if struct dirent has a d_namlen member
  11765. configure:34708: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11766. configure:34715: $? = 0
  11767. configure:34731: result: yes
  11768. configure:34741: checking whether signal handlers are of type void
  11769. configure:34775: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11770. configure:34782: $? = 0
  11771. configure:34797: result: yes
  11772. configure:34824: checking wctype.h usability
  11773. configure:34841: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11774. configure:34848: $? = 0
  11775. configure:34862: result: yes
  11776. configure:34866: checking wctype.h presence
  11777. configure:34881: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  11778. configure:34888: $? = 0
  11779. configure:34902: result: yes
  11780. configure:34930: checking for wctype.h
  11781. configure:34939: result: yes
  11782. configure:34970: checking wchar.h usability
  11783. configure:34987: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11784. configure:34994: $? = 0
  11785. configure:35008: result: yes
  11786. configure:35012: checking wchar.h presence
  11787. configure:35027: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  11788. configure:35034: $? = 0
  11789. configure:35048: result: yes
  11790. configure:35076: checking for wchar.h
  11791. configure:35085: result: yes
  11792. configure:35116: checking langinfo.h usability
  11793. configure:35133: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  11794. configure:35140: $? = 0
  11795. configure:35154: result: yes
  11796. configure:35158: checking langinfo.h presence
  11797. configure:35173: /usr/bin/gcc-4.2 -E -I/opt/local/include conftest.c
  11798. configure:35180: $? = 0
  11799. configure:35194: result: yes
  11800. configure:35222: checking for langinfo.h
  11801. configure:35231: result: yes
  11802. configure:35247: checking for mbrlen
  11803. configure:35303: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  11804. configure:35310: $? = 0
  11805. configure:35330: result: yes
  11806. configure:35340: checking for mbscmp
  11807. configure:35396: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  11808. Undefined symbols:
  11809.   "_mbscmp", referenced from:
  11810.       _main in ccQWRZ2r.o
  11811. ld: symbol(s) not found
  11812. collect2: ld returned 1 exit status
  11813. configure:35403: $? = 1
  11814. configure: failed program was:
  11815. | /* confdefs.h.  */
  11816. | #define PACKAGE_NAME "MySQL Server"
  11817. | #define PACKAGE_TARNAME "mysql"
  11818. | #define PACKAGE_VERSION "5.1.57"
  11819. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  11820. | #define PACKAGE_BUGREPORT ""
  11821. | #define PACKAGE "mysql"
  11822. | #define VERSION "5.1.57"
  11823. | #define STDC_HEADERS 1
  11824. | #define HAVE_SYS_TYPES_H 1
  11825. | #define HAVE_SYS_STAT_H 1
  11826. | #define HAVE_STDLIB_H 1
  11827. | #define HAVE_STRING_H 1
  11828. | #define HAVE_MEMORY_H 1
  11829. | #define HAVE_STRINGS_H 1
  11830. | #define HAVE_INTTYPES_H 1
  11831. | #define HAVE_STDINT_H 1
  11832. | #define HAVE_UNISTD_H 1
  11833. | #define HAVE_DLFCN_H 1
  11834. | #define LT_OBJDIR ".libs/"
  11835. | #define DEFINE_ALL_CHARACTER_SETS 1
  11836. | #define HAVE_CHARSET_latin1 1
  11837. | #define HAVE_CHARSET_latin1 1
  11838. | #define HAVE_CHARSET_utf8 1
  11839. | #define USE_MB 1
  11840. | #define USE_MB_IDENT 1
  11841. | #define HAVE_CHARSET_big5 1
  11842. | #define USE_MB 1
  11843. | #define USE_MB_IDENT 1
  11844. | #define HAVE_CHARSET_cp1250 1
  11845. | #define HAVE_CHARSET_cp932 1
  11846. | #define USE_MB 1
  11847. | #define USE_MB_IDENT 1
  11848. | #define HAVE_CHARSET_eucjpms 1
  11849. | #define USE_MB 1
  11850. | #define USE_MB_IDENT 1
  11851. | #define HAVE_CHARSET_euckr 1
  11852. | #define USE_MB 1
  11853. | #define USE_MB_IDENT 1
  11854. | #define HAVE_CHARSET_gb2312 1
  11855. | #define USE_MB 1
  11856. | #define USE_MB_IDENT 1
  11857. | #define HAVE_CHARSET_gbk 1
  11858. | #define USE_MB 1
  11859. | #define USE_MB_IDENT 1
  11860. | #define HAVE_CHARSET_latin1 1
  11861. | #define HAVE_CHARSET_latin2 1
  11862. | #define HAVE_CHARSET_sjis 1
  11863. | #define USE_MB 1
  11864. | #define USE_MB_IDENT 1
  11865. | #define HAVE_CHARSET_tis620 1
  11866. | #define HAVE_CHARSET_ucs2 1
  11867. | #define USE_MB 1
  11868. | #define USE_MB_IDENT 1
  11869. | #define HAVE_CHARSET_ujis 1
  11870. | #define USE_MB 1
  11871. | #define USE_MB_IDENT 1
  11872. | #define HAVE_CHARSET_utf8 1
  11873. | #define USE_MB 1
  11874. | #define USE_MB_IDENT 1
  11875. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  11876. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  11877. | #define HAVE_UCA_COLLATIONS 1
  11878. | #define PROTOCOL_VERSION 10
  11879. | #define DOT_FRM_VERSION 6
  11880. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  11881. | #define MACHINE_TYPE "i386"
  11882. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  11883. | #define COMMUNITY_SERVER 1
  11884. | #define ENABLED_PROFILING 1
  11885. | #define HAVE_DIRENT_H 1
  11886. | #define STDC_HEADERS 1
  11887. | #define HAVE_SYS_WAIT_H 1
  11888. | #define HAVE_FCNTL_H 1
  11889. | #define HAVE_FENV_H 1
  11890. | #define HAVE_FLOAT_H 1
  11891. | #define HAVE_LIMITS_H 1
  11892. | #define HAVE_MEMORY_H 1
  11893. | #define HAVE_PWD_H 1
  11894. | #define HAVE_STDLIB_H 1
  11895. | #define HAVE_STDDEF_H 1
  11896. | #define HAVE_STRINGS_H 1
  11897. | #define HAVE_STRING_H 1
  11898. | #define HAVE_SYS_MMAN_H 1
  11899. | #define HAVE_SYS_SOCKET_H 1
  11900. | #define HAVE_NETINET_IN_H 1
  11901. | #define HAVE_ARPA_INET_H 1
  11902. | #define HAVE_SYS_TIMEB_H 1
  11903. | #define HAVE_SYS_TYPES_H 1
  11904. | #define HAVE_SYS_UN_H 1
  11905. | #define HAVE_SYS_VADVISE_H 1
  11906. | #define HAVE_SYS_WAIT_H 1
  11907. | #define HAVE_TERM_H 1
  11908. | #define HAVE_UNISTD_H 1
  11909. | #define HAVE_UTIME_H 1
  11910. | #define HAVE_TERMIOS_H 1
  11911. | #define HAVE_SCHED_H 1
  11912. | #define HAVE_ALLOCA_H 1
  11913. | #define HAVE_SYS_IOCTL_H 1
  11914. | #define HAVE_SYS_MALLOC_H 1
  11915. | #define HAVE_SYS_IPC_H 1
  11916. | #define HAVE_SYS_SHM_H 1
  11917. | #define HAVE_SYS_RESOURCE_H 1
  11918. | #define HAVE_SYS_PARAM_H 1
  11919. | #define HAVE_EXECINFO_H 1
  11920. | #define HAVE_LIBM 1
  11921. | #define HAVE_CRYPT 1
  11922. | #define HAVE_SCHED_YIELD 1
  11923. | #define HAVE_COMPRESS 1
  11924. | #define HAVE_UINT 1
  11925. | #define HAVE_IN_ADDR_T 1
  11926. | #define HAVE_LIBPTHREAD 1
  11927. | #define HAVE_STRTOK_R 1
  11928. | #define HAVE_LIBDL 1
  11929. | #define HAVE_DLOPEN 1
  11930. | #define HAVE_DLERROR 1
  11931. | #define HAVE_RESTARTABLE_SYSCALLS 1
  11932. | #define DBUG_OFF 1
  11933. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  11934. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  11935. | #define HAVE_ST_RDEV 1
  11936. | #define TIME_WITH_SYS_TIME 1
  11937. | #define SIZEOF_CHAR 1
  11938. | #define SIZEOF_CHARP 8
  11939. | #define SIZEOF_SHORT 2
  11940. | #define SIZEOF_INT 4
  11941. | #define SIZEOF_LONG 8
  11942. | #define SIZEOF_LONG_LONG 8
  11943. | #define SIZEOF_OFF_T 8
  11944. | #define SIZEOF_TIME_T 8
  11945. | #define AC_APPLE_UNIVERSAL_BUILD 1
  11946. | #define SOCKET_SIZE_TYPE socklen_t
  11947. | #define STRUCT_RLIMIT struct rlimit
  11948. | #define STACK_DIRECTION -1
  11949. | #define HAVE_ALLOCA 1
  11950. | #define HAVE_ALLOCA 1
  11951. | #define HAVE_TZNAME 1
  11952. | #define HAVE_BOOL 1
  11953. | #define HAVE_OFF_T 1
  11954. | #define HAVE_SIZE_T 1
  11955. | #define HAVE_U_INT32_T 1
  11956. | #define HAVE_SYS_CDEFS_H 1
  11957. | #define HAVE_ALLOCA_H 1
  11958. | #define HAVE_ALLOCA 1
  11959. | #define RETSIGTYPE void
  11960. | #define HAVE_REGCOMP 1
  11961. | #define HAVE_STRDUP 1
  11962. | #define HAVE_VIS_H 1
  11963. | #define HAVE_STRLCAT 1
  11964. | #define HAVE_STRLCPY 1
  11965. | #define HAVE_ISSETUGID 1
  11966. | #define HAVE_FGETLN 1
  11967. | #define HAVE_FLOCKFILE 1
  11968. | #define HAVE_STDARG_H 1
  11969. | #define HAVE_DIRENT_H 1
  11970. | #define HAVE_LOCALE_H 1
  11971. | #define HAVE_SYS_DIR_H 1
  11972. | #define HAVE_SYS_FILE_H 1
  11973. | #define HAVE_SYS_SELECT_H 1
  11974. | #define HAVE_SYS_MMAN_H 1
  11975. | #define HAVE_CURSES_H 1
  11976. | #define HAVE_TERMCAP_H 1
  11977. | #define HAVE_GRP_H 1
  11978. | #define HAVE_PATHS_H 1
  11979. | #define HAVE_SEMAPHORE_H 1
  11980. | #define HAVE_LSTAT 1
  11981. | #define HAVE_PUTENV 1
  11982. | #define HAVE_SELECT 1
  11983. | #define HAVE_SETENV 1
  11984. | #define HAVE_SETLOCALE 1
  11985. | #define HAVE_STRCOLL 1
  11986. | #define HAVE_TCGETATTR 1
  11987. | #define HAVE_POSIX_SIGNALS 1
  11988. | #define GWINSZ_IN_SYS_IOCTL 1
  11989. | #define FIONREAD_IN_SYS_IOCTL 1
  11990. | #define TIOCSTAT_IN_SYS_IOCTL 1
  11991. | #define STRUCT_DIRENT_HAS_D_INO 1
  11992. | #define STRUCT_DIRENT_HAS_D_NAMLEN 1
  11993. | #define VOID_SIGHANDLER 1
  11994. | #define HAVE_WCTYPE_H 1
  11995. | #define HAVE_WCHAR_H 1
  11996. | #define HAVE_LANGINFO_H 1
  11997. | #define HAVE_MBRLEN /**/
  11998. | /* end confdefs.h.  */
  11999. | /* Define mbscmp to an innocuous variant, in case <limits.h> declares mbscmp.
  12000. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  12001. | #define mbscmp innocuous_mbscmp
  12002. |
  12003. | /* System header to define __stub macros and hopefully few prototypes,
  12004. |     which can conflict with char mbscmp (); below.
  12005. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  12006. |     <limits.h> exists even on freestanding compilers.  */
  12007. |
  12008. | #ifdef __STDC__
  12009. | # include <limits.h>
  12010. | #else
  12011. | # include <assert.h>
  12012. | #endif
  12013. |
  12014. | #undef mbscmp
  12015. |
  12016. | /* Override any GCC internal prototype to avoid an error.
  12017. |    Use char because int might match the return type of a GCC
  12018. |    builtin and then its argument prototype would still apply.  */
  12019. | #ifdef __cplusplus
  12020. | extern "C"
  12021. | #endif
  12022. | char mbscmp ();
  12023. | /* The GNU C library defines this for functions which it implements
  12024. |     to always fail with ENOSYS.  Some functions are actually named
  12025. |     something starting with __ and the normal name is an alias.  */
  12026. | #if defined __stub_mbscmp || defined __stub___mbscmp
  12027. | choke me
  12028. | #endif
  12029. |
  12030. | int
  12031. | main ()
  12032. | {
  12033. | return mbscmp ();
  12034. |   ;
  12035. |   return 0;
  12036. | }
  12037. configure:35423: result: no
  12038. configure:35433: checking for mbsrtowcs
  12039. configure:35489: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12040. configure:35496: $? = 0
  12041. configure:35516: result: yes
  12042. configure:35527: checking for wcrtomb
  12043. configure:35583: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12044. configure:35590: $? = 0
  12045. configure:35610: result: yes
  12046. configure:35620: checking for mbrtowc
  12047. configure:35676: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12048. configure:35683: $? = 0
  12049. configure:35703: result: yes
  12050. configure:35713: checking for wcscoll
  12051. configure:35769: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12052. configure:35776: $? = 0
  12053. configure:35796: result: yes
  12054. configure:35806: checking for wcsdup
  12055. configure:35862: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12056. Undefined symbols:
  12057.   "_wcsdup", referenced from:
  12058.       _main in cckxatpc.o
  12059. ld: symbol(s) not found
  12060. collect2: ld returned 1 exit status
  12061. configure:35869: $? = 1
  12062. configure: failed program was:
  12063. | /* confdefs.h.  */
  12064. | #define PACKAGE_NAME "MySQL Server"
  12065. | #define PACKAGE_TARNAME "mysql"
  12066. | #define PACKAGE_VERSION "5.1.57"
  12067. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  12068. | #define PACKAGE_BUGREPORT ""
  12069. | #define PACKAGE "mysql"
  12070. | #define VERSION "5.1.57"
  12071. | #define STDC_HEADERS 1
  12072. | #define HAVE_SYS_TYPES_H 1
  12073. | #define HAVE_SYS_STAT_H 1
  12074. | #define HAVE_STDLIB_H 1
  12075. | #define HAVE_STRING_H 1
  12076. | #define HAVE_MEMORY_H 1
  12077. | #define HAVE_STRINGS_H 1
  12078. | #define HAVE_INTTYPES_H 1
  12079. | #define HAVE_STDINT_H 1
  12080. | #define HAVE_UNISTD_H 1
  12081. | #define HAVE_DLFCN_H 1
  12082. | #define LT_OBJDIR ".libs/"
  12083. | #define DEFINE_ALL_CHARACTER_SETS 1
  12084. | #define HAVE_CHARSET_latin1 1
  12085. | #define HAVE_CHARSET_latin1 1
  12086. | #define HAVE_CHARSET_utf8 1
  12087. | #define USE_MB 1
  12088. | #define USE_MB_IDENT 1
  12089. | #define HAVE_CHARSET_big5 1
  12090. | #define USE_MB 1
  12091. | #define USE_MB_IDENT 1
  12092. | #define HAVE_CHARSET_cp1250 1
  12093. | #define HAVE_CHARSET_cp932 1
  12094. | #define USE_MB 1
  12095. | #define USE_MB_IDENT 1
  12096. | #define HAVE_CHARSET_eucjpms 1
  12097. | #define USE_MB 1
  12098. | #define USE_MB_IDENT 1
  12099. | #define HAVE_CHARSET_euckr 1
  12100. | #define USE_MB 1
  12101. | #define USE_MB_IDENT 1
  12102. | #define HAVE_CHARSET_gb2312 1
  12103. | #define USE_MB 1
  12104. | #define USE_MB_IDENT 1
  12105. | #define HAVE_CHARSET_gbk 1
  12106. | #define USE_MB 1
  12107. | #define USE_MB_IDENT 1
  12108. | #define HAVE_CHARSET_latin1 1
  12109. | #define HAVE_CHARSET_latin2 1
  12110. | #define HAVE_CHARSET_sjis 1
  12111. | #define USE_MB 1
  12112. | #define USE_MB_IDENT 1
  12113. | #define HAVE_CHARSET_tis620 1
  12114. | #define HAVE_CHARSET_ucs2 1
  12115. | #define USE_MB 1
  12116. | #define USE_MB_IDENT 1
  12117. | #define HAVE_CHARSET_ujis 1
  12118. | #define USE_MB 1
  12119. | #define USE_MB_IDENT 1
  12120. | #define HAVE_CHARSET_utf8 1
  12121. | #define USE_MB 1
  12122. | #define USE_MB_IDENT 1
  12123. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  12124. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  12125. | #define HAVE_UCA_COLLATIONS 1
  12126. | #define PROTOCOL_VERSION 10
  12127. | #define DOT_FRM_VERSION 6
  12128. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  12129. | #define MACHINE_TYPE "i386"
  12130. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  12131. | #define COMMUNITY_SERVER 1
  12132. | #define ENABLED_PROFILING 1
  12133. | #define HAVE_DIRENT_H 1
  12134. | #define STDC_HEADERS 1
  12135. | #define HAVE_SYS_WAIT_H 1
  12136. | #define HAVE_FCNTL_H 1
  12137. | #define HAVE_FENV_H 1
  12138. | #define HAVE_FLOAT_H 1
  12139. | #define HAVE_LIMITS_H 1
  12140. | #define HAVE_MEMORY_H 1
  12141. | #define HAVE_PWD_H 1
  12142. | #define HAVE_STDLIB_H 1
  12143. | #define HAVE_STDDEF_H 1
  12144. | #define HAVE_STRINGS_H 1
  12145. | #define HAVE_STRING_H 1
  12146. | #define HAVE_SYS_MMAN_H 1
  12147. | #define HAVE_SYS_SOCKET_H 1
  12148. | #define HAVE_NETINET_IN_H 1
  12149. | #define HAVE_ARPA_INET_H 1
  12150. | #define HAVE_SYS_TIMEB_H 1
  12151. | #define HAVE_SYS_TYPES_H 1
  12152. | #define HAVE_SYS_UN_H 1
  12153. | #define HAVE_SYS_VADVISE_H 1
  12154. | #define HAVE_SYS_WAIT_H 1
  12155. | #define HAVE_TERM_H 1
  12156. | #define HAVE_UNISTD_H 1
  12157. | #define HAVE_UTIME_H 1
  12158. | #define HAVE_TERMIOS_H 1
  12159. | #define HAVE_SCHED_H 1
  12160. | #define HAVE_ALLOCA_H 1
  12161. | #define HAVE_SYS_IOCTL_H 1
  12162. | #define HAVE_SYS_MALLOC_H 1
  12163. | #define HAVE_SYS_IPC_H 1
  12164. | #define HAVE_SYS_SHM_H 1
  12165. | #define HAVE_SYS_RESOURCE_H 1
  12166. | #define HAVE_SYS_PARAM_H 1
  12167. | #define HAVE_EXECINFO_H 1
  12168. | #define HAVE_LIBM 1
  12169. | #define HAVE_CRYPT 1
  12170. | #define HAVE_SCHED_YIELD 1
  12171. | #define HAVE_COMPRESS 1
  12172. | #define HAVE_UINT 1
  12173. | #define HAVE_IN_ADDR_T 1
  12174. | #define HAVE_LIBPTHREAD 1
  12175. | #define HAVE_STRTOK_R 1
  12176. | #define HAVE_LIBDL 1
  12177. | #define HAVE_DLOPEN 1
  12178. | #define HAVE_DLERROR 1
  12179. | #define HAVE_RESTARTABLE_SYSCALLS 1
  12180. | #define DBUG_OFF 1
  12181. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12182. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  12183. | #define HAVE_ST_RDEV 1
  12184. | #define TIME_WITH_SYS_TIME 1
  12185. | #define SIZEOF_CHAR 1
  12186. | #define SIZEOF_CHARP 8
  12187. | #define SIZEOF_SHORT 2
  12188. | #define SIZEOF_INT 4
  12189. | #define SIZEOF_LONG 8
  12190. | #define SIZEOF_LONG_LONG 8
  12191. | #define SIZEOF_OFF_T 8
  12192. | #define SIZEOF_TIME_T 8
  12193. | #define AC_APPLE_UNIVERSAL_BUILD 1
  12194. | #define SOCKET_SIZE_TYPE socklen_t
  12195. | #define STRUCT_RLIMIT struct rlimit
  12196. | #define STACK_DIRECTION -1
  12197. | #define HAVE_ALLOCA 1
  12198. | #define HAVE_ALLOCA 1
  12199. | #define HAVE_TZNAME 1
  12200. | #define HAVE_BOOL 1
  12201. | #define HAVE_OFF_T 1
  12202. | #define HAVE_SIZE_T 1
  12203. | #define HAVE_U_INT32_T 1
  12204. | #define HAVE_SYS_CDEFS_H 1
  12205. | #define HAVE_ALLOCA_H 1
  12206. | #define HAVE_ALLOCA 1
  12207. | #define RETSIGTYPE void
  12208. | #define HAVE_REGCOMP 1
  12209. | #define HAVE_STRDUP 1
  12210. | #define HAVE_VIS_H 1
  12211. | #define HAVE_STRLCAT 1
  12212. | #define HAVE_STRLCPY 1
  12213. | #define HAVE_ISSETUGID 1
  12214. | #define HAVE_FGETLN 1
  12215. | #define HAVE_FLOCKFILE 1
  12216. | #define HAVE_STDARG_H 1
  12217. | #define HAVE_DIRENT_H 1
  12218. | #define HAVE_LOCALE_H 1
  12219. | #define HAVE_SYS_DIR_H 1
  12220. | #define HAVE_SYS_FILE_H 1
  12221. | #define HAVE_SYS_SELECT_H 1
  12222. | #define HAVE_SYS_MMAN_H 1
  12223. | #define HAVE_CURSES_H 1
  12224. | #define HAVE_TERMCAP_H 1
  12225. | #define HAVE_GRP_H 1
  12226. | #define HAVE_PATHS_H 1
  12227. | #define HAVE_SEMAPHORE_H 1
  12228. | #define HAVE_LSTAT 1
  12229. | #define HAVE_PUTENV 1
  12230. | #define HAVE_SELECT 1
  12231. | #define HAVE_SETENV 1
  12232. | #define HAVE_SETLOCALE 1
  12233. | #define HAVE_STRCOLL 1
  12234. | #define HAVE_TCGETATTR 1
  12235. | #define HAVE_POSIX_SIGNALS 1
  12236. | #define GWINSZ_IN_SYS_IOCTL 1
  12237. | #define FIONREAD_IN_SYS_IOCTL 1
  12238. | #define TIOCSTAT_IN_SYS_IOCTL 1
  12239. | #define STRUCT_DIRENT_HAS_D_INO 1
  12240. | #define STRUCT_DIRENT_HAS_D_NAMLEN 1
  12241. | #define VOID_SIGHANDLER 1
  12242. | #define HAVE_WCTYPE_H 1
  12243. | #define HAVE_WCHAR_H 1
  12244. | #define HAVE_LANGINFO_H 1
  12245. | #define HAVE_MBRLEN /**/
  12246. | #define HAVE_MBSRTOWCS /**/
  12247. | #define HAVE_WCRTOMB /**/
  12248. | #define HAVE_MBRTOWC /**/
  12249. | #define HAVE_WCSCOLL /**/
  12250. | /* end confdefs.h.  */
  12251. | /* Define wcsdup to an innocuous variant, in case <limits.h> declares wcsdup.
  12252. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  12253. | #define wcsdup innocuous_wcsdup
  12254. |
  12255. | /* System header to define __stub macros and hopefully few prototypes,
  12256. |     which can conflict with char wcsdup (); below.
  12257. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  12258. |     <limits.h> exists even on freestanding compilers.  */
  12259. |
  12260. | #ifdef __STDC__
  12261. | # include <limits.h>
  12262. | #else
  12263. | # include <assert.h>
  12264. | #endif
  12265. |
  12266. | #undef wcsdup
  12267. |
  12268. | /* Override any GCC internal prototype to avoid an error.
  12269. |    Use char because int might match the return type of a GCC
  12270. |    builtin and then its argument prototype would still apply.  */
  12271. | #ifdef __cplusplus
  12272. | extern "C"
  12273. | #endif
  12274. | char wcsdup ();
  12275. | /* The GNU C library defines this for functions which it implements
  12276. |     to always fail with ENOSYS.  Some functions are actually named
  12277. |     something starting with __ and the normal name is an alias.  */
  12278. | #if defined __stub_wcsdup || defined __stub___wcsdup
  12279. | choke me
  12280. | #endif
  12281. |
  12282. | int
  12283. | main ()
  12284. | {
  12285. | return wcsdup ();
  12286. |   ;
  12287. |   return 0;
  12288. | }
  12289. configure:35889: result: no
  12290. configure:35899: checking for wcwidth
  12291. configure:35955: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12292. configure:35962: $? = 0
  12293. configure:35982: result: yes
  12294. configure:35992: checking for wctype
  12295. configure:36048: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12296. configure:36055: $? = 0
  12297. configure:36075: result: yes
  12298. configure:36086: checking for mbstate_t
  12299. configure:36117: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  12300. configure:36124: $? = 0
  12301. configure:36139: result: yes
  12302. configure:36157: checking for iswlower
  12303. configure:36213: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12304. conftest.c:215: warning: conflicting types for built-in function 'iswlower'
  12305. configure:36220: $? = 0
  12306. configure:36242: result: yes
  12307. configure:36157: checking for iswupper
  12308. configure:36213: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12309. conftest.c:216: warning: conflicting types for built-in function 'iswupper'
  12310. configure:36220: $? = 0
  12311. configure:36242: result: yes
  12312. configure:36157: checking for towlower
  12313. configure:36213: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12314. conftest.c:217: warning: conflicting types for built-in function 'towlower'
  12315. configure:36220: $? = 0
  12316. configure:36242: result: yes
  12317. configure:36157: checking for towupper
  12318. configure:36213: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12319. conftest.c:218: warning: conflicting types for built-in function 'towupper'
  12320. configure:36220: $? = 0
  12321. configure:36242: result: yes
  12322. configure:36157: checking for iswctype
  12323. configure:36213: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12324. configure:36220: $? = 0
  12325. configure:36242: result: yes
  12326. configure:36255: checking for nl_langinfo and CODESET
  12327. configure:36281: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lm  >&5
  12328. configure:36288: $? = 0
  12329. configure:36308: result: yes
  12330. configure:36318: checking for wchar_t in wchar.h
  12331. configure:36348: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  12332. configure:36355: $? = 0
  12333. configure:36370: result: yes
  12334. configure:36380: checking for wctype_t in wctype.h
  12335. configure:36409: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  12336. configure:36416: $? = 0
  12337. configure:36431: result: yes
  12338. configure:36441: checking for wint_t in wctype.h
  12339. configure:36470: /usr/bin/gcc-4.2 -c  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include conftest.c >&5
  12340. configure:36477: $? = 0
  12341. configure:36492: result: yes
  12342. configure:36509: checking for tgetent in -lncursesw
  12343. configure:36544: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lncursesw  -lm  >&5
  12344. ld: warning: in /opt/local/lib/libncursesw.a, file is not of required architecture
  12345. Undefined symbols:
  12346.   "_tgetent", referenced from:
  12347.       _main in ccWgHdqJ.o
  12348. ld: symbol(s) not found
  12349. collect2: ld returned 1 exit status
  12350. configure:36551: $? = 1
  12351. configure: failed program was:
  12352. | /* confdefs.h.  */
  12353. | #define PACKAGE_NAME "MySQL Server"
  12354. | #define PACKAGE_TARNAME "mysql"
  12355. | #define PACKAGE_VERSION "5.1.57"
  12356. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  12357. | #define PACKAGE_BUGREPORT ""
  12358. | #define PACKAGE "mysql"
  12359. | #define VERSION "5.1.57"
  12360. | #define STDC_HEADERS 1
  12361. | #define HAVE_SYS_TYPES_H 1
  12362. | #define HAVE_SYS_STAT_H 1
  12363. | #define HAVE_STDLIB_H 1
  12364. | #define HAVE_STRING_H 1
  12365. | #define HAVE_MEMORY_H 1
  12366. | #define HAVE_STRINGS_H 1
  12367. | #define HAVE_INTTYPES_H 1
  12368. | #define HAVE_STDINT_H 1
  12369. | #define HAVE_UNISTD_H 1
  12370. | #define HAVE_DLFCN_H 1
  12371. | #define LT_OBJDIR ".libs/"
  12372. | #define DEFINE_ALL_CHARACTER_SETS 1
  12373. | #define HAVE_CHARSET_latin1 1
  12374. | #define HAVE_CHARSET_latin1 1
  12375. | #define HAVE_CHARSET_utf8 1
  12376. | #define USE_MB 1
  12377. | #define USE_MB_IDENT 1
  12378. | #define HAVE_CHARSET_big5 1
  12379. | #define USE_MB 1
  12380. | #define USE_MB_IDENT 1
  12381. | #define HAVE_CHARSET_cp1250 1
  12382. | #define HAVE_CHARSET_cp932 1
  12383. | #define USE_MB 1
  12384. | #define USE_MB_IDENT 1
  12385. | #define HAVE_CHARSET_eucjpms 1
  12386. | #define USE_MB 1
  12387. | #define USE_MB_IDENT 1
  12388. | #define HAVE_CHARSET_euckr 1
  12389. | #define USE_MB 1
  12390. | #define USE_MB_IDENT 1
  12391. | #define HAVE_CHARSET_gb2312 1
  12392. | #define USE_MB 1
  12393. | #define USE_MB_IDENT 1
  12394. | #define HAVE_CHARSET_gbk 1
  12395. | #define USE_MB 1
  12396. | #define USE_MB_IDENT 1
  12397. | #define HAVE_CHARSET_latin1 1
  12398. | #define HAVE_CHARSET_latin2 1
  12399. | #define HAVE_CHARSET_sjis 1
  12400. | #define USE_MB 1
  12401. | #define USE_MB_IDENT 1
  12402. | #define HAVE_CHARSET_tis620 1
  12403. | #define HAVE_CHARSET_ucs2 1
  12404. | #define USE_MB 1
  12405. | #define USE_MB_IDENT 1
  12406. | #define HAVE_CHARSET_ujis 1
  12407. | #define USE_MB 1
  12408. | #define USE_MB_IDENT 1
  12409. | #define HAVE_CHARSET_utf8 1
  12410. | #define USE_MB 1
  12411. | #define USE_MB_IDENT 1
  12412. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  12413. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  12414. | #define HAVE_UCA_COLLATIONS 1
  12415. | #define PROTOCOL_VERSION 10
  12416. | #define DOT_FRM_VERSION 6
  12417. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  12418. | #define MACHINE_TYPE "i386"
  12419. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  12420. | #define COMMUNITY_SERVER 1
  12421. | #define ENABLED_PROFILING 1
  12422. | #define HAVE_DIRENT_H 1
  12423. | #define STDC_HEADERS 1
  12424. | #define HAVE_SYS_WAIT_H 1
  12425. | #define HAVE_FCNTL_H 1
  12426. | #define HAVE_FENV_H 1
  12427. | #define HAVE_FLOAT_H 1
  12428. | #define HAVE_LIMITS_H 1
  12429. | #define HAVE_MEMORY_H 1
  12430. | #define HAVE_PWD_H 1
  12431. | #define HAVE_STDLIB_H 1
  12432. | #define HAVE_STDDEF_H 1
  12433. | #define HAVE_STRINGS_H 1
  12434. | #define HAVE_STRING_H 1
  12435. | #define HAVE_SYS_MMAN_H 1
  12436. | #define HAVE_SYS_SOCKET_H 1
  12437. | #define HAVE_NETINET_IN_H 1
  12438. | #define HAVE_ARPA_INET_H 1
  12439. | #define HAVE_SYS_TIMEB_H 1
  12440. | #define HAVE_SYS_TYPES_H 1
  12441. | #define HAVE_SYS_UN_H 1
  12442. | #define HAVE_SYS_VADVISE_H 1
  12443. | #define HAVE_SYS_WAIT_H 1
  12444. | #define HAVE_TERM_H 1
  12445. | #define HAVE_UNISTD_H 1
  12446. | #define HAVE_UTIME_H 1
  12447. | #define HAVE_TERMIOS_H 1
  12448. | #define HAVE_SCHED_H 1
  12449. | #define HAVE_ALLOCA_H 1
  12450. | #define HAVE_SYS_IOCTL_H 1
  12451. | #define HAVE_SYS_MALLOC_H 1
  12452. | #define HAVE_SYS_IPC_H 1
  12453. | #define HAVE_SYS_SHM_H 1
  12454. | #define HAVE_SYS_RESOURCE_H 1
  12455. | #define HAVE_SYS_PARAM_H 1
  12456. | #define HAVE_EXECINFO_H 1
  12457. | #define HAVE_LIBM 1
  12458. | #define HAVE_CRYPT 1
  12459. | #define HAVE_SCHED_YIELD 1
  12460. | #define HAVE_COMPRESS 1
  12461. | #define HAVE_UINT 1
  12462. | #define HAVE_IN_ADDR_T 1
  12463. | #define HAVE_LIBPTHREAD 1
  12464. | #define HAVE_STRTOK_R 1
  12465. | #define HAVE_LIBDL 1
  12466. | #define HAVE_DLOPEN 1
  12467. | #define HAVE_DLERROR 1
  12468. | #define HAVE_RESTARTABLE_SYSCALLS 1
  12469. | #define DBUG_OFF 1
  12470. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12471. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  12472. | #define HAVE_ST_RDEV 1
  12473. | #define TIME_WITH_SYS_TIME 1
  12474. | #define SIZEOF_CHAR 1
  12475. | #define SIZEOF_CHARP 8
  12476. | #define SIZEOF_SHORT 2
  12477. | #define SIZEOF_INT 4
  12478. | #define SIZEOF_LONG 8
  12479. | #define SIZEOF_LONG_LONG 8
  12480. | #define SIZEOF_OFF_T 8
  12481. | #define SIZEOF_TIME_T 8
  12482. | #define AC_APPLE_UNIVERSAL_BUILD 1
  12483. | #define SOCKET_SIZE_TYPE socklen_t
  12484. | #define STRUCT_RLIMIT struct rlimit
  12485. | #define STACK_DIRECTION -1
  12486. | #define HAVE_ALLOCA 1
  12487. | #define HAVE_ALLOCA 1
  12488. | #define HAVE_TZNAME 1
  12489. | #define HAVE_BOOL 1
  12490. | #define HAVE_OFF_T 1
  12491. | #define HAVE_SIZE_T 1
  12492. | #define HAVE_U_INT32_T 1
  12493. | #define HAVE_SYS_CDEFS_H 1
  12494. | #define HAVE_ALLOCA_H 1
  12495. | #define HAVE_ALLOCA 1
  12496. | #define RETSIGTYPE void
  12497. | #define HAVE_REGCOMP 1
  12498. | #define HAVE_STRDUP 1
  12499. | #define HAVE_VIS_H 1
  12500. | #define HAVE_STRLCAT 1
  12501. | #define HAVE_STRLCPY 1
  12502. | #define HAVE_ISSETUGID 1
  12503. | #define HAVE_FGETLN 1
  12504. | #define HAVE_FLOCKFILE 1
  12505. | #define HAVE_STDARG_H 1
  12506. | #define HAVE_DIRENT_H 1
  12507. | #define HAVE_LOCALE_H 1
  12508. | #define HAVE_SYS_DIR_H 1
  12509. | #define HAVE_SYS_FILE_H 1
  12510. | #define HAVE_SYS_SELECT_H 1
  12511. | #define HAVE_SYS_MMAN_H 1
  12512. | #define HAVE_CURSES_H 1
  12513. | #define HAVE_TERMCAP_H 1
  12514. | #define HAVE_GRP_H 1
  12515. | #define HAVE_PATHS_H 1
  12516. | #define HAVE_SEMAPHORE_H 1
  12517. | #define HAVE_LSTAT 1
  12518. | #define HAVE_PUTENV 1
  12519. | #define HAVE_SELECT 1
  12520. | #define HAVE_SETENV 1
  12521. | #define HAVE_SETLOCALE 1
  12522. | #define HAVE_STRCOLL 1
  12523. | #define HAVE_TCGETATTR 1
  12524. | #define HAVE_POSIX_SIGNALS 1
  12525. | #define GWINSZ_IN_SYS_IOCTL 1
  12526. | #define FIONREAD_IN_SYS_IOCTL 1
  12527. | #define TIOCSTAT_IN_SYS_IOCTL 1
  12528. | #define STRUCT_DIRENT_HAS_D_INO 1
  12529. | #define STRUCT_DIRENT_HAS_D_NAMLEN 1
  12530. | #define VOID_SIGHANDLER 1
  12531. | #define HAVE_WCTYPE_H 1
  12532. | #define HAVE_WCHAR_H 1
  12533. | #define HAVE_LANGINFO_H 1
  12534. | #define HAVE_MBRLEN /**/
  12535. | #define HAVE_MBSRTOWCS /**/
  12536. | #define HAVE_WCRTOMB /**/
  12537. | #define HAVE_MBRTOWC /**/
  12538. | #define HAVE_WCSCOLL /**/
  12539. | #define HAVE_WCWIDTH /**/
  12540. | #define HAVE_WCTYPE /**/
  12541. | #define HAVE_MBSTATE_T /**/
  12542. | #define HAVE_ISWLOWER 1
  12543. | #define HAVE_ISWUPPER 1
  12544. | #define HAVE_TOWLOWER 1
  12545. | #define HAVE_TOWUPPER 1
  12546. | #define HAVE_ISWCTYPE 1
  12547. | #define HAVE_LANGINFO_CODESET /**/
  12548. | #define HAVE_WCHAR_T 1
  12549. | #define HAVE_WCTYPE_T 1
  12550. | #define HAVE_WINT_T 1
  12551. | /* end confdefs.h.  */
  12552. |
  12553. | /* Override any GCC internal prototype to avoid an error.
  12554. |    Use char because int might match the return type of a GCC
  12555. |    builtin and then its argument prototype would still apply.  */
  12556. | #ifdef __cplusplus
  12557. | extern "C"
  12558. | #endif
  12559. | char tgetent ();
  12560. | int
  12561. | main ()
  12562. | {
  12563. | return tgetent ();
  12564. |   ;
  12565. |   return 0;
  12566. | }
  12567. configure:36572: result: no
  12568. configure:36577: checking for tgetent in -lncurses
  12569. configure:36612: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lncurses  -lm  >&5
  12570. ld: warning: in /opt/local/lib/libncurses.dylib, file is not of required architecture
  12571. Undefined symbols:
  12572.   "_tgetent", referenced from:
  12573.       _main in ccBFAtu9.o
  12574. ld: symbol(s) not found
  12575. collect2: ld returned 1 exit status
  12576. configure:36619: $? = 1
  12577. configure: failed program was:
  12578. | /* confdefs.h.  */
  12579. | #define PACKAGE_NAME "MySQL Server"
  12580. | #define PACKAGE_TARNAME "mysql"
  12581. | #define PACKAGE_VERSION "5.1.57"
  12582. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  12583. | #define PACKAGE_BUGREPORT ""
  12584. | #define PACKAGE "mysql"
  12585. | #define VERSION "5.1.57"
  12586. | #define STDC_HEADERS 1
  12587. | #define HAVE_SYS_TYPES_H 1
  12588. | #define HAVE_SYS_STAT_H 1
  12589. | #define HAVE_STDLIB_H 1
  12590. | #define HAVE_STRING_H 1
  12591. | #define HAVE_MEMORY_H 1
  12592. | #define HAVE_STRINGS_H 1
  12593. | #define HAVE_INTTYPES_H 1
  12594. | #define HAVE_STDINT_H 1
  12595. | #define HAVE_UNISTD_H 1
  12596. | #define HAVE_DLFCN_H 1
  12597. | #define LT_OBJDIR ".libs/"
  12598. | #define DEFINE_ALL_CHARACTER_SETS 1
  12599. | #define HAVE_CHARSET_latin1 1
  12600. | #define HAVE_CHARSET_latin1 1
  12601. | #define HAVE_CHARSET_utf8 1
  12602. | #define USE_MB 1
  12603. | #define USE_MB_IDENT 1
  12604. | #define HAVE_CHARSET_big5 1
  12605. | #define USE_MB 1
  12606. | #define USE_MB_IDENT 1
  12607. | #define HAVE_CHARSET_cp1250 1
  12608. | #define HAVE_CHARSET_cp932 1
  12609. | #define USE_MB 1
  12610. | #define USE_MB_IDENT 1
  12611. | #define HAVE_CHARSET_eucjpms 1
  12612. | #define USE_MB 1
  12613. | #define USE_MB_IDENT 1
  12614. | #define HAVE_CHARSET_euckr 1
  12615. | #define USE_MB 1
  12616. | #define USE_MB_IDENT 1
  12617. | #define HAVE_CHARSET_gb2312 1
  12618. | #define USE_MB 1
  12619. | #define USE_MB_IDENT 1
  12620. | #define HAVE_CHARSET_gbk 1
  12621. | #define USE_MB 1
  12622. | #define USE_MB_IDENT 1
  12623. | #define HAVE_CHARSET_latin1 1
  12624. | #define HAVE_CHARSET_latin2 1
  12625. | #define HAVE_CHARSET_sjis 1
  12626. | #define USE_MB 1
  12627. | #define USE_MB_IDENT 1
  12628. | #define HAVE_CHARSET_tis620 1
  12629. | #define HAVE_CHARSET_ucs2 1
  12630. | #define USE_MB 1
  12631. | #define USE_MB_IDENT 1
  12632. | #define HAVE_CHARSET_ujis 1
  12633. | #define USE_MB 1
  12634. | #define USE_MB_IDENT 1
  12635. | #define HAVE_CHARSET_utf8 1
  12636. | #define USE_MB 1
  12637. | #define USE_MB_IDENT 1
  12638. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  12639. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  12640. | #define HAVE_UCA_COLLATIONS 1
  12641. | #define PROTOCOL_VERSION 10
  12642. | #define DOT_FRM_VERSION 6
  12643. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  12644. | #define MACHINE_TYPE "i386"
  12645. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  12646. | #define COMMUNITY_SERVER 1
  12647. | #define ENABLED_PROFILING 1
  12648. | #define HAVE_DIRENT_H 1
  12649. | #define STDC_HEADERS 1
  12650. | #define HAVE_SYS_WAIT_H 1
  12651. | #define HAVE_FCNTL_H 1
  12652. | #define HAVE_FENV_H 1
  12653. | #define HAVE_FLOAT_H 1
  12654. | #define HAVE_LIMITS_H 1
  12655. | #define HAVE_MEMORY_H 1
  12656. | #define HAVE_PWD_H 1
  12657. | #define HAVE_STDLIB_H 1
  12658. | #define HAVE_STDDEF_H 1
  12659. | #define HAVE_STRINGS_H 1
  12660. | #define HAVE_STRING_H 1
  12661. | #define HAVE_SYS_MMAN_H 1
  12662. | #define HAVE_SYS_SOCKET_H 1
  12663. | #define HAVE_NETINET_IN_H 1
  12664. | #define HAVE_ARPA_INET_H 1
  12665. | #define HAVE_SYS_TIMEB_H 1
  12666. | #define HAVE_SYS_TYPES_H 1
  12667. | #define HAVE_SYS_UN_H 1
  12668. | #define HAVE_SYS_VADVISE_H 1
  12669. | #define HAVE_SYS_WAIT_H 1
  12670. | #define HAVE_TERM_H 1
  12671. | #define HAVE_UNISTD_H 1
  12672. | #define HAVE_UTIME_H 1
  12673. | #define HAVE_TERMIOS_H 1
  12674. | #define HAVE_SCHED_H 1
  12675. | #define HAVE_ALLOCA_H 1
  12676. | #define HAVE_SYS_IOCTL_H 1
  12677. | #define HAVE_SYS_MALLOC_H 1
  12678. | #define HAVE_SYS_IPC_H 1
  12679. | #define HAVE_SYS_SHM_H 1
  12680. | #define HAVE_SYS_RESOURCE_H 1
  12681. | #define HAVE_SYS_PARAM_H 1
  12682. | #define HAVE_EXECINFO_H 1
  12683. | #define HAVE_LIBM 1
  12684. | #define HAVE_CRYPT 1
  12685. | #define HAVE_SCHED_YIELD 1
  12686. | #define HAVE_COMPRESS 1
  12687. | #define HAVE_UINT 1
  12688. | #define HAVE_IN_ADDR_T 1
  12689. | #define HAVE_LIBPTHREAD 1
  12690. | #define HAVE_STRTOK_R 1
  12691. | #define HAVE_LIBDL 1
  12692. | #define HAVE_DLOPEN 1
  12693. | #define HAVE_DLERROR 1
  12694. | #define HAVE_RESTARTABLE_SYSCALLS 1
  12695. | #define DBUG_OFF 1
  12696. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12697. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  12698. | #define HAVE_ST_RDEV 1
  12699. | #define TIME_WITH_SYS_TIME 1
  12700. | #define SIZEOF_CHAR 1
  12701. | #define SIZEOF_CHARP 8
  12702. | #define SIZEOF_SHORT 2
  12703. | #define SIZEOF_INT 4
  12704. | #define SIZEOF_LONG 8
  12705. | #define SIZEOF_LONG_LONG 8
  12706. | #define SIZEOF_OFF_T 8
  12707. | #define SIZEOF_TIME_T 8
  12708. | #define AC_APPLE_UNIVERSAL_BUILD 1
  12709. | #define SOCKET_SIZE_TYPE socklen_t
  12710. | #define STRUCT_RLIMIT struct rlimit
  12711. | #define STACK_DIRECTION -1
  12712. | #define HAVE_ALLOCA 1
  12713. | #define HAVE_ALLOCA 1
  12714. | #define HAVE_TZNAME 1
  12715. | #define HAVE_BOOL 1
  12716. | #define HAVE_OFF_T 1
  12717. | #define HAVE_SIZE_T 1
  12718. | #define HAVE_U_INT32_T 1
  12719. | #define HAVE_SYS_CDEFS_H 1
  12720. | #define HAVE_ALLOCA_H 1
  12721. | #define HAVE_ALLOCA 1
  12722. | #define RETSIGTYPE void
  12723. | #define HAVE_REGCOMP 1
  12724. | #define HAVE_STRDUP 1
  12725. | #define HAVE_VIS_H 1
  12726. | #define HAVE_STRLCAT 1
  12727. | #define HAVE_STRLCPY 1
  12728. | #define HAVE_ISSETUGID 1
  12729. | #define HAVE_FGETLN 1
  12730. | #define HAVE_FLOCKFILE 1
  12731. | #define HAVE_STDARG_H 1
  12732. | #define HAVE_DIRENT_H 1
  12733. | #define HAVE_LOCALE_H 1
  12734. | #define HAVE_SYS_DIR_H 1
  12735. | #define HAVE_SYS_FILE_H 1
  12736. | #define HAVE_SYS_SELECT_H 1
  12737. | #define HAVE_SYS_MMAN_H 1
  12738. | #define HAVE_CURSES_H 1
  12739. | #define HAVE_TERMCAP_H 1
  12740. | #define HAVE_GRP_H 1
  12741. | #define HAVE_PATHS_H 1
  12742. | #define HAVE_SEMAPHORE_H 1
  12743. | #define HAVE_LSTAT 1
  12744. | #define HAVE_PUTENV 1
  12745. | #define HAVE_SELECT 1
  12746. | #define HAVE_SETENV 1
  12747. | #define HAVE_SETLOCALE 1
  12748. | #define HAVE_STRCOLL 1
  12749. | #define HAVE_TCGETATTR 1
  12750. | #define HAVE_POSIX_SIGNALS 1
  12751. | #define GWINSZ_IN_SYS_IOCTL 1
  12752. | #define FIONREAD_IN_SYS_IOCTL 1
  12753. | #define TIOCSTAT_IN_SYS_IOCTL 1
  12754. | #define STRUCT_DIRENT_HAS_D_INO 1
  12755. | #define STRUCT_DIRENT_HAS_D_NAMLEN 1
  12756. | #define VOID_SIGHANDLER 1
  12757. | #define HAVE_WCTYPE_H 1
  12758. | #define HAVE_WCHAR_H 1
  12759. | #define HAVE_LANGINFO_H 1
  12760. | #define HAVE_MBRLEN /**/
  12761. | #define HAVE_MBSRTOWCS /**/
  12762. | #define HAVE_WCRTOMB /**/
  12763. | #define HAVE_MBRTOWC /**/
  12764. | #define HAVE_WCSCOLL /**/
  12765. | #define HAVE_WCWIDTH /**/
  12766. | #define HAVE_WCTYPE /**/
  12767. | #define HAVE_MBSTATE_T /**/
  12768. | #define HAVE_ISWLOWER 1
  12769. | #define HAVE_ISWUPPER 1
  12770. | #define HAVE_TOWLOWER 1
  12771. | #define HAVE_TOWUPPER 1
  12772. | #define HAVE_ISWCTYPE 1
  12773. | #define HAVE_LANGINFO_CODESET /**/
  12774. | #define HAVE_WCHAR_T 1
  12775. | #define HAVE_WCTYPE_T 1
  12776. | #define HAVE_WINT_T 1
  12777. | /* end confdefs.h.  */
  12778. |
  12779. | /* Override any GCC internal prototype to avoid an error.
  12780. |    Use char because int might match the return type of a GCC
  12781. |    builtin and then its argument prototype would still apply.  */
  12782. | #ifdef __cplusplus
  12783. | extern "C"
  12784. | #endif
  12785. | char tgetent ();
  12786. | int
  12787. | main ()
  12788. | {
  12789. | return tgetent ();
  12790. |   ;
  12791. |   return 0;
  12792. | }
  12793. configure:36640: result: no
  12794. configure:36645: checking for tgetent in -lcurses
  12795. configure:36680: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lcurses  -lm  >&5
  12796. ld: warning: in /opt/local/lib/libcurses.dylib, file is not of required architecture
  12797. Undefined symbols:
  12798.   "_tgetent", referenced from:
  12799.       _main in ccQ2tiwb.o
  12800. ld: symbol(s) not found
  12801. collect2: ld returned 1 exit status
  12802. configure:36687: $? = 1
  12803. configure: failed program was:
  12804. | /* confdefs.h.  */
  12805. | #define PACKAGE_NAME "MySQL Server"
  12806. | #define PACKAGE_TARNAME "mysql"
  12807. | #define PACKAGE_VERSION "5.1.57"
  12808. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  12809. | #define PACKAGE_BUGREPORT ""
  12810. | #define PACKAGE "mysql"
  12811. | #define VERSION "5.1.57"
  12812. | #define STDC_HEADERS 1
  12813. | #define HAVE_SYS_TYPES_H 1
  12814. | #define HAVE_SYS_STAT_H 1
  12815. | #define HAVE_STDLIB_H 1
  12816. | #define HAVE_STRING_H 1
  12817. | #define HAVE_MEMORY_H 1
  12818. | #define HAVE_STRINGS_H 1
  12819. | #define HAVE_INTTYPES_H 1
  12820. | #define HAVE_STDINT_H 1
  12821. | #define HAVE_UNISTD_H 1
  12822. | #define HAVE_DLFCN_H 1
  12823. | #define LT_OBJDIR ".libs/"
  12824. | #define DEFINE_ALL_CHARACTER_SETS 1
  12825. | #define HAVE_CHARSET_latin1 1
  12826. | #define HAVE_CHARSET_latin1 1
  12827. | #define HAVE_CHARSET_utf8 1
  12828. | #define USE_MB 1
  12829. | #define USE_MB_IDENT 1
  12830. | #define HAVE_CHARSET_big5 1
  12831. | #define USE_MB 1
  12832. | #define USE_MB_IDENT 1
  12833. | #define HAVE_CHARSET_cp1250 1
  12834. | #define HAVE_CHARSET_cp932 1
  12835. | #define USE_MB 1
  12836. | #define USE_MB_IDENT 1
  12837. | #define HAVE_CHARSET_eucjpms 1
  12838. | #define USE_MB 1
  12839. | #define USE_MB_IDENT 1
  12840. | #define HAVE_CHARSET_euckr 1
  12841. | #define USE_MB 1
  12842. | #define USE_MB_IDENT 1
  12843. | #define HAVE_CHARSET_gb2312 1
  12844. | #define USE_MB 1
  12845. | #define USE_MB_IDENT 1
  12846. | #define HAVE_CHARSET_gbk 1
  12847. | #define USE_MB 1
  12848. | #define USE_MB_IDENT 1
  12849. | #define HAVE_CHARSET_latin1 1
  12850. | #define HAVE_CHARSET_latin2 1
  12851. | #define HAVE_CHARSET_sjis 1
  12852. | #define USE_MB 1
  12853. | #define USE_MB_IDENT 1
  12854. | #define HAVE_CHARSET_tis620 1
  12855. | #define HAVE_CHARSET_ucs2 1
  12856. | #define USE_MB 1
  12857. | #define USE_MB_IDENT 1
  12858. | #define HAVE_CHARSET_ujis 1
  12859. | #define USE_MB 1
  12860. | #define USE_MB_IDENT 1
  12861. | #define HAVE_CHARSET_utf8 1
  12862. | #define USE_MB 1
  12863. | #define USE_MB_IDENT 1
  12864. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  12865. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  12866. | #define HAVE_UCA_COLLATIONS 1
  12867. | #define PROTOCOL_VERSION 10
  12868. | #define DOT_FRM_VERSION 6
  12869. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  12870. | #define MACHINE_TYPE "i386"
  12871. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  12872. | #define COMMUNITY_SERVER 1
  12873. | #define ENABLED_PROFILING 1
  12874. | #define HAVE_DIRENT_H 1
  12875. | #define STDC_HEADERS 1
  12876. | #define HAVE_SYS_WAIT_H 1
  12877. | #define HAVE_FCNTL_H 1
  12878. | #define HAVE_FENV_H 1
  12879. | #define HAVE_FLOAT_H 1
  12880. | #define HAVE_LIMITS_H 1
  12881. | #define HAVE_MEMORY_H 1
  12882. | #define HAVE_PWD_H 1
  12883. | #define HAVE_STDLIB_H 1
  12884. | #define HAVE_STDDEF_H 1
  12885. | #define HAVE_STRINGS_H 1
  12886. | #define HAVE_STRING_H 1
  12887. | #define HAVE_SYS_MMAN_H 1
  12888. | #define HAVE_SYS_SOCKET_H 1
  12889. | #define HAVE_NETINET_IN_H 1
  12890. | #define HAVE_ARPA_INET_H 1
  12891. | #define HAVE_SYS_TIMEB_H 1
  12892. | #define HAVE_SYS_TYPES_H 1
  12893. | #define HAVE_SYS_UN_H 1
  12894. | #define HAVE_SYS_VADVISE_H 1
  12895. | #define HAVE_SYS_WAIT_H 1
  12896. | #define HAVE_TERM_H 1
  12897. | #define HAVE_UNISTD_H 1
  12898. | #define HAVE_UTIME_H 1
  12899. | #define HAVE_TERMIOS_H 1
  12900. | #define HAVE_SCHED_H 1
  12901. | #define HAVE_ALLOCA_H 1
  12902. | #define HAVE_SYS_IOCTL_H 1
  12903. | #define HAVE_SYS_MALLOC_H 1
  12904. | #define HAVE_SYS_IPC_H 1
  12905. | #define HAVE_SYS_SHM_H 1
  12906. | #define HAVE_SYS_RESOURCE_H 1
  12907. | #define HAVE_SYS_PARAM_H 1
  12908. | #define HAVE_EXECINFO_H 1
  12909. | #define HAVE_LIBM 1
  12910. | #define HAVE_CRYPT 1
  12911. | #define HAVE_SCHED_YIELD 1
  12912. | #define HAVE_COMPRESS 1
  12913. | #define HAVE_UINT 1
  12914. | #define HAVE_IN_ADDR_T 1
  12915. | #define HAVE_LIBPTHREAD 1
  12916. | #define HAVE_STRTOK_R 1
  12917. | #define HAVE_LIBDL 1
  12918. | #define HAVE_DLOPEN 1
  12919. | #define HAVE_DLERROR 1
  12920. | #define HAVE_RESTARTABLE_SYSCALLS 1
  12921. | #define DBUG_OFF 1
  12922. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  12923. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  12924. | #define HAVE_ST_RDEV 1
  12925. | #define TIME_WITH_SYS_TIME 1
  12926. | #define SIZEOF_CHAR 1
  12927. | #define SIZEOF_CHARP 8
  12928. | #define SIZEOF_SHORT 2
  12929. | #define SIZEOF_INT 4
  12930. | #define SIZEOF_LONG 8
  12931. | #define SIZEOF_LONG_LONG 8
  12932. | #define SIZEOF_OFF_T 8
  12933. | #define SIZEOF_TIME_T 8
  12934. | #define AC_APPLE_UNIVERSAL_BUILD 1
  12935. | #define SOCKET_SIZE_TYPE socklen_t
  12936. | #define STRUCT_RLIMIT struct rlimit
  12937. | #define STACK_DIRECTION -1
  12938. | #define HAVE_ALLOCA 1
  12939. | #define HAVE_ALLOCA 1
  12940. | #define HAVE_TZNAME 1
  12941. | #define HAVE_BOOL 1
  12942. | #define HAVE_OFF_T 1
  12943. | #define HAVE_SIZE_T 1
  12944. | #define HAVE_U_INT32_T 1
  12945. | #define HAVE_SYS_CDEFS_H 1
  12946. | #define HAVE_ALLOCA_H 1
  12947. | #define HAVE_ALLOCA 1
  12948. | #define RETSIGTYPE void
  12949. | #define HAVE_REGCOMP 1
  12950. | #define HAVE_STRDUP 1
  12951. | #define HAVE_VIS_H 1
  12952. | #define HAVE_STRLCAT 1
  12953. | #define HAVE_STRLCPY 1
  12954. | #define HAVE_ISSETUGID 1
  12955. | #define HAVE_FGETLN 1
  12956. | #define HAVE_FLOCKFILE 1
  12957. | #define HAVE_STDARG_H 1
  12958. | #define HAVE_DIRENT_H 1
  12959. | #define HAVE_LOCALE_H 1
  12960. | #define HAVE_SYS_DIR_H 1
  12961. | #define HAVE_SYS_FILE_H 1
  12962. | #define HAVE_SYS_SELECT_H 1
  12963. | #define HAVE_SYS_MMAN_H 1
  12964. | #define HAVE_CURSES_H 1
  12965. | #define HAVE_TERMCAP_H 1
  12966. | #define HAVE_GRP_H 1
  12967. | #define HAVE_PATHS_H 1
  12968. | #define HAVE_SEMAPHORE_H 1
  12969. | #define HAVE_LSTAT 1
  12970. | #define HAVE_PUTENV 1
  12971. | #define HAVE_SELECT 1
  12972. | #define HAVE_SETENV 1
  12973. | #define HAVE_SETLOCALE 1
  12974. | #define HAVE_STRCOLL 1
  12975. | #define HAVE_TCGETATTR 1
  12976. | #define HAVE_POSIX_SIGNALS 1
  12977. | #define GWINSZ_IN_SYS_IOCTL 1
  12978. | #define FIONREAD_IN_SYS_IOCTL 1
  12979. | #define TIOCSTAT_IN_SYS_IOCTL 1
  12980. | #define STRUCT_DIRENT_HAS_D_INO 1
  12981. | #define STRUCT_DIRENT_HAS_D_NAMLEN 1
  12982. | #define VOID_SIGHANDLER 1
  12983. | #define HAVE_WCTYPE_H 1
  12984. | #define HAVE_WCHAR_H 1
  12985. | #define HAVE_LANGINFO_H 1
  12986. | #define HAVE_MBRLEN /**/
  12987. | #define HAVE_MBSRTOWCS /**/
  12988. | #define HAVE_WCRTOMB /**/
  12989. | #define HAVE_MBRTOWC /**/
  12990. | #define HAVE_WCSCOLL /**/
  12991. | #define HAVE_WCWIDTH /**/
  12992. | #define HAVE_WCTYPE /**/
  12993. | #define HAVE_MBSTATE_T /**/
  12994. | #define HAVE_ISWLOWER 1
  12995. | #define HAVE_ISWUPPER 1
  12996. | #define HAVE_TOWLOWER 1
  12997. | #define HAVE_TOWUPPER 1
  12998. | #define HAVE_ISWCTYPE 1
  12999. | #define HAVE_LANGINFO_CODESET /**/
  13000. | #define HAVE_WCHAR_T 1
  13001. | #define HAVE_WCTYPE_T 1
  13002. | #define HAVE_WINT_T 1
  13003. | /* end confdefs.h.  */
  13004. |
  13005. | /* Override any GCC internal prototype to avoid an error.
  13006. |    Use char because int might match the return type of a GCC
  13007. |    builtin and then its argument prototype would still apply.  */
  13008. | #ifdef __cplusplus
  13009. | extern "C"
  13010. | #endif
  13011. | char tgetent ();
  13012. | int
  13013. | main ()
  13014. | {
  13015. | return tgetent ();
  13016. |   ;
  13017. |   return 0;
  13018. | }
  13019. configure:36708: result: no
  13020. configure:36713: checking for tgetent in -ltermcap
  13021. configure:36748: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -ltermcap  -lm  >&5
  13022. ld: warning: in /opt/local/lib/libtermcap.dylib, file is not of required architecture
  13023. Undefined symbols:
  13024.   "_tgetent", referenced from:
  13025.       _main in cccEXyXB.o
  13026. ld: symbol(s) not found
  13027. collect2: ld returned 1 exit status
  13028. configure:36755: $? = 1
  13029. configure: failed program was:
  13030. | /* confdefs.h.  */
  13031. | #define PACKAGE_NAME "MySQL Server"
  13032. | #define PACKAGE_TARNAME "mysql"
  13033. | #define PACKAGE_VERSION "5.1.57"
  13034. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  13035. | #define PACKAGE_BUGREPORT ""
  13036. | #define PACKAGE "mysql"
  13037. | #define VERSION "5.1.57"
  13038. | #define STDC_HEADERS 1
  13039. | #define HAVE_SYS_TYPES_H 1
  13040. | #define HAVE_SYS_STAT_H 1
  13041. | #define HAVE_STDLIB_H 1
  13042. | #define HAVE_STRING_H 1
  13043. | #define HAVE_MEMORY_H 1
  13044. | #define HAVE_STRINGS_H 1
  13045. | #define HAVE_INTTYPES_H 1
  13046. | #define HAVE_STDINT_H 1
  13047. | #define HAVE_UNISTD_H 1
  13048. | #define HAVE_DLFCN_H 1
  13049. | #define LT_OBJDIR ".libs/"
  13050. | #define DEFINE_ALL_CHARACTER_SETS 1
  13051. | #define HAVE_CHARSET_latin1 1
  13052. | #define HAVE_CHARSET_latin1 1
  13053. | #define HAVE_CHARSET_utf8 1
  13054. | #define USE_MB 1
  13055. | #define USE_MB_IDENT 1
  13056. | #define HAVE_CHARSET_big5 1
  13057. | #define USE_MB 1
  13058. | #define USE_MB_IDENT 1
  13059. | #define HAVE_CHARSET_cp1250 1
  13060. | #define HAVE_CHARSET_cp932 1
  13061. | #define USE_MB 1
  13062. | #define USE_MB_IDENT 1
  13063. | #define HAVE_CHARSET_eucjpms 1
  13064. | #define USE_MB 1
  13065. | #define USE_MB_IDENT 1
  13066. | #define HAVE_CHARSET_euckr 1
  13067. | #define USE_MB 1
  13068. | #define USE_MB_IDENT 1
  13069. | #define HAVE_CHARSET_gb2312 1
  13070. | #define USE_MB 1
  13071. | #define USE_MB_IDENT 1
  13072. | #define HAVE_CHARSET_gbk 1
  13073. | #define USE_MB 1
  13074. | #define USE_MB_IDENT 1
  13075. | #define HAVE_CHARSET_latin1 1
  13076. | #define HAVE_CHARSET_latin2 1
  13077. | #define HAVE_CHARSET_sjis 1
  13078. | #define USE_MB 1
  13079. | #define USE_MB_IDENT 1
  13080. | #define HAVE_CHARSET_tis620 1
  13081. | #define HAVE_CHARSET_ucs2 1
  13082. | #define USE_MB 1
  13083. | #define USE_MB_IDENT 1
  13084. | #define HAVE_CHARSET_ujis 1
  13085. | #define USE_MB 1
  13086. | #define USE_MB_IDENT 1
  13087. | #define HAVE_CHARSET_utf8 1
  13088. | #define USE_MB 1
  13089. | #define USE_MB_IDENT 1
  13090. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  13091. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  13092. | #define HAVE_UCA_COLLATIONS 1
  13093. | #define PROTOCOL_VERSION 10
  13094. | #define DOT_FRM_VERSION 6
  13095. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  13096. | #define MACHINE_TYPE "i386"
  13097. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  13098. | #define COMMUNITY_SERVER 1
  13099. | #define ENABLED_PROFILING 1
  13100. | #define HAVE_DIRENT_H 1
  13101. | #define STDC_HEADERS 1
  13102. | #define HAVE_SYS_WAIT_H 1
  13103. | #define HAVE_FCNTL_H 1
  13104. | #define HAVE_FENV_H 1
  13105. | #define HAVE_FLOAT_H 1
  13106. | #define HAVE_LIMITS_H 1
  13107. | #define HAVE_MEMORY_H 1
  13108. | #define HAVE_PWD_H 1
  13109. | #define HAVE_STDLIB_H 1
  13110. | #define HAVE_STDDEF_H 1
  13111. | #define HAVE_STRINGS_H 1
  13112. | #define HAVE_STRING_H 1
  13113. | #define HAVE_SYS_MMAN_H 1
  13114. | #define HAVE_SYS_SOCKET_H 1
  13115. | #define HAVE_NETINET_IN_H 1
  13116. | #define HAVE_ARPA_INET_H 1
  13117. | #define HAVE_SYS_TIMEB_H 1
  13118. | #define HAVE_SYS_TYPES_H 1
  13119. | #define HAVE_SYS_UN_H 1
  13120. | #define HAVE_SYS_VADVISE_H 1
  13121. | #define HAVE_SYS_WAIT_H 1
  13122. | #define HAVE_TERM_H 1
  13123. | #define HAVE_UNISTD_H 1
  13124. | #define HAVE_UTIME_H 1
  13125. | #define HAVE_TERMIOS_H 1
  13126. | #define HAVE_SCHED_H 1
  13127. | #define HAVE_ALLOCA_H 1
  13128. | #define HAVE_SYS_IOCTL_H 1
  13129. | #define HAVE_SYS_MALLOC_H 1
  13130. | #define HAVE_SYS_IPC_H 1
  13131. | #define HAVE_SYS_SHM_H 1
  13132. | #define HAVE_SYS_RESOURCE_H 1
  13133. | #define HAVE_SYS_PARAM_H 1
  13134. | #define HAVE_EXECINFO_H 1
  13135. | #define HAVE_LIBM 1
  13136. | #define HAVE_CRYPT 1
  13137. | #define HAVE_SCHED_YIELD 1
  13138. | #define HAVE_COMPRESS 1
  13139. | #define HAVE_UINT 1
  13140. | #define HAVE_IN_ADDR_T 1
  13141. | #define HAVE_LIBPTHREAD 1
  13142. | #define HAVE_STRTOK_R 1
  13143. | #define HAVE_LIBDL 1
  13144. | #define HAVE_DLOPEN 1
  13145. | #define HAVE_DLERROR 1
  13146. | #define HAVE_RESTARTABLE_SYSCALLS 1
  13147. | #define DBUG_OFF 1
  13148. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13149. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13150. | #define HAVE_ST_RDEV 1
  13151. | #define TIME_WITH_SYS_TIME 1
  13152. | #define SIZEOF_CHAR 1
  13153. | #define SIZEOF_CHARP 8
  13154. | #define SIZEOF_SHORT 2
  13155. | #define SIZEOF_INT 4
  13156. | #define SIZEOF_LONG 8
  13157. | #define SIZEOF_LONG_LONG 8
  13158. | #define SIZEOF_OFF_T 8
  13159. | #define SIZEOF_TIME_T 8
  13160. | #define AC_APPLE_UNIVERSAL_BUILD 1
  13161. | #define SOCKET_SIZE_TYPE socklen_t
  13162. | #define STRUCT_RLIMIT struct rlimit
  13163. | #define STACK_DIRECTION -1
  13164. | #define HAVE_ALLOCA 1
  13165. | #define HAVE_ALLOCA 1
  13166. | #define HAVE_TZNAME 1
  13167. | #define HAVE_BOOL 1
  13168. | #define HAVE_OFF_T 1
  13169. | #define HAVE_SIZE_T 1
  13170. | #define HAVE_U_INT32_T 1
  13171. | #define HAVE_SYS_CDEFS_H 1
  13172. | #define HAVE_ALLOCA_H 1
  13173. | #define HAVE_ALLOCA 1
  13174. | #define RETSIGTYPE void
  13175. | #define HAVE_REGCOMP 1
  13176. | #define HAVE_STRDUP 1
  13177. | #define HAVE_VIS_H 1
  13178. | #define HAVE_STRLCAT 1
  13179. | #define HAVE_STRLCPY 1
  13180. | #define HAVE_ISSETUGID 1
  13181. | #define HAVE_FGETLN 1
  13182. | #define HAVE_FLOCKFILE 1
  13183. | #define HAVE_STDARG_H 1
  13184. | #define HAVE_DIRENT_H 1
  13185. | #define HAVE_LOCALE_H 1
  13186. | #define HAVE_SYS_DIR_H 1
  13187. | #define HAVE_SYS_FILE_H 1
  13188. | #define HAVE_SYS_SELECT_H 1
  13189. | #define HAVE_SYS_MMAN_H 1
  13190. | #define HAVE_CURSES_H 1
  13191. | #define HAVE_TERMCAP_H 1
  13192. | #define HAVE_GRP_H 1
  13193. | #define HAVE_PATHS_H 1
  13194. | #define HAVE_SEMAPHORE_H 1
  13195. | #define HAVE_LSTAT 1
  13196. | #define HAVE_PUTENV 1
  13197. | #define HAVE_SELECT 1
  13198. | #define HAVE_SETENV 1
  13199. | #define HAVE_SETLOCALE 1
  13200. | #define HAVE_STRCOLL 1
  13201. | #define HAVE_TCGETATTR 1
  13202. | #define HAVE_POSIX_SIGNALS 1
  13203. | #define GWINSZ_IN_SYS_IOCTL 1
  13204. | #define FIONREAD_IN_SYS_IOCTL 1
  13205. | #define TIOCSTAT_IN_SYS_IOCTL 1
  13206. | #define STRUCT_DIRENT_HAS_D_INO 1
  13207. | #define STRUCT_DIRENT_HAS_D_NAMLEN 1
  13208. | #define VOID_SIGHANDLER 1
  13209. | #define HAVE_WCTYPE_H 1
  13210. | #define HAVE_WCHAR_H 1
  13211. | #define HAVE_LANGINFO_H 1
  13212. | #define HAVE_MBRLEN /**/
  13213. | #define HAVE_MBSRTOWCS /**/
  13214. | #define HAVE_WCRTOMB /**/
  13215. | #define HAVE_MBRTOWC /**/
  13216. | #define HAVE_WCSCOLL /**/
  13217. | #define HAVE_WCWIDTH /**/
  13218. | #define HAVE_WCTYPE /**/
  13219. | #define HAVE_MBSTATE_T /**/
  13220. | #define HAVE_ISWLOWER 1
  13221. | #define HAVE_ISWUPPER 1
  13222. | #define HAVE_TOWLOWER 1
  13223. | #define HAVE_TOWUPPER 1
  13224. | #define HAVE_ISWCTYPE 1
  13225. | #define HAVE_LANGINFO_CODESET /**/
  13226. | #define HAVE_WCHAR_T 1
  13227. | #define HAVE_WCTYPE_T 1
  13228. | #define HAVE_WINT_T 1
  13229. | /* end confdefs.h.  */
  13230. |
  13231. | /* Override any GCC internal prototype to avoid an error.
  13232. |    Use char because int might match the return type of a GCC
  13233. |    builtin and then its argument prototype would still apply.  */
  13234. | #ifdef __cplusplus
  13235. | extern "C"
  13236. | #endif
  13237. | char tgetent ();
  13238. | int
  13239. | main ()
  13240. | {
  13241. | return tgetent ();
  13242. |   ;
  13243. |   return 0;
  13244. | }
  13245. configure:36776: result: no
  13246. configure:36781: checking for tgetent in -ltinfo
  13247. configure:36816: /usr/bin/gcc-4.2 -o conftest  -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -ltinfo  -lm  >&5
  13248. ld: library not found for -ltinfo
  13249. collect2: ld returned 1 exit status
  13250. configure:36823: $? = 1
  13251. configure: failed program was:
  13252. | /* confdefs.h.  */
  13253. | #define PACKAGE_NAME "MySQL Server"
  13254. | #define PACKAGE_TARNAME "mysql"
  13255. | #define PACKAGE_VERSION "5.1.57"
  13256. | #define PACKAGE_STRING "MySQL Server 5.1.57"
  13257. | #define PACKAGE_BUGREPORT ""
  13258. | #define PACKAGE "mysql"
  13259. | #define VERSION "5.1.57"
  13260. | #define STDC_HEADERS 1
  13261. | #define HAVE_SYS_TYPES_H 1
  13262. | #define HAVE_SYS_STAT_H 1
  13263. | #define HAVE_STDLIB_H 1
  13264. | #define HAVE_STRING_H 1
  13265. | #define HAVE_MEMORY_H 1
  13266. | #define HAVE_STRINGS_H 1
  13267. | #define HAVE_INTTYPES_H 1
  13268. | #define HAVE_STDINT_H 1
  13269. | #define HAVE_UNISTD_H 1
  13270. | #define HAVE_DLFCN_H 1
  13271. | #define LT_OBJDIR ".libs/"
  13272. | #define DEFINE_ALL_CHARACTER_SETS 1
  13273. | #define HAVE_CHARSET_latin1 1
  13274. | #define HAVE_CHARSET_latin1 1
  13275. | #define HAVE_CHARSET_utf8 1
  13276. | #define USE_MB 1
  13277. | #define USE_MB_IDENT 1
  13278. | #define HAVE_CHARSET_big5 1
  13279. | #define USE_MB 1
  13280. | #define USE_MB_IDENT 1
  13281. | #define HAVE_CHARSET_cp1250 1
  13282. | #define HAVE_CHARSET_cp932 1
  13283. | #define USE_MB 1
  13284. | #define USE_MB_IDENT 1
  13285. | #define HAVE_CHARSET_eucjpms 1
  13286. | #define USE_MB 1
  13287. | #define USE_MB_IDENT 1
  13288. | #define HAVE_CHARSET_euckr 1
  13289. | #define USE_MB 1
  13290. | #define USE_MB_IDENT 1
  13291. | #define HAVE_CHARSET_gb2312 1
  13292. | #define USE_MB 1
  13293. | #define USE_MB_IDENT 1
  13294. | #define HAVE_CHARSET_gbk 1
  13295. | #define USE_MB 1
  13296. | #define USE_MB_IDENT 1
  13297. | #define HAVE_CHARSET_latin1 1
  13298. | #define HAVE_CHARSET_latin2 1
  13299. | #define HAVE_CHARSET_sjis 1
  13300. | #define USE_MB 1
  13301. | #define USE_MB_IDENT 1
  13302. | #define HAVE_CHARSET_tis620 1
  13303. | #define HAVE_CHARSET_ucs2 1
  13304. | #define USE_MB 1
  13305. | #define USE_MB_IDENT 1
  13306. | #define HAVE_CHARSET_ujis 1
  13307. | #define USE_MB 1
  13308. | #define USE_MB_IDENT 1
  13309. | #define HAVE_CHARSET_utf8 1
  13310. | #define USE_MB 1
  13311. | #define USE_MB_IDENT 1
  13312. | #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  13313. | #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  13314. | #define HAVE_UCA_COLLATIONS 1
  13315. | #define PROTOCOL_VERSION 10
  13316. | #define DOT_FRM_VERSION 6
  13317. | #define SYSTEM_TYPE "apple-darwin10.7.0"
  13318. | #define MACHINE_TYPE "i386"
  13319. | #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  13320. | #define COMMUNITY_SERVER 1
  13321. | #define ENABLED_PROFILING 1
  13322. | #define HAVE_DIRENT_H 1
  13323. | #define STDC_HEADERS 1
  13324. | #define HAVE_SYS_WAIT_H 1
  13325. | #define HAVE_FCNTL_H 1
  13326. | #define HAVE_FENV_H 1
  13327. | #define HAVE_FLOAT_H 1
  13328. | #define HAVE_LIMITS_H 1
  13329. | #define HAVE_MEMORY_H 1
  13330. | #define HAVE_PWD_H 1
  13331. | #define HAVE_STDLIB_H 1
  13332. | #define HAVE_STDDEF_H 1
  13333. | #define HAVE_STRINGS_H 1
  13334. | #define HAVE_STRING_H 1
  13335. | #define HAVE_SYS_MMAN_H 1
  13336. | #define HAVE_SYS_SOCKET_H 1
  13337. | #define HAVE_NETINET_IN_H 1
  13338. | #define HAVE_ARPA_INET_H 1
  13339. | #define HAVE_SYS_TIMEB_H 1
  13340. | #define HAVE_SYS_TYPES_H 1
  13341. | #define HAVE_SYS_UN_H 1
  13342. | #define HAVE_SYS_VADVISE_H 1
  13343. | #define HAVE_SYS_WAIT_H 1
  13344. | #define HAVE_TERM_H 1
  13345. | #define HAVE_UNISTD_H 1
  13346. | #define HAVE_UTIME_H 1
  13347. | #define HAVE_TERMIOS_H 1
  13348. | #define HAVE_SCHED_H 1
  13349. | #define HAVE_ALLOCA_H 1
  13350. | #define HAVE_SYS_IOCTL_H 1
  13351. | #define HAVE_SYS_MALLOC_H 1
  13352. | #define HAVE_SYS_IPC_H 1
  13353. | #define HAVE_SYS_SHM_H 1
  13354. | #define HAVE_SYS_RESOURCE_H 1
  13355. | #define HAVE_SYS_PARAM_H 1
  13356. | #define HAVE_EXECINFO_H 1
  13357. | #define HAVE_LIBM 1
  13358. | #define HAVE_CRYPT 1
  13359. | #define HAVE_SCHED_YIELD 1
  13360. | #define HAVE_COMPRESS 1
  13361. | #define HAVE_UINT 1
  13362. | #define HAVE_IN_ADDR_T 1
  13363. | #define HAVE_LIBPTHREAD 1
  13364. | #define HAVE_STRTOK_R 1
  13365. | #define HAVE_LIBDL 1
  13366. | #define HAVE_DLOPEN 1
  13367. | #define HAVE_DLERROR 1
  13368. | #define HAVE_RESTARTABLE_SYSCALLS 1
  13369. | #define DBUG_OFF 1
  13370. | #define HAVE_GCC_ATOMIC_BUILTINS 1
  13371. | #define HAVE_STRUCT_STAT_ST_RDEV 1
  13372. | #define HAVE_ST_RDEV 1
  13373. | #define TIME_WITH_SYS_TIME 1
  13374. | #define SIZEOF_CHAR 1
  13375. | #define SIZEOF_CHARP 8
  13376. | #define SIZEOF_SHORT 2
  13377. | #define SIZEOF_INT 4
  13378. | #define SIZEOF_LONG 8
  13379. | #define SIZEOF_LONG_LONG 8
  13380. | #define SIZEOF_OFF_T 8
  13381. | #define SIZEOF_TIME_T 8
  13382. | #define AC_APPLE_UNIVERSAL_BUILD 1
  13383. | #define SOCKET_SIZE_TYPE socklen_t
  13384. | #define STRUCT_RLIMIT struct rlimit
  13385. | #define STACK_DIRECTION -1
  13386. | #define HAVE_ALLOCA 1
  13387. | #define HAVE_ALLOCA 1
  13388. | #define HAVE_TZNAME 1
  13389. | #define HAVE_BOOL 1
  13390. | #define HAVE_OFF_T 1
  13391. | #define HAVE_SIZE_T 1
  13392. | #define HAVE_U_INT32_T 1
  13393. | #define HAVE_SYS_CDEFS_H 1
  13394. | #define HAVE_ALLOCA_H 1
  13395. | #define HAVE_ALLOCA 1
  13396. | #define RETSIGTYPE void
  13397. | #define HAVE_REGCOMP 1
  13398. | #define HAVE_STRDUP 1
  13399. | #define HAVE_VIS_H 1
  13400. | #define HAVE_STRLCAT 1
  13401. | #define HAVE_STRLCPY 1
  13402. | #define HAVE_ISSETUGID 1
  13403. | #define HAVE_FGETLN 1
  13404. | #define HAVE_FLOCKFILE 1
  13405. | #define HAVE_STDARG_H 1
  13406. | #define HAVE_DIRENT_H 1
  13407. | #define HAVE_LOCALE_H 1
  13408. | #define HAVE_SYS_DIR_H 1
  13409. | #define HAVE_SYS_FILE_H 1
  13410. | #define HAVE_SYS_SELECT_H 1
  13411. | #define HAVE_SYS_MMAN_H 1
  13412. | #define HAVE_CURSES_H 1
  13413. | #define HAVE_TERMCAP_H 1
  13414. | #define HAVE_GRP_H 1
  13415. | #define HAVE_PATHS_H 1
  13416. | #define HAVE_SEMAPHORE_H 1
  13417. | #define HAVE_LSTAT 1
  13418. | #define HAVE_PUTENV 1
  13419. | #define HAVE_SELECT 1
  13420. | #define HAVE_SETENV 1
  13421. | #define HAVE_SETLOCALE 1
  13422. | #define HAVE_STRCOLL 1
  13423. | #define HAVE_TCGETATTR 1
  13424. | #define HAVE_POSIX_SIGNALS 1
  13425. | #define GWINSZ_IN_SYS_IOCTL 1
  13426. | #define FIONREAD_IN_SYS_IOCTL 1
  13427. | #define TIOCSTAT_IN_SYS_IOCTL 1
  13428. | #define STRUCT_DIRENT_HAS_D_INO 1
  13429. | #define STRUCT_DIRENT_HAS_D_NAMLEN 1
  13430. | #define VOID_SIGHANDLER 1
  13431. | #define HAVE_WCTYPE_H 1
  13432. | #define HAVE_WCHAR_H 1
  13433. | #define HAVE_LANGINFO_H 1
  13434. | #define HAVE_MBRLEN /**/
  13435. | #define HAVE_MBSRTOWCS /**/
  13436. | #define HAVE_WCRTOMB /**/
  13437. | #define HAVE_MBRTOWC /**/
  13438. | #define HAVE_WCSCOLL /**/
  13439. | #define HAVE_WCWIDTH /**/
  13440. | #define HAVE_WCTYPE /**/
  13441. | #define HAVE_MBSTATE_T /**/
  13442. | #define HAVE_ISWLOWER 1
  13443. | #define HAVE_ISWUPPER 1
  13444. | #define HAVE_TOWLOWER 1
  13445. | #define HAVE_TOWUPPER 1
  13446. | #define HAVE_ISWCTYPE 1
  13447. | #define HAVE_LANGINFO_CODESET /**/
  13448. | #define HAVE_WCHAR_T 1
  13449. | #define HAVE_WCTYPE_T 1
  13450. | #define HAVE_WINT_T 1
  13451. | /* end confdefs.h.  */
  13452. |
  13453. | /* Override any GCC internal prototype to avoid an error.
  13454. |    Use char because int might match the return type of a GCC
  13455. |    builtin and then its argument prototype would still apply.  */
  13456. | #ifdef __cplusplus
  13457. | extern "C"
  13458. | #endif
  13459. | char tgetent ();
  13460. | int
  13461. | main ()
  13462. | {
  13463. | return tgetent ();
  13464. |   ;
  13465. |   return 0;
  13466. | }
  13467. configure:36844: result: no
  13468. configure:36862: checking for termcap functions library
  13469. configure:36865: error: No curses/termcap library found
  13470.  
  13471. ## ---------------- ##
  13472. ## Cache variables. ##
  13473. ## ---------------- ##
  13474.  
  13475. ac_cv_build=i386-apple-darwin10.7.0
  13476. ac_cv_c_bigendian=universal
  13477. ac_cv_c_compiler_gnu=yes
  13478. ac_cv_c_const=yes
  13479. ac_cv_c_inline=inline
  13480. ac_cv_c_stack_direction=-1
  13481. ac_cv_conv_longlong_to_float=yes
  13482. ac_cv_cxx_compiler_gnu=yes
  13483. ac_cv_env_CCASFLAGS_set=
  13484. ac_cv_env_CCASFLAGS_value=
  13485. ac_cv_env_CCAS_set=
  13486. ac_cv_env_CCAS_value=
  13487. ac_cv_env_CCC_set=
  13488. ac_cv_env_CCC_value=
  13489. ac_cv_env_CC_set=set
  13490. ac_cv_env_CC_value=/usr/bin/gcc-4.2
  13491. ac_cv_env_CFLAGS_set=set
  13492. ac_cv_env_CFLAGS_value='-O2 -fPIC -arch x86_64'
  13493. ac_cv_env_CPPFLAGS_set=set
  13494. ac_cv_env_CPPFLAGS_value=-I/opt/local/include
  13495. ac_cv_env_CPP_set=
  13496. ac_cv_env_CPP_value=
  13497. ac_cv_env_CXXCPP_set=
  13498. ac_cv_env_CXXCPP_value=
  13499. ac_cv_env_CXXFLAGS_set=set
  13500. ac_cv_env_CXXFLAGS_value='-O2 -fPIC -arch x86_64'
  13501. ac_cv_env_CXX_set=set
  13502. ac_cv_env_CXX_value=/usr/bin/g++-4.2
  13503. ac_cv_env_LDFLAGS_set=set
  13504. ac_cv_env_LDFLAGS_value='-L/opt/local/lib -arch x86_64'
  13505. ac_cv_env_LIBS_set=
  13506. ac_cv_env_LIBS_value=
  13507. ac_cv_env_build_alias_set=
  13508. ac_cv_env_build_alias_value=
  13509. ac_cv_env_host_alias_set=
  13510. ac_cv_env_host_alias_value=
  13511. ac_cv_env_target_alias_set=
  13512. ac_cv_env_target_alias_value=
  13513. ac_cv_func_alloca_works=yes
  13514. ac_cv_func_dlerror=yes
  13515. ac_cv_func_dlopen=yes
  13516. ac_cv_func_fgetln=yes
  13517. ac_cv_func_flockfile=yes
  13518. ac_cv_func_gethostbyname_r=no
  13519. ac_cv_func_getline=no
  13520. ac_cv_func_issetugid=yes
  13521. ac_cv_func_iswctype=yes
  13522. ac_cv_func_iswlower=yes
  13523. ac_cv_func_iswupper=yes
  13524. ac_cv_func_lstat=yes
  13525. ac_cv_func_mbrlen=yes
  13526. ac_cv_func_mbrtowc=yes
  13527. ac_cv_func_mbscmp=no
  13528. ac_cv_func_mbsrtowcs=yes
  13529. ac_cv_func_putenv=yes
  13530. ac_cv_func_re_comp=no
  13531. ac_cv_func_regcomp=yes
  13532. ac_cv_func_select=yes
  13533. ac_cv_func_setenv=yes
  13534. ac_cv_func_setlocale=yes
  13535. ac_cv_func_strcoll=yes
  13536. ac_cv_func_strdup=yes
  13537. ac_cv_func_strlcat=yes
  13538. ac_cv_func_strlcpy=yes
  13539. ac_cv_func_strtok_r=yes
  13540. ac_cv_func_strvis=yes
  13541. ac_cv_func_tcgetattr=yes
  13542. ac_cv_func_towlower=yes
  13543. ac_cv_func_towupper=yes
  13544. ac_cv_func_wcrtomb=yes
  13545. ac_cv_func_wcscoll=yes
  13546. ac_cv_func_wcsdup=no
  13547. ac_cv_func_wctype=yes
  13548. ac_cv_func_wcwidth=yes
  13549. ac_cv_header_alloca_h=yes
  13550. ac_cv_header_arpa_inet_h=yes
  13551. ac_cv_header_asm_termbits_h=no
  13552. ac_cv_header_crypt_h=no
  13553. ac_cv_header_curses_h=yes
  13554. ac_cv_header_dirent_dirent_h=yes
  13555. ac_cv_header_dirent_h=yes
  13556. ac_cv_header_dlfcn_h=yes
  13557. ac_cv_header_execinfo_h=yes
  13558. ac_cv_header_fcntl_h=yes
  13559. ac_cv_header_fenv_h=yes
  13560. ac_cv_header_float_h=yes
  13561. ac_cv_header_floatingpoint_h=no
  13562. ac_cv_header_fpu_control_h=no
  13563. ac_cv_header_grp_h=yes
  13564. ac_cv_header_ieeefp_h=no
  13565. ac_cv_header_inttypes_h=yes
  13566. ac_cv_header_langinfo_h=yes
  13567. ac_cv_header_limits_h=yes
  13568. ac_cv_header_linux_config_h=no
  13569. ac_cv_header_locale_h=yes
  13570. ac_cv_header_malloc_h=no
  13571. ac_cv_header_memory_h=yes
  13572. ac_cv_header_ndir_h=no
  13573. ac_cv_header_netinet_in_h=yes
  13574. ac_cv_header_paths_h=yes
  13575. ac_cv_header_port_h=no
  13576. ac_cv_header_pwd_h=yes
  13577. ac_cv_header_sched_h=yes
  13578. ac_cv_header_select_h=no
  13579. ac_cv_header_semaphore_h=yes
  13580. ac_cv_header_stat_broken=no
  13581. ac_cv_header_stdarg_h=yes
  13582. ac_cv_header_stdc=yes
  13583. ac_cv_header_stddef_h=yes
  13584. ac_cv_header_stdint_h=yes
  13585. ac_cv_header_stdlib_h=yes
  13586. ac_cv_header_string_h=yes
  13587. ac_cv_header_strings_h=yes
  13588. ac_cv_header_synch_h=no
  13589. ac_cv_header_sys_cdefs_h=yes
  13590. ac_cv_header_sys_dir_h=yes
  13591. ac_cv_header_sys_file_h=yes
  13592. ac_cv_header_sys_ioctl_h=yes
  13593. ac_cv_header_sys_ipc_h=yes
  13594. ac_cv_header_sys_malloc_h=yes
  13595. ac_cv_header_sys_mman_h=yes
  13596. ac_cv_header_sys_ndir_h=no
  13597. ac_cv_header_sys_param_h=yes
  13598. ac_cv_header_sys_prctl_h=no
  13599. ac_cv_header_sys_pte_h=no
  13600. ac_cv_header_sys_ptem_h=no
  13601. ac_cv_header_sys_resource_h=yes
  13602. ac_cv_header_sys_select_h=yes
  13603. ac_cv_header_sys_shm_h=yes
  13604. ac_cv_header_sys_socket_h=yes
  13605. ac_cv_header_sys_stat_h=yes
  13606. ac_cv_header_sys_stream_h=no
  13607. ac_cv_header_sys_timeb_h=yes
  13608. ac_cv_header_sys_types_h=yes
  13609. ac_cv_header_sys_un_h=yes
  13610. ac_cv_header_sys_utime_h=no
  13611. ac_cv_header_sys_vadvise_h=yes
  13612. ac_cv_header_sys_wait_h=yes
  13613. ac_cv_header_term_h=yes
  13614. ac_cv_header_termbits_h=no
  13615. ac_cv_header_termcap_h=yes
  13616. ac_cv_header_termio_h=no
  13617. ac_cv_header_termios_h=yes
  13618. ac_cv_header_time=yes
  13619. ac_cv_header_unistd_h=yes
  13620. ac_cv_header_utime_h=yes
  13621. ac_cv_header_varargs_h=no
  13622. ac_cv_header_vis_h=yes
  13623. ac_cv_header_wchar_h=yes
  13624. ac_cv_header_wctype_h=yes
  13625. ac_cv_header_xfs_xfs_h=no
  13626. ac_cv_host=i386-apple-darwin10.7.0
  13627. ac_cv_lib_curses_tgetent=no
  13628. ac_cv_lib_dl_dlopen=yes
  13629. ac_cv_lib_m_floor=yes
  13630. ac_cv_lib_ncurses_tgetent=no
  13631. ac_cv_lib_ncursesw_tgetent=no
  13632. ac_cv_lib_nsl_gethostbyname_r=no
  13633. ac_cv_lib_nsl_r_gethostbyname_r=no
  13634. ac_cv_lib_pthread_strtok_r=yes
  13635. ac_cv_lib_termcap_tgetent=no
  13636. ac_cv_lib_tinfo_tgetent=no
  13637. ac_cv_member_struct_stat_st_rdev=yes
  13638. ac_cv_objext=o
  13639. ac_cv_path_CHMOD=/bin/chmod
  13640. ac_cv_path_CMP=/usr/bin/cmp
  13641. ac_cv_path_CP=/bin/cp
  13642. ac_cv_path_DIFF=/usr/bin/diff
  13643. ac_cv_path_DOXYGEN=no
  13644. ac_cv_path_EGREP='/usr/bin/grep -E'
  13645. ac_cv_path_FGREP='/usr/bin/grep -F'
  13646. ac_cv_path_GREP=/usr/bin/grep
  13647. ac_cv_path_HOSTNAME=/bin/hostname
  13648. ac_cv_path_KILL=/bin/kill
  13649. ac_cv_path_LN=/bin/ln
  13650. ac_cv_path_LN_CP_F=/bin/ln
  13651. ac_cv_path_MAKEINDEX=no
  13652. ac_cv_path_MV=/bin/mv
  13653. ac_cv_path_PDFLATEX=no
  13654. ac_cv_path_PERL=/opt/local/bin/perl
  13655. ac_cv_path_PS=/bin/ps
  13656. ac_cv_path_RM=/bin/rm
  13657. ac_cv_path_SED=/usr/bin/sed
  13658. ac_cv_path_uname_prog=/usr/bin/uname
  13659. ac_cv_prog_AR=ar
  13660. ac_cv_prog_AWK=awk
  13661. ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E'
  13662. ac_cv_prog_CXXCPP='/usr/bin/g++-4.2 -E'
  13663. ac_cv_prog_TAR=gnutar
  13664. ac_cv_prog_YACC='bison -y -p MYSQL'
  13665. ac_cv_prog_ac_ct_AR=ar
  13666. ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2
  13667. ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
  13668. ac_cv_prog_ac_ct_GETCONF=getconf
  13669. ac_cv_prog_ac_ct_LIPO=lipo
  13670. ac_cv_prog_ac_ct_NM=/usr/bin/nm
  13671. ac_cv_prog_ac_ct_NMEDIT=nmedit
  13672. ac_cv_prog_ac_ct_OTOOL=otool
  13673. ac_cv_prog_ac_ct_RANLIB=ranlib
  13674. ac_cv_prog_ac_ct_STRIP=strip
  13675. ac_cv_prog_cc_c89=
  13676. ac_cv_prog_cc_g=yes
  13677. ac_cv_prog_cxx_g=yes
  13678. ac_cv_prog_gcc_traditional=no
  13679. ac_cv_prog_make_make_set=yes
  13680. ac_cv_pthread_yield_one_arg=no
  13681. ac_cv_pthread_yield_zero_arg=yeso
  13682. ac_cv_search_bind='none required'
  13683. ac_cv_search_crypt='none required'
  13684. ac_cv_search_inet_aton='none required'
  13685. ac_cv_search_opendir='none required'
  13686. ac_cv_search_sched_yield='none required'
  13687. ac_cv_search_setsockopt='none required'
  13688. ac_cv_sizeof_char=1
  13689. ac_cv_sizeof_charp=8
  13690. ac_cv_sizeof_int=4
  13691. ac_cv_sizeof_long=8
  13692. ac_cv_sizeof_long_long=8
  13693. ac_cv_sizeof_off_t=8
  13694. ac_cv_sizeof_short=2
  13695. ac_cv_sizeof_time_t=8
  13696. ac_cv_struct_tm=time.h
  13697. ac_cv_sys_file_offset_bits=no
  13698. ac_cv_sys_large_files=no
  13699. ac_cv_sys_largefile_CFLAGS=no
  13700. ac_cv_sys_largefile_LDFLAGS=no
  13701. ac_cv_sys_largefile_LIBS=no
  13702. ac_cv_sys_largefile_source=no
  13703. ac_cv_sys_restartable_syscalls=yes
  13704. ac_cv_target=i386-apple-darwin10.7.0
  13705. ac_cv_type_fp_except=no
  13706. ac_cv_type_in_addr_t=yes
  13707. ac_cv_type_int16=no
  13708. ac_cv_type_int32=no
  13709. ac_cv_type_int64=no
  13710. ac_cv_type_int8=no
  13711. ac_cv_type_off_t=yes
  13712. ac_cv_type_signal=void
  13713. ac_cv_type_sigset_t=no
  13714. ac_cv_type_size_t=yes
  13715. ac_cv_type_u_int32_t=yes
  13716. ac_cv_type_uchar=no
  13717. ac_cv_type_uint16=no
  13718. ac_cv_type_uint32=no
  13719. ac_cv_type_uint64=no
  13720. ac_cv_type_uint8=no
  13721. ac_cv_type_uint=yes
  13722. ac_cv_type_ulong=no
  13723. ac_cv_working_alloca_h=yes
  13724. am_cv_CCAS_dependencies_compiler_type=gcc3
  13725. am_cv_CC_dependencies_compiler_type=gcc3
  13726. am_cv_CXX_dependencies_compiler_type=gcc3
  13727. am_cv_prog_cc_stdc=
  13728. am_cv_prog_tar_ustar=gnutar
  13729. bash_cv_type_wchar_t=yes
  13730. bash_cv_type_wctype_t=yes
  13731. bash_cv_type_wint_t=yes
  13732. lt_cv_apple_cc_single_mod=yes
  13733. lt_cv_deplibs_check_method=pass_all
  13734. lt_cv_file_magic_cmd='$MAGIC_CMD'
  13735. lt_cv_file_magic_test_file=
  13736. lt_cv_ld_exported_symbols_list=yes
  13737. lt_cv_ld_reload_flag=-r
  13738. lt_cv_nm_interface='BSD nm'
  13739. lt_cv_objdir=.libs
  13740. lt_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  13741. lt_cv_path_LDCXX=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  13742. lt_cv_path_NM=/usr/bin/nm
  13743. lt_cv_prog_compiler_c_o=yes
  13744. lt_cv_prog_compiler_c_o_CXX=yes
  13745. lt_cv_prog_compiler_pic_works=yes
  13746. lt_cv_prog_compiler_pic_works_CXX=yes
  13747. lt_cv_prog_compiler_rtti_exceptions=no
  13748. lt_cv_prog_compiler_static_works=no
  13749. lt_cv_prog_compiler_static_works_CXX=no
  13750. lt_cv_prog_gnu_ld=no
  13751. lt_cv_prog_gnu_ldcxx=no
  13752. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
  13753. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
  13754. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
  13755. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
  13756. lt_cv_sys_max_cmd_len=196608
  13757. mysql_cv_as_noexecstack=no
  13758. mysql_cv_btype_last_arg_accept=socklen_t
  13759. mysql_cv_btype_struct_rlimit='struct rlimit'
  13760. mysql_cv_can_redecl_getpw=yes
  13761. mysql_cv_compress=yes
  13762. mysql_cv_dirent_has_dino=yes
  13763. mysql_cv_dirent_has_dnamlen=yes
  13764. mysql_cv_fionread_in_ioctl=yes
  13765. mysql_cv_gcc_atomic_builtins=yes
  13766. mysql_cv_have_bool=yes
  13767. mysql_cv_have_mbstate_t=yes
  13768. mysql_cv_langinfo_codeset=yes
  13769. mysql_cv_signal_vintage=posix
  13770. mysql_cv_sys_os=Darwin
  13771. mysql_cv_termcap_lib=NOT_FOUND
  13772. mysql_cv_timespec_ts=no
  13773. mysql_cv_tiocgwinsz_in_ioctl=yes
  13774. mysql_cv_tiocstat_in_ioctl=yes
  13775. mysql_cv_tzname=yes
  13776. mysql_cv_use_mysys_new=no
  13777. mysql_cv_void_sighandler=yes
  13778.  
  13779. ## ----------------- ##
  13780. ## Output variables. ##
  13781. ## ----------------- ##
  13782.  
  13783. ABI_CHECK='abi_check'
  13784. ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mysql5/work/mysql-5.1.57/missing --run aclocal-1.10'
  13785. ALLOCA=''
  13786. AMDEPBACKSLASH='\'
  13787. AMDEP_FALSE='#'
  13788. AMDEP_TRUE=''
  13789. AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mysql5/work/mysql-5.1.57/missing --run tar'
  13790. AM_CFLAGS=''
  13791. AM_CXXFLAGS=''
  13792. AR='ar'
  13793. ARFLAGS='cru'
  13794. AS='/usr/bin/gcc-4.2 -c'
  13795. ASFLAGS=''
  13796. ASSEMBLER_FALSE=''
  13797. ASSEMBLER_TRUE='#'
  13798. ASSEMBLER_sparc32_FALSE=''
  13799. ASSEMBLER_sparc32_TRUE='#'
  13800. ASSEMBLER_sparc64_FALSE=''
  13801. ASSEMBLER_sparc64_TRUE='#'
  13802. ASSEMBLER_x86_FALSE=''
  13803. ASSEMBLER_x86_TRUE='#'
  13804. AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mysql5/work/mysql-5.1.57/missing --run autoconf'
  13805. AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mysql5/work/mysql-5.1.57/missing --run autoheader'
  13806. AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mysql5/work/mysql-5.1.57/missing --run automake-1.10'
  13807. AVAILABLE_LANGUAGES='czech danish dutch english estonian french german greek hungarian italian japanese korean norwegian norwegian-ny polish portuguese romanian russian serbian slovak spanish swedish ukrainian'
  13808. AWK='awk'
  13809. BUILD_INNODB_TOOLS_FALSE=''
  13810. BUILD_INNODB_TOOLS_TRUE=''
  13811. CC='/usr/bin/gcc-4.2'
  13812. CCAS='/usr/bin/gcc-4.2'
  13813. CCASDEPMODE='depmode=gcc3'
  13814. CCASFLAGS='-O2 -fPIC -arch x86_64   '
  13815. CCDEPMODE='depmode=gcc3'
  13816. CC_VERSION='i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)'
  13817. CFLAGS=' -O2 -fPIC -arch x86_64   -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL'
  13818. CHECK_PID='/bin/kill -0 $$PID > /dev/null 2> /dev/null'
  13819. CHMOD='/bin/chmod'
  13820. CLIENT_EXTRA_LDFLAGS=''
  13821. CLIENT_LIBS=''
  13822. CLIENT_THREAD_LIBS=''
  13823. CMP='/usr/bin/cmp'
  13824. COMPILATION_COMMENT='Source distribution'
  13825. CONF_COMMAND='./configure  '\''--prefix=/opt/local'\'' '\''--mandir=/opt/local/share/man'\'' '\''--infodir=/opt/local/share/info'\'' '\''--localstatedir=/opt/local/var/db/mysql5'\'' '\''--libdir=/opt/local/lib/mysql5'\'' '\''--bindir=/opt/local/lib/mysql5/bin'\'' '\''--includedir=/opt/local/include/mysql5'\'' '\''--datadir=/opt/local/share/mysql5'\'' '\''--sysconfdir=/opt/local/etc/mysql5'\'' '\''--with-zlib-dir=/opt/local'\'' '\''--with-ssl=/opt/local'\'' '\''--with-extra-charsets=complex'\'' '\''--with-unix-socket-path=/opt/local/var/run/mysql5/mysqld.sock'\'' '\''--with-mysqld-user=_mysql'\'' '\''--without-docs'\'' '\''--with-plugins=all'\'' '\''--enable-thread-safe-client'\'' '\''--without-readline'\'' '\''--with-embedded-server'\'' '\''--with-pic'\'' '\''CC=/usr/bin/gcc-4.2'\'' '\''CFLAGS=-O2 -fPIC -arch x86_64'\'' '\''LDFLAGS=-L/opt/local/lib -arch x86_64'\'' '\''CPPFLAGS=-I/opt/local/include'\'' '\''CXX=/usr/bin/g++-4.2'\'' '\''CXXFLAGS=-O2 -fPIC -arch x86_64'\'''
  13826. CP='/bin/cp'
  13827. CPP='/usr/bin/gcc-4.2 -E'
  13828. CPPFLAGS='-I/opt/local/include'
  13829. CXX='/usr/bin/g++-4.2'
  13830. CXXCPP='/usr/bin/g++-4.2 -E'
  13831. CXXDEPMODE='depmode=gcc3'
  13832. CXXFLAGS=' -O2 -fPIC -arch x86_64   -fno-implicit-templates -fno-exceptions -fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT  -DDONT_DECLARE_CXA_PURE_VIRTUAL'
  13833. CXXLDFLAGS=''
  13834. CXX_VERSION='i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)'
  13835. CYGPATH_W='echo'
  13836. DARWIN_MWCC_FALSE=''
  13837. DARWIN_MWCC_TRUE='#'
  13838. DEFS=''
  13839. DEPDIR='.deps'
  13840. DIFF='/usr/bin/diff'
  13841. DOT_FRM_VERSION='6'
  13842. DOXYGEN='no'
  13843. DSYMUTIL='dsymutil'
  13844. DUMPBIN=''
  13845. DVIS=''
  13846. ECHO_C='\c'
  13847. ECHO_N=''
  13848. ECHO_T=''
  13849. EGREP='/usr/bin/grep -E'
  13850. EXEEXT=''
  13851. FGREP='/usr/bin/grep -F'
  13852. FIND_PROC='/bin/ps wwwp $$PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$$MYSQLD" > /dev/null'
  13853. GETCONF='getconf'
  13854. GREP='/usr/bin/grep'
  13855. GXX='yes'
  13856. HAVE_NETWARE_FALSE=''
  13857. HAVE_NETWARE_TRUE=''
  13858. HAVE_YASSL_FALSE=''
  13859. HAVE_YASSL_TRUE=''
  13860. HOSTNAME='/bin/hostname'
  13861. INNODB_DYNAMIC_CFLAGS=''
  13862. INSTALL_DATA='${INSTALL} -m 644'
  13863. INSTALL_PROGRAM='${INSTALL}'
  13864. INSTALL_SCRIPT='${INSTALL}'
  13865. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  13866. KILL='/bin/kill'
  13867. LD='/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld'
  13868. LDFLAGS='-L/opt/local/lib -arch x86_64'
  13869. LD_VERSION_SCRIPT=''
  13870. LIBDL='-ldl '
  13871. LIBEDIT_LOBJECTS=''
  13872. LIBOBJS=''
  13873. LIBS='-lm '
  13874. LIBTOOL='$(SHELL) $(top_builddir)/libtool --preserve-dup-deps'
  13875. LIB_EXTRA_CCFLAGS=''
  13876. LIPO='lipo'
  13877. LM_CFLAGS=''
  13878. LN='/bin/ln'
  13879. LN_CP_F='/bin/ln -s'
  13880. LN_S='ln -s'
  13881. LTLIBOBJS=''
  13882. MACHINE_TYPE='i386'
  13883. MAKEINDEX='no'
  13884. MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mysql5/work/mysql-5.1.57/missing --run makeinfo'
  13885. MAKE_BINARY_DISTRIBUTION_OPTIONS=''
  13886. MAKE_SHELL='/bin/sh'
  13887. MKDIR_P='./install-sh -c -d'
  13888. MV='/bin/mv'
  13889. MYSQLD_DEFAULT_SWITCHES=''
  13890. MYSQLD_EXTRA_LDFLAGS=''
  13891. MYSQLD_EXTRA_LIBS=''
  13892. MYSQLD_USER='_mysql'
  13893. MYSQL_BASE_VERSION='5.1'
  13894. MYSQL_COPYRIGHT_YEAR='2011'
  13895. MYSQL_NO_DASH_VERSION='5.1.57'
  13896. MYSQL_PREVIOUS_BASE_VERSION='5.0'
  13897. MYSQL_SERVER_SUFFIX=''
  13898. MYSQL_TCP_PORT='3306'
  13899. MYSQL_TCP_PORT_DEFAULT='0'
  13900. MYSQL_UNIX_ADDR='/opt/local/var/run/mysql5/mysqld.sock'
  13901. MYSQL_U_SCORE_VERSION='5.1.57'
  13902. MYSQL_VERSION_ID='50157'
  13903. NDB_DEFS=''
  13904. NDB_LD_VERSION_SCRIPT=''
  13905. NDB_SCI_INCLUDES=''
  13906. NDB_SCI_LIBS=''
  13907. NDB_SHARED_LIB_MAJOR_VERSION='3'
  13908. NDB_SHARED_LIB_VERSION='3:0:0'
  13909. NDB_SIZEOF_CHAR=''
  13910. NDB_SIZEOF_CHARP=''
  13911. NDB_SIZEOF_INT=''
  13912. NDB_SIZEOF_LONG=''
  13913. NDB_SIZEOF_LONG_LONG=''
  13914. NDB_SIZEOF_SHORT=''
  13915. NDB_VERSION_BUILD='57'
  13916. NDB_VERSION_MAJOR='5'
  13917. NDB_VERSION_MINOR='1'
  13918. NDB_VERSION_STATUS=''
  13919. NEED_THREAD_FALSE=''
  13920. NEED_THREAD_TRUE=''
  13921. NM='/usr/bin/nm'
  13922. NMEDIT='nmedit'
  13923. NOINST_LDFLAGS='-static'
  13924. NON_THREADED_LIBS='-lm '
  13925. OBJDUMP='false'
  13926. OBJEXT='o'
  13927. OTOOL64=':'
  13928. OTOOL='otool'
  13929. PACKAGE='mysql'
  13930. PACKAGE_BUGREPORT=''
  13931. PACKAGE_NAME='MySQL Server'
  13932. PACKAGE_STRING='MySQL Server 5.1.57'
  13933. PACKAGE_TARNAME='mysql'
  13934. PACKAGE_VERSION='5.1.57'
  13935. PATH_SEPARATOR=':'
  13936. PDFLATEX='no'
  13937. PDFMANUAL=''
  13938. PERL5='/opt/local/bin/perl'
  13939. PERL='/opt/local/bin/perl'
  13940. PROTOCOL_VERSION='10'
  13941. PS='/bin/ps'
  13942. RANLIB='ranlib'
  13943. RM='/bin/rm'
  13944. SAVE_ASFLAGS=''
  13945. SAVE_CC='/usr/bin/gcc-4.2'
  13946. SAVE_CFLAGS='-O2 -fPIC -arch x86_64'
  13947. SAVE_CXX='/usr/bin/g++-4.2'
  13948. SAVE_CXXFLAGS='-O2 -fPIC -arch x86_64'
  13949. SAVE_CXXLDFLAGS=''
  13950. SAVE_LDFLAGS='-L/opt/local/lib -arch x86_64'
  13951. SED='/usr/bin/sed'
  13952. SET_MAKE=''
  13953. SHARED_LIB_MAJOR_VERSION='16'
  13954. SHARED_LIB_VERSION='16:0:0'
  13955. SHELL='/bin/sh'
  13956. STATIC_NSS_FLAGS=''
  13957. STRIP='strip'
  13958. SYSTEM_TYPE='apple-darwin10.7.0'
  13959. TAR='gnutar'
  13960. TARGET_LINUX='false'
  13961. TERMCAP_LIB=''
  13962. TEST_NDBCLUSTER=''
  13963. THREAD_LOBJECTS=''
  13964. THREAD_SAFE_CLIENT_FALSE=''
  13965. THREAD_SAFE_CLIENT_TRUE=''
  13966. VERSION='5.1.57'
  13967. WRAPLIBS=''
  13968. YACC='bison -y -p MYSQL'
  13969. ZLIB_DEPS='-L/opt/local/lib -lz'
  13970. ZLIB_INCLUDES='-I/opt/local/include'
  13971. ZLIB_LIBS='-L/opt/local/lib -lz'
  13972. ac_ct_CC='/usr/bin/gcc-4.2'
  13973. ac_ct_CXX=''
  13974. ac_ct_DUMPBIN=''
  13975. am__fastdepCCAS_FALSE='#'
  13976. am__fastdepCCAS_TRUE=''
  13977. am__fastdepCC_FALSE='#'
  13978. am__fastdepCC_TRUE=''
  13979. am__fastdepCXX_FALSE='#'
  13980. am__fastdepCXX_TRUE=''
  13981. am__include='include'
  13982. am__isrc=''
  13983. am__leading_dot='.'
  13984. am__quote=''
  13985. am__tar='tar --format=ustar -chf - "$$tardir"'
  13986. am__untar='tar -xf -'
  13987. bindir='/opt/local/lib/mysql5/bin'
  13988. build='i386-apple-darwin10.7.0'
  13989. build_alias=''
  13990. build_cpu='i386'
  13991. build_os='darwin10.7.0'
  13992. build_vendor='apple'
  13993. condition_dependent_plugin_includes=''
  13994. condition_dependent_plugin_links=''
  13995. condition_dependent_plugin_modules=''
  13996. condition_dependent_plugin_objects=''
  13997. datadir='/opt/local/share/mysql5'
  13998. datarootdir='${prefix}/share'
  13999. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  14000. docs_dirs=''
  14001. dvidir='${docdir}'
  14002. exec_prefix='NONE'
  14003. extra_docs=''
  14004. host='i386-apple-darwin10.7.0'
  14005. host_alias=''
  14006. host_cpu='i386'
  14007. host_os='darwin10.7.0'
  14008. host_vendor='apple'
  14009. htmldir='${docdir}'
  14010. includedir='/opt/local/include/mysql5'
  14011. infodir='/opt/local/share/info'
  14012. innodb_system_libs=''
  14013. install_sh='$(SHELL) /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_mysql5/work/mysql-5.1.57/install-sh'
  14014. libdir='/opt/local/lib/mysql5'
  14015. libexecdir='${exec_prefix}/libexec'
  14016. libmysqld_dirs=''
  14017. localedir='${datarootdir}/locale'
  14018. localstatedir='/opt/local/var/db/mysql5'
  14019. lt_ECHO='/bin/echo'
  14020. man1_files=''
  14021. man8_files=''
  14022. man_dirs=''
  14023. mandir='/opt/local/share/man'
  14024. mkdir_p='$(top_builddir)/./install-sh -c -d'
  14025. mysql_pg_dirs=''
  14026. mysql_pg_distdirs=''
  14027. mysql_pg_unittest_dirs=''
  14028. mysql_plugin_defs=''
  14029. mysql_plugin_dirs=''
  14030. mysql_plugin_libs=''
  14031. mysql_se_dirs=''
  14032. mysql_se_distdirs=''
  14033. mysql_se_unittest_dirs=''
  14034. ndb_bin_am_ldflags=''
  14035. ndb_cxxflags_fix=''
  14036. ndb_mgmclient_libs=''
  14037. ndb_opt_subdirs=''
  14038. ndb_port=''
  14039. ndb_transporter_opt_objs=''
  14040. ndbcluster_includes=''
  14041. ndbcluster_libs=''
  14042. ndbcluster_system_libs=''
  14043. netware_dir=''
  14044. oldincludedir='/usr/include'
  14045. openssl_includes=''
  14046. openssl_libs=''
  14047. pdfdir='${docdir}'
  14048. plugin_archive_shared_target=''
  14049. plugin_archive_static_target=''
  14050. plugin_blackhole_shared_target=''
  14051. plugin_blackhole_static_target=''
  14052. plugin_csv_shared_target=''
  14053. plugin_csv_static_target=''
  14054. plugin_daemon_example_shared_target=''
  14055. plugin_daemon_example_static_target=''
  14056. plugin_example_shared_target=''
  14057. plugin_example_static_target=''
  14058. plugin_federated_shared_target=''
  14059. plugin_federated_static_target=''
  14060. plugin_ftexample_shared_target=''
  14061. plugin_ftexample_static_target=''
  14062. plugin_heap_shared_target=''
  14063. plugin_heap_static_target=''
  14064. plugin_innobase_shared_target=''
  14065. plugin_innobase_static_target=''
  14066. plugin_innodb_plugin_shared_target=''
  14067. plugin_innodb_plugin_static_target=''
  14068. plugin_myisam_shared_target=''
  14069. plugin_myisam_static_target=''
  14070. plugin_myisammrg_shared_target=''
  14071. plugin_myisammrg_static_target=''
  14072. plugin_ndbcluster_shared_target=''
  14073. plugin_ndbcluster_static_target=''
  14074. plugin_partition_shared_target=''
  14075. plugin_partition_static_target=''
  14076. prefix='/opt/local'
  14077. program_transform_name='s,x,x,'
  14078. psdir='${docdir}'
  14079. readline_basedir=''
  14080. readline_dir=''
  14081. readline_h_ln_cmd=''
  14082. readline_link=''
  14083. readline_topdir=''
  14084. sbindir='${exec_prefix}/sbin'
  14085. server_scripts=''
  14086. sharedstatedir='${prefix}/com'
  14087. sql_client_dirs=''
  14088. sql_server=''
  14089. sql_server_dirs=''
  14090. sql_union_dirs=''
  14091. sysconfdir='/opt/local/etc/mysql5'
  14092. target='i386-apple-darwin10.7.0'
  14093. target_alias=''
  14094. target_cpu='i386'
  14095. target_os='darwin10.7.0'
  14096. target_vendor='apple'
  14097. tools_dirs=''
  14098. uname_prog='/usr/bin/uname'
  14099. yassl_dir=''
  14100. yassl_h_ln_cmd=''
  14101. yassl_libs=''
  14102. yassl_taocrypt_extra_cxxflags=''
  14103. yassl_thread_cxxflags=''
  14104. zlib_dir=''
  14105.  
  14106. ## ----------- ##
  14107. ## confdefs.h. ##
  14108. ## ----------- ##
  14109.  
  14110. #define PACKAGE_NAME "MySQL Server"
  14111. #define PACKAGE_TARNAME "mysql"
  14112. #define PACKAGE_VERSION "5.1.57"
  14113. #define PACKAGE_STRING "MySQL Server 5.1.57"
  14114. #define PACKAGE_BUGREPORT ""
  14115. #define PACKAGE "mysql"
  14116. #define VERSION "5.1.57"
  14117. #define STDC_HEADERS 1
  14118. #define HAVE_SYS_TYPES_H 1
  14119. #define HAVE_SYS_STAT_H 1
  14120. #define HAVE_STDLIB_H 1
  14121. #define HAVE_STRING_H 1
  14122. #define HAVE_MEMORY_H 1
  14123. #define HAVE_STRINGS_H 1
  14124. #define HAVE_INTTYPES_H 1
  14125. #define HAVE_STDINT_H 1
  14126. #define HAVE_UNISTD_H 1
  14127. #define HAVE_DLFCN_H 1
  14128. #define LT_OBJDIR ".libs/"
  14129. #define DEFINE_ALL_CHARACTER_SETS 1
  14130. #define HAVE_CHARSET_latin1 1
  14131. #define HAVE_CHARSET_latin1 1
  14132. #define HAVE_CHARSET_utf8 1
  14133. #define USE_MB 1
  14134. #define USE_MB_IDENT 1
  14135. #define HAVE_CHARSET_big5 1
  14136. #define USE_MB 1
  14137. #define USE_MB_IDENT 1
  14138. #define HAVE_CHARSET_cp1250 1
  14139. #define HAVE_CHARSET_cp932 1
  14140. #define USE_MB 1
  14141. #define USE_MB_IDENT 1
  14142. #define HAVE_CHARSET_eucjpms 1
  14143. #define USE_MB 1
  14144. #define USE_MB_IDENT 1
  14145. #define HAVE_CHARSET_euckr 1
  14146. #define USE_MB 1
  14147. #define USE_MB_IDENT 1
  14148. #define HAVE_CHARSET_gb2312 1
  14149. #define USE_MB 1
  14150. #define USE_MB_IDENT 1
  14151. #define HAVE_CHARSET_gbk 1
  14152. #define USE_MB 1
  14153. #define USE_MB_IDENT 1
  14154. #define HAVE_CHARSET_latin1 1
  14155. #define HAVE_CHARSET_latin2 1
  14156. #define HAVE_CHARSET_sjis 1
  14157. #define USE_MB 1
  14158. #define USE_MB_IDENT 1
  14159. #define HAVE_CHARSET_tis620 1
  14160. #define HAVE_CHARSET_ucs2 1
  14161. #define USE_MB 1
  14162. #define USE_MB_IDENT 1
  14163. #define HAVE_CHARSET_ujis 1
  14164. #define USE_MB 1
  14165. #define USE_MB_IDENT 1
  14166. #define HAVE_CHARSET_utf8 1
  14167. #define USE_MB 1
  14168. #define USE_MB_IDENT 1
  14169. #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
  14170. #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
  14171. #define HAVE_UCA_COLLATIONS 1
  14172. #define PROTOCOL_VERSION 10
  14173. #define DOT_FRM_VERSION 6
  14174. #define SYSTEM_TYPE "apple-darwin10.7.0"
  14175. #define MACHINE_TYPE "i386"
  14176. #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
  14177. #define COMMUNITY_SERVER 1
  14178. #define ENABLED_PROFILING 1
  14179. #define HAVE_DIRENT_H 1
  14180. #define STDC_HEADERS 1
  14181. #define HAVE_SYS_WAIT_H 1
  14182. #define HAVE_FCNTL_H 1
  14183. #define HAVE_FENV_H 1
  14184. #define HAVE_FLOAT_H 1
  14185. #define HAVE_LIMITS_H 1
  14186. #define HAVE_MEMORY_H 1
  14187. #define HAVE_PWD_H 1
  14188. #define HAVE_STDLIB_H 1
  14189. #define HAVE_STDDEF_H 1
  14190. #define HAVE_STRINGS_H 1
  14191. #define HAVE_STRING_H 1
  14192. #define HAVE_SYS_MMAN_H 1
  14193. #define HAVE_SYS_SOCKET_H 1
  14194. #define HAVE_NETINET_IN_H 1
  14195. #define HAVE_ARPA_INET_H 1
  14196. #define HAVE_SYS_TIMEB_H 1
  14197. #define HAVE_SYS_TYPES_H 1
  14198. #define HAVE_SYS_UN_H 1
  14199. #define HAVE_SYS_VADVISE_H 1
  14200. #define HAVE_SYS_WAIT_H 1
  14201. #define HAVE_TERM_H 1
  14202. #define HAVE_UNISTD_H 1
  14203. #define HAVE_UTIME_H 1
  14204. #define HAVE_TERMIOS_H 1
  14205. #define HAVE_SCHED_H 1
  14206. #define HAVE_ALLOCA_H 1
  14207. #define HAVE_SYS_IOCTL_H 1
  14208. #define HAVE_SYS_MALLOC_H 1
  14209. #define HAVE_SYS_IPC_H 1
  14210. #define HAVE_SYS_SHM_H 1
  14211. #define HAVE_SYS_RESOURCE_H 1
  14212. #define HAVE_SYS_PARAM_H 1
  14213. #define HAVE_EXECINFO_H 1
  14214. #define HAVE_LIBM 1
  14215. #define HAVE_CRYPT 1
  14216. #define HAVE_SCHED_YIELD 1
  14217. #define HAVE_COMPRESS 1
  14218. #define HAVE_UINT 1
  14219. #define HAVE_IN_ADDR_T 1
  14220. #define HAVE_LIBPTHREAD 1
  14221. #define HAVE_STRTOK_R 1
  14222. #define HAVE_LIBDL 1
  14223. #define HAVE_DLOPEN 1
  14224. #define HAVE_DLERROR 1
  14225. #define HAVE_RESTARTABLE_SYSCALLS 1
  14226. #define DBUG_OFF 1
  14227. #define HAVE_GCC_ATOMIC_BUILTINS 1
  14228. #define HAVE_STRUCT_STAT_ST_RDEV 1
  14229. #define HAVE_ST_RDEV 1
  14230. #define TIME_WITH_SYS_TIME 1
  14231. #define SIZEOF_CHAR 1
  14232. #define SIZEOF_CHARP 8
  14233. #define SIZEOF_SHORT 2
  14234. #define SIZEOF_INT 4
  14235. #define SIZEOF_LONG 8
  14236. #define SIZEOF_LONG_LONG 8
  14237. #define SIZEOF_OFF_T 8
  14238. #define SIZEOF_TIME_T 8
  14239. #define AC_APPLE_UNIVERSAL_BUILD 1
  14240. #define SOCKET_SIZE_TYPE socklen_t
  14241. #define STRUCT_RLIMIT struct rlimit
  14242. #define STACK_DIRECTION -1
  14243. #define HAVE_ALLOCA 1
  14244. #define HAVE_ALLOCA 1
  14245. #define HAVE_TZNAME 1
  14246. #define HAVE_BOOL 1
  14247. #define HAVE_OFF_T 1
  14248. #define HAVE_SIZE_T 1
  14249. #define HAVE_U_INT32_T 1
  14250. #define HAVE_SYS_CDEFS_H 1
  14251. #define HAVE_ALLOCA_H 1
  14252. #define HAVE_ALLOCA 1
  14253. #define RETSIGTYPE void
  14254. #define HAVE_REGCOMP 1
  14255. #define HAVE_STRDUP 1
  14256. #define HAVE_VIS_H 1
  14257. #define HAVE_STRLCAT 1
  14258. #define HAVE_STRLCPY 1
  14259. #define HAVE_ISSETUGID 1
  14260. #define HAVE_FGETLN 1
  14261. #define HAVE_FLOCKFILE 1
  14262. #define HAVE_STDARG_H 1
  14263. #define HAVE_DIRENT_H 1
  14264. #define HAVE_LOCALE_H 1
  14265. #define HAVE_SYS_DIR_H 1
  14266. #define HAVE_SYS_FILE_H 1
  14267. #define HAVE_SYS_SELECT_H 1
  14268. #define HAVE_SYS_MMAN_H 1
  14269. #define HAVE_CURSES_H 1
  14270. #define HAVE_TERMCAP_H 1
  14271. #define HAVE_GRP_H 1
  14272. #define HAVE_PATHS_H 1
  14273. #define HAVE_SEMAPHORE_H 1
  14274. #define HAVE_LSTAT 1
  14275. #define HAVE_PUTENV 1
  14276. #define HAVE_SELECT 1
  14277. #define HAVE_SETENV 1
  14278. #define HAVE_SETLOCALE 1
  14279. #define HAVE_STRCOLL 1
  14280. #define HAVE_TCGETATTR 1
  14281. #define HAVE_POSIX_SIGNALS 1
  14282. #define GWINSZ_IN_SYS_IOCTL 1
  14283. #define FIONREAD_IN_SYS_IOCTL 1
  14284. #define TIOCSTAT_IN_SYS_IOCTL 1
  14285. #define STRUCT_DIRENT_HAS_D_INO 1
  14286. #define STRUCT_DIRENT_HAS_D_NAMLEN 1
  14287. #define VOID_SIGHANDLER 1
  14288. #define HAVE_WCTYPE_H 1
  14289. #define HAVE_WCHAR_H 1
  14290. #define HAVE_LANGINFO_H 1
  14291. #define HAVE_MBRLEN /**/
  14292. #define HAVE_MBSRTOWCS /**/
  14293. #define HAVE_WCRTOMB /**/
  14294. #define HAVE_MBRTOWC /**/
  14295. #define HAVE_WCSCOLL /**/
  14296. #define HAVE_WCWIDTH /**/
  14297. #define HAVE_WCTYPE /**/
  14298. #define HAVE_MBSTATE_T /**/
  14299. #define HAVE_ISWLOWER 1
  14300. #define HAVE_ISWUPPER 1
  14301. #define HAVE_TOWLOWER 1
  14302. #define HAVE_TOWUPPER 1
  14303. #define HAVE_ISWCTYPE 1
  14304. #define HAVE_LANGINFO_CODESET /**/
  14305. #define HAVE_WCHAR_T 1
  14306. #define HAVE_WCTYPE_T 1
  14307. #define HAVE_WINT_T 1
  14308.  
  14309. configure: exit 1
clone this paste RAW Paste Data