Skip to content

Instantly share code, notes, and snippets.

@mchung
Created July 30, 2012 18:53
Show Gist options
  • Save mchung/3209135 to your computer and use it in GitHub Desktop.
Save mchung/3209135 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by MySQL Server configure 5.1.58, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --without-docs --without-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/mysql51/5.1.58 --localstatedir=/usr/local/var/mysql --sysconfdir=/usr/local/etc --with-plugins=innobase,myisam --with-extra-charsets=complex --with-ssl --without-readline --enable-assembler --enable-thread-safe-client --enable-local-infile --enable-shared --with-partition
## --------- ##
## Platform. ##
## --------- ##
hostname = mac-mchung
uname -m = x86_64
uname -r = 11.4.2
uname -s = Darwin
uname -v = Darwin Kernel Version 11.4.2: Wed May 30 20:13:51 PDT 2012; root:xnu-1699.31.2~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 11.4.2: Wed May 30 20:13:51 PDT 2012; root:xnu-1699.31.2~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 8.00 gigabytes
Default processor set: 106 tasks, 518 threads, 8 processors
Load average: 4.20, Mach factor: 3.78
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Cellar/readline/6.2.4/bin
PATH: /Users/mchung/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /Users/mchung/.rvm/gems/ruby-1.9.3-p194/bin
PATH: /Users/mchung/.rvm/gems/ruby-1.9.3-p194@global/bin
PATH: /Users/mchung/.rvm/rubies/ruby-1.9.3-p194/bin
PATH: /Users/mchung/.rvm/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /Users/mchung/.rvm/bin
PATH: /usr/local/Library/Contributions/cmds
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2571: checking build system type
configure:2589: result: i386-apple-darwin11.4.2
configure:2611: checking host system type
configure:2626: result: i386-apple-darwin11.4.2
configure:2648: checking target system type
configure:2663: result: i386-apple-darwin11.4.2
configure:2710: checking for a BSD-compatible install
configure:2778: result: /usr/bin/install -c
configure:2789: checking whether build environment is sane
configure:2832: result: yes
configure:2857: checking for a thread-safe mkdir -p
configure:2896: result: ./install-sh -c -d
configure:2909: checking for gawk
configure:2939: result: no
configure:2909: checking for mawk
configure:2939: result: no
configure:2909: checking for nawk
configure:2939: result: no
configure:2909: checking for awk
configure:2925: found /usr/bin/awk
configure:2936: result: awk
configure:2947: checking whether make sets $(MAKE)
configure:2969: result: yes
configure:3148: checking how to create a ustar tar archive
configure:3161: tar --version
bsdtar 2.8.3 - libarchive 2.8.3
configure:3164: $? = 0
configure:3204: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
tar: conftest.dir/: Numeric user ID too large
tar: conftest.dir/file: Numeric user ID too large
configure:3207: $? = 0
configure:3211: tar -xf - <conftest.tar
configure:3214: $? = 0
configure:3204: tardir=conftest.dir && eval pax -L -x ustar -w "$tardir" >conftest.tar
pax: Ustar header field is too small for uid 1781477487, using nobody
pax: Ustar header field is too small for conftest.dir
pax: Ustar header field is too small for conftest.dir/file
configure:3207: $? = 1
configure:3211: pax -r <conftest.tar
pax: Cannot identify format. Searching...
pax: End of archive volume 1 reached
pax: Sorry, unable to determine archive format.
configure:3214: $? = 1
configure:3204: tardir=conftest.dir && eval find "$tardir" -print | cpio -o -H ustar -L >conftest.tar
cpio: conftest.dir: Numeric user ID too large: Result too large
cpio: conftest.dir/file: Numeric user ID too large: Result too large
2 blocks
configure:3207: $? = 0
configure:3211: cpio -i -H ustar -d <conftest.tar
cpio: Option --format requires -o
configure:3214: $? = 1
configure:3204: tardir=conftest.dir && eval false >conftest.tar
configure:3207: $? = 1
configure:3227: result: none
configure:3271: checking for style of include used by make
configure:3299: result: GNU
configure:3369: checking for gcc
configure:3396: result: /usr/bin/clang
configure:3628: checking for C compiler version
configure:3636: /usr/bin/clang --version >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:3640: $? = 0
configure:3647: /usr/bin/clang -v >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:3651: $? = 0
configure:3658: /usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3662: $? = 1
configure:3685: checking for C compiler default output file name
configure:3707: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c >&5
configure:3711: $? = 0
configure:3749: result: a.out
configure:3768: checking whether the C compiler works
configure:3778: ./a.out
configure:3782: $? = 0
configure:3801: result: yes
configure:3808: checking whether we are cross compiling
configure:3810: result: no
configure:3813: checking for suffix of executables
configure:3820: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c >&5
configure:3824: $? = 0
configure:3850: result:
configure:3856: checking for suffix of object files
configure:3882: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:3886: $? = 0
configure:3911: result: o
configure:3915: checking whether we are using the GNU C compiler
configure:3944: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:3951: $? = 0
configure:3968: result: yes
configure:3977: checking whether /usr/bin/clang accepts -g
configure:4007: /usr/bin/clang -c -g -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:4014: $? = 0
configure:4115: result: yes
configure:4132: checking for /usr/bin/clang option to accept ISO C89
configure:4206: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:4213: $? = 0
configure:4236: result: none needed
configure:4256: checking dependency style of /usr/bin/clang
configure:4347: result: none
configure:4362: checking for a sed that does not truncate output
configure:4428: result: /usr/bin/sed
configure:4446: checking for grep that handles long lines and -e
configure:4506: result: /usr/bin/grep
configure:4511: checking for egrep
configure:4575: result: /usr/bin/grep -E
configure:4580: checking for fgrep
configure:4644: result: /usr/bin/grep -F
configure:4679: checking for ld used by /usr/bin/clang
configure:4746: result: /usr/bin/clang
configure:4755: checking if the linker (/usr/bin/clang) is GNU ld
configure:4770: result: no
configure:4782: checking for BSD- or MS-compatible name lister (nm)
configure:4831: result: /usr/bin/nm
configure:4949: checking the name lister (/usr/bin/nm) interface
configure:4956: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:4959: /usr/bin/nm "conftest.o"
configure:4962: output
0000000000000000 S _some_variable
configure:4969: result: BSD nm
configure:4972: checking whether ln -s works
configure:4976: result: yes
configure:4984: checking the maximum length of command line arguments
configure:5104: result: 196608
configure:5121: checking whether the shell understands some XSI constructs
configure:5131: result: yes
configure:5135: checking whether the shell understands "+="
configure:5141: result: yes
configure:5176: checking for /usr/bin/clang option to reload object files
configure:5183: result: -r
configure:5252: checking for objdump
configure:5282: result: no
configure:5311: checking how to recognize dependent libraries
configure:5507: result: pass_all
configure:5567: checking for ar
configure:5583: found /usr/bin/ar
configure:5594: result: ar
configure:5672: checking for strip
configure:5688: found /usr/bin/strip
configure:5699: result: strip
configure:5771: checking for ranlib
configure:5787: found /usr/bin/ranlib
configure:5798: result: ranlib
configure:5888: checking command to parse /usr/bin/nm output from /usr/bin/clang object
configure:6006: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:6009: $? = 0
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
configure:6016: $? = 0
cannot find nm_test_var in conftest.nm
configure:6006: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:6009: $? = 0
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
configure:6016: $? = 0
configure:6070: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c conftstm.o >&5
configure:6073: $? = 0
configure:6111: result: ok
configure:6405: checking for dsymutil
configure:6421: found /usr/bin/dsymutil
configure:6432: result: dsymutil
configure:6497: checking for nmedit
configure:6513: found /usr/bin/nmedit
configure:6524: result: nmedit
configure:6589: checking for lipo
configure:6605: found /usr/bin/lipo
configure:6616: result: lipo
configure:6681: checking for otool
configure:6697: found /usr/bin/otool
configure:6708: result: otool
configure:6773: checking for otool64
configure:6803: result: no
configure:6848: checking for -single_module linker flag
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:6875: result: yes
configure:6877: checking for -exported_symbols_list linker flag
configure:6907: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:6914: $? = 0
configure:6936: result: yes
configure:6978: checking how to run the C preprocessor
configure:7018: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:7025: $? = 0
configure:7056: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7063: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7096: result: /usr/bin/clang -E
configure:7125: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:7132: $? = 0
configure:7163: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7170: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7210: checking for ANSI C header files
configure:7240: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:7247: $? = 0
configure:7346: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c >&5
configure:7350: $? = 0
configure:7356: ./conftest
configure:7360: $? = 0
configure:7378: result: yes
configure:7402: checking for sys/types.h
configure:7423: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:7430: $? = 0
configure:7447: result: yes
configure:7402: checking for sys/stat.h
configure:7423: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:7430: $? = 0
configure:7447: result: yes
configure:7402: checking for stdlib.h
configure:7423: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:7430: $? = 0
configure:7447: result: yes
configure:7402: checking for string.h
configure:7423: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:7430: $? = 0
configure:7447: result: yes
configure:7402: checking for memory.h
configure:7423: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:7430: $? = 0
configure:7447: result: yes
configure:7402: checking for strings.h
configure:7423: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:7430: $? = 0
configure:7447: result: yes
configure:7402: checking for inttypes.h
configure:7423: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:7430: $? = 0
configure:7447: result: yes
configure:7402: checking for stdint.h
configure:7423: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:7430: $? = 0
configure:7447: result: yes
configure:7402: checking for unistd.h
configure:7423: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:7430: $? = 0
configure:7447: result: yes
configure:7465: checking for dlfcn.h
configure:7486: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:7493: $? = 0
configure:7510: result: yes
configure:7696: checking for objdir
configure:7711: result: .libs
configure:8003: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions
configure:8021: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -fno-rtti -fno-exceptions conftest.c >&5
configure:8025: $? = 0
configure:8038: result: yes
configure:8058: checking for /usr/bin/clang option to produce PIC
configure:8330: result: -fno-common -DPIC
configure:8342: checking if /usr/bin/clang PIC flag -fno-common -DPIC works
configure:8360: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -fno-common -DPIC -DPIC conftest.c >&5
configure:8364: $? = 0
configure:8377: result: yes
configure:8401: checking if /usr/bin/clang static flag -static works
configure:8429: result: no
configure:8444: checking if /usr/bin/clang supports -c -o file.o
configure:8465: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -o out/conftest2.o conftest.c >&5
configure:8469: $? = 0
configure:8491: result: yes
configure:8499: checking if /usr/bin/clang supports -c -o file.o
configure:8546: result: yes
configure:8579: checking whether the /usr/bin/clang linker (/usr/bin/clang) supports shared libraries
configure:9653: result: yes
configure:9892: checking dynamic linker characteristics
configure:10575: result: darwin11.4.2 dyld
configure:10677: checking how to hardcode library paths into programs
configure:10702: result: immediate
configure:11535: checking whether stripping libraries is possible
configure:11549: result: yes
configure:11575: checking if libtool supports shared libraries
configure:11577: result: yes
configure:11580: checking whether to build shared libraries
configure:11601: result: yes
configure:11604: checking whether to build static libraries
configure:11608: result: yes
configure:11737: checking "character sets"
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
configure:12356: checking whether to compile national Unicode collations
configure:12361: result: yes
configure:12546: checking for doxygen
configure:12577: result: no
configure:12587: checking for pdflatex
configure:12618: result: no
configure:12628: checking for makeindex
configure:12659: result: no
configure:12868: checking whether to enable the maintainer-specific development environment
configure:12882: result: no
configure:12945: checking whether build environment is sane
configure:12988: result: yes
configure:12991: checking whether make sets $(MAKE)
configure:13013: result: yes
configure:13089: checking for gawk
configure:13116: result: awk
configure:13175: checking for gcc
configure:13202: result: /usr/bin/clang
configure:13434: checking for C compiler version
configure:13442: /usr/bin/clang --version >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:13446: $? = 0
configure:13453: /usr/bin/clang -v >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:13457: $? = 0
configure:13464: /usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:13468: $? = 1
configure:13471: checking whether we are using the GNU C compiler
configure:13524: result: yes
configure:13533: checking whether /usr/bin/clang accepts -g
configure:13671: result: yes
configure:13688: checking for /usr/bin/clang option to accept ISO C89
configure:13792: result: none needed
configure:13812: checking dependency style of /usr/bin/clang
configure:13903: result: none
configure:14030: checking for C++ compiler version
configure:14038: /usr/bin/clang++ --version >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:14042: $? = 0
configure:14049: /usr/bin/clang++ -v >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:14053: $? = 0
configure:14060: /usr/bin/clang++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:14064: $? = 1
configure:14067: checking whether we are using the GNU C++ compiler
configure:14096: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
configure:14103: $? = 0
configure:14120: result: yes
configure:14129: checking whether /usr/bin/clang++ accepts -g
configure:14159: /usr/bin/clang++ -c -g -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
configure:14166: $? = 0
configure:14267: result: yes
configure:14292: checking dependency style of /usr/bin/clang++
configure:14383: result: none
configure:14511: checking for C++ compiler version
configure:14519: /usr/bin/clang++ --version >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:14523: $? = 0
configure:14530: /usr/bin/clang++ -v >&5
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
configure:14534: $? = 0
configure:14541: /usr/bin/clang++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:14545: $? = 1
configure:14548: checking whether we are using the GNU C++ compiler
configure:14601: result: yes
configure:14610: checking whether /usr/bin/clang++ accepts -g
configure:14748: result: yes
configure:14773: checking dependency style of /usr/bin/clang++
configure:14864: result: none
configure:14887: checking how to run the C++ preprocessor
configure:14923: /usr/bin/clang++ -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp
configure:14930: $? = 0
configure:14961: /usr/bin/clang++ -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp
conftest.cpp:69:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:14968: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15001: result: /usr/bin/clang++ -E
configure:15030: /usr/bin/clang++ -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp
configure:15037: $? = 0
configure:15068: /usr/bin/clang++ -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp
conftest.cpp:69:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:15075: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15251: checking for ld used by /usr/bin/clang++
configure:15318: result: /usr/bin/clang
configure:15327: checking if the linker (/usr/bin/clang) is GNU ld
configure:15342: result: no
configure:15397: checking whether the /usr/bin/clang++ linker (/usr/bin/clang) supports shared libraries
configure:16372: result: yes
configure:16400: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
configure:16403: $? = 0
configure:16585: checking for /usr/bin/clang++ option to produce PIC
configure:16902: result: -fno-common -DPIC
configure:16911: checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works
configure:16929: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
configure:16933: $? = 0
configure:16946: result: yes
configure:16967: checking if /usr/bin/clang++ static flag -static works
configure:16995: result: no
configure:17007: checking if /usr/bin/clang++ supports -c -o file.o
configure:17028: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -o out/conftest2.o conftest.cpp >&5
configure:17032: $? = 0
configure:17054: result: yes
configure:17059: checking if /usr/bin/clang++ supports -c -o file.o
configure:17106: result: yes
configure:17136: checking whether the /usr/bin/clang++ linker (/usr/bin/clang) supports shared libraries
configure:17162: result: yes
configure:17299: checking dynamic linker characteristics
configure:17930: result: darwin11.4.2 dyld
configure:17981: checking how to hardcode library paths into programs
configure:18006: result: immediate
configure:18050: checking how to run the C preprocessor
configure:18168: result: /usr/bin/clang -E
configure:18197: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:18204: $? = 0
configure:18235: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:69:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:18242: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:18293: checking "C Compiler version"
configure:18295: result: "/usr/bin/clang Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)"
configure:18323: checking "C++ compiler version"
configure:18325: result: "/usr/bin/clang++ Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)"
configure:18433: checking for ranlib
configure:18460: result: ranlib
configure:18513: checking for a BSD-compatible install
configure:18581: result: /usr/bin/install -c
configure:18599: checking for bison
configure:18615: found /usr/bin/bison
configure:18626: result: bison -y -p MYSQL
configure:18639: checking for pdftex
configure:18669: result: no
configure:18676: checking for tex
configure:18706: result: no
configure:18714: checking for uname
configure:18732: found /usr/bin/uname
configure:18745: result: /usr/bin/uname
configure:18756: checking operating system
configure:18770: result: Darwin
configure:19010: checking for ar
configure:19037: result: ar
configure:19070: checking if we should use 'skip-external-locking' as default for darwin11.4.2
configure:19087: result: no
configure:19095: checking for ln
configure:19113: found /bin/ln
configure:19126: result: /bin/ln
configure:19137: checking for ln
configure:19155: found /bin/ln
configure:19168: result: /bin/ln
configure:19188: checking for mv
configure:19206: found /bin/mv
configure:19219: result: /bin/mv
configure:19229: checking for rm
configure:19247: found /bin/rm
configure:19260: result: /bin/rm
configure:19270: checking for cp
configure:19288: found /bin/cp
configure:19301: result: /bin/cp
configure:19311: checking for sed
configure:19342: result: /usr/bin/sed
configure:19352: checking for cmp
configure:19370: found /usr/bin/cmp
configure:19383: result: /usr/bin/cmp
configure:19393: checking for chmod
configure:19411: found /bin/chmod
configure:19424: result: /bin/chmod
configure:19434: checking for hostname
configure:19452: found /bin/hostname
configure:19465: result: /bin/hostname
configure:19475: checking for diff
configure:19493: found /usr/bin/diff
configure:19506: result: /usr/bin/diff
configure:19520: checking for gnutar
configure:19536: found /usr/bin/gnutar
configure:19547: result: gnutar
configure:19561: checking for perl
configure:19579: found /usr/bin/perl
configure:19592: result: /usr/bin/perl
configure:19674: checking for ps
configure:19692: found /bin/ps
configure:19705: result: /bin/ps
configure:19713: checking "how to check if pid exists"
configure:19757: result: "/bin/ps wwwp $$PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$$MYSQLD" > /dev/null"
configure:19763: checking for kill
configure:19781: found /bin/kill
configure:19794: result: /bin/kill
configure:19802: checking "for kill switches"
configure:19816: result: "/bin/kill -0 $$PID > /dev/null 2> /dev/null"
configure:19821: checking for /usr/bin/clang option to accept ANSI C
configure:19870: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:19877: $? = 0
configure:19896: result:
configure:19914: checking dependency style of /usr/bin/clang
configure:20005: result: none
configure:20024: checking whether --noexecstack is desirable for .S files
configure:20034: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include
-S -o conftest.s conftest.c 1>&5
configure:20037: $? = 0
configure:20054: result: no
configure:20174: checking for nm
configure:20201: result: /usr/bin/nm
configure:20235: checking whether features provided by the user community should be included.
configure:20253: result: yes
configure:20324: checking if we should use assembler functions
configure:20362: result: yes
configure:20370: checking if SHOW PROFILE should be enabled.
configure:20389: result: yes
configure:20466: checking If we should should enable LOAD DATA LOCAL by default
configure:20478: result: yes
configure:20491: checking If we should should enable init-file
configure:20503: result: yes
configure:20565: checking for getconf
configure:20581: found /usr/bin/getconf
configure:20592: result: getconf
configure:20614: checking for CFLAGS value to request large file support
configure:20694: result: no
configure:20696: checking for LDFLAGS value to request large file support
configure:20710: result: no
configure:20712: checking for LIBS value to request large file support
configure:20726: result: no
configure:20772: checking for _FILE_OFFSET_BITS
configure:20801: result: no
configure:20810: checking for _LARGEFILE_SOURCE
configure:20831: result: no
configure:20841: checking for _LARGE_FILES
configure:20863: result: no
configure:20876: checking for size_t
configure:20904: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:20911: $? = 0
configure:20938: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:109:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:20945: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:20968: result: yes
configure:20993: checking for dirent.h that defines DIR
configure:21022: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21029: $? = 0
configure:21046: result: yes
configure:21061: checking for library containing opendir
configure:21102: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c >&5
configure:21109: $? = 0
configure:21140: result: none required
configure:21238: checking for ANSI C header files
configure:21406: result: yes
configure:21416: checking for sys/wait.h that is POSIX.1 compatible
configure:21452: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21459: $? = 0
configure:21474: result: yes
configure:21552: checking fcntl.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking fcntl.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for fcntl.h
configure:21667: result: yes
configure:21552: checking fenv.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking fenv.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for fenv.h
configure:21667: result: yes
configure:21552: checking float.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking float.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for float.h
configure:21667: result: yes
configure:21552: checking floatingpoint.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:112:10: fatal error: 'floatingpoint.h' file not found
#include <floatingpoint.h>
^
1 error generated.
configure:21576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <floatingpoint.h>
configure:21590: result: no
configure:21594: checking floatingpoint.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:79:10: fatal error: 'floatingpoint.h' file not found
#include <floatingpoint.h>
^
1 error generated.
configure:21616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h. */
| #include <floatingpoint.h>
configure:21630: result: no
configure:21658: checking for floatingpoint.h
configure:21667: result: no
configure:21552: checking fpu_control.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:112:10: fatal error: 'fpu_control.h' file not found
#include <fpu_control.h>
^
1 error generated.
configure:21576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fpu_control.h>
configure:21590: result: no
configure:21594: checking fpu_control.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:79:10: fatal error: 'fpu_control.h' file not found
#include <fpu_control.h>
^
1 error generated.
configure:21616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h. */
| #include <fpu_control.h>
configure:21630: result: no
configure:21658: checking for fpu_control.h
configure:21667: result: no
configure:21552: checking ieeefp.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:112:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:21576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:21590: result: no
configure:21594: checking ieeefp.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:79:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:21616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:21630: result: no
configure:21658: checking for ieeefp.h
configure:21667: result: no
configure:21552: checking limits.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking limits.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for limits.h
configure:21667: result: yes
configure:21541: checking for memory.h
configure:21548: result: yes
configure:21552: checking pwd.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking pwd.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for pwd.h
configure:21667: result: yes
configure:21552: checking select.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:115:10: fatal error: 'select.h' file not found
#include <select.h>
^
1 error generated.
configure:21576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <select.h>
configure:21590: result: no
configure:21594: checking select.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:82:10: fatal error: 'select.h' file not found
#include <select.h>
^
1 error generated.
configure:21616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| /* end confdefs.h. */
| #include <select.h>
configure:21630: result: no
configure:21658: checking for select.h
configure:21667: result: no
configure:21541: checking for stdlib.h
configure:21548: result: yes
configure:21552: checking stddef.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking stddef.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for stddef.h
configure:21667: result: yes
configure:21541: checking for strings.h
configure:21548: result: yes
configure:21541: checking for string.h
configure:21548: result: yes
configure:21552: checking synch.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:119:10: fatal error: 'synch.h' file not found
#include <synch.h>
^
1 error generated.
configure:21576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <synch.h>
configure:21590: result: no
configure:21594: checking synch.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:86:10: fatal error: 'synch.h' file not found
#include <synch.h>
^
1 error generated.
configure:21616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h. */
| #include <synch.h>
configure:21630: result: no
configure:21658: checking for synch.h
configure:21667: result: no
configure:21552: checking sys/mman.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking sys/mman.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for sys/mman.h
configure:21667: result: yes
configure:21552: checking sys/socket.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking sys/socket.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for sys/socket.h
configure:21667: result: yes
configure:21552: checking netinet/in.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking netinet/in.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for netinet/in.h
configure:21667: result: yes
configure:21552: checking arpa/inet.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking arpa/inet.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for arpa/inet.h
configure:21667: result: yes
configure:21552: checking sys/timeb.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking sys/timeb.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for sys/timeb.h
configure:21667: result: yes
configure:21541: checking for sys/types.h
configure:21548: result: yes
configure:21552: checking sys/un.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking sys/un.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for sys/un.h
configure:21667: result: yes
configure:21552: checking sys/vadvise.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking sys/vadvise.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for sys/vadvise.h
configure:21667: result: yes
configure:21541: checking for sys/wait.h
configure:21548: result: yes
configure:21552: checking term.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking term.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for term.h
configure:21667: result: yes
configure:21541: checking for unistd.h
configure:21548: result: yes
configure:21552: checking utime.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking utime.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for utime.h
configure:21667: result: yes
configure:21552: checking sys/utime.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:131:10: fatal error: 'sys/utime.h' file not found
#include <sys/utime.h>
^
1 error generated.
configure:21576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/utime.h>
configure:21590: result: no
configure:21594: checking sys/utime.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:98:10: fatal error: 'sys/utime.h' file not found
#include <sys/utime.h>
^
1 error generated.
configure:21616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h. */
| #include <sys/utime.h>
configure:21630: result: no
configure:21658: checking for sys/utime.h
configure:21667: result: no
configure:21552: checking termio.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:131:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:21576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <termio.h>
configure:21590: result: no
configure:21594: checking termio.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:98:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:21616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| /* end confdefs.h. */
| #include <termio.h>
configure:21630: result: no
configure:21658: checking for termio.h
configure:21667: result: no
configure:21552: checking termios.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking termios.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for termios.h
configure:21667: result: yes
configure:21552: checking sched.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking sched.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for sched.h
configure:21667: result: yes
configure:21552: checking crypt.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:133:10: fatal error: 'crypt.h' file not found
#include <crypt.h>
^
1 error generated.
configure:21576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crypt.h>
configure:21590: result: no
configure:21594: checking crypt.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:100:10: fatal error: 'crypt.h' file not found
#include <crypt.h>
^
1 error generated.
configure:21616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h. */
| #include <crypt.h>
configure:21630: result: no
configure:21658: checking for crypt.h
configure:21667: result: no
configure:21552: checking alloca.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking alloca.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for alloca.h
configure:21667: result: yes
configure:21552: checking sys/ioctl.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking sys/ioctl.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for sys/ioctl.h
configure:21667: result: yes
configure:21552: checking malloc.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:135:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:21576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:21590: result: no
configure:21594: checking malloc.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:102:10: fatal error: 'malloc.h' file not found
#include <malloc.h>
^
1 error generated.
configure:21616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include <malloc.h>
configure:21630: result: no
configure:21658: checking for malloc.h
configure:21667: result: no
configure:21552: checking sys/malloc.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking sys/malloc.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for sys/malloc.h
configure:21667: result: yes
configure:21552: checking sys/ipc.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking sys/ipc.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for sys/ipc.h
configure:21667: result: yes
configure:21552: checking sys/shm.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking sys/shm.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for sys/shm.h
configure:21667: result: yes
configure:21552: checking linux/config.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:138:10: fatal error: 'linux/config.h' file not found
#include <linux/config.h>
^
1 error generated.
configure:21576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linux/config.h>
configure:21590: result: no
configure:21594: checking linux/config.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:105:10: fatal error: 'linux/config.h' file not found
#include <linux/config.h>
^
1 error generated.
configure:21616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| /* end confdefs.h. */
| #include <linux/config.h>
configure:21630: result: no
configure:21658: checking for linux/config.h
configure:21667: result: no
configure:21552: checking sys/prctl.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:138:10: fatal error: 'sys/prctl.h' file not found
#include <sys/prctl.h>
^
1 error generated.
configure:21576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/prctl.h>
configure:21590: result: no
configure:21594: checking sys/prctl.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:105:10: fatal error: 'sys/prctl.h' file not found
#include <sys/prctl.h>
^
1 error generated.
configure:21616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| /* end confdefs.h. */
| #include <sys/prctl.h>
configure:21630: result: no
configure:21658: checking for sys/prctl.h
configure:21667: result: no
configure:21552: checking sys/resource.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking sys/resource.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for sys/resource.h
configure:21667: result: yes
configure:21552: checking sys/param.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking sys/param.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for sys/param.h
configure:21667: result: yes
configure:21552: checking port.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:140:10: fatal error: 'port.h' file not found
#include <port.h>
^
1 error generated.
configure:21576: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <port.h>
configure:21590: result: no
configure:21594: checking port.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:107:10: fatal error: 'port.h' file not found
#include <port.h>
^
1 error generated.
configure:21616: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <port.h>
configure:21630: result: no
configure:21658: checking for port.h
configure:21667: result: no
configure:21541: checking for ieeefp.h
configure:21548: result: no
configure:21552: checking execinfo.h usability
configure:21569: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:21576: $? = 0
configure:21590: result: yes
configure:21594: checking execinfo.h presence
configure:21609: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:21616: $? = 0
configure:21630: result: yes
configure:21658: checking for execinfo.h
configure:21667: result: yes
configure:21699: checking xfs/xfs.h usability
configure:21716: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:141:10: fatal error: 'xfs/xfs.h' file not found
#include <xfs/xfs.h>
^
1 error generated.
configure:21723: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <xfs/xfs.h>
configure:21737: result: no
configure:21741: checking xfs/xfs.h presence
configure:21756: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:108:10: fatal error: 'xfs/xfs.h' file not found
#include <xfs/xfs.h>
^
1 error generated.
configure:21763: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| /* end confdefs.h. */
| #include <xfs/xfs.h>
configure:21777: result: no
configure:21805: checking for xfs/xfs.h
configure:21814: result: no
configure:21836: checking for floor in -lm
configure:21871: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:21878: $? = 0
configure:21899: result: yes
configure:21988: checking for gethostbyname_r in -lnsl_r
configure:22023: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lnsl_r -lm >&5
ld: library not found for -lnsl_r
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:22030: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostbyname_r ();
| int
| main ()
| {
| return gethostbyname_r ();
| ;
| return 0;
| }
configure:22051: result: no
configure:22062: checking for gethostbyname_r in -lnsl
configure:22097: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lnsl -lm >&5
ld: library not found for -lnsl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:22104: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostbyname_r ();
| int
| main ()
| {
| return gethostbyname_r ();
| ;
| return 0;
| }
configure:22125: result: no
configure:22138: checking for gethostbyname_r
configure:22194: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_gethostbyname_r", referenced from:
_main in conftest-wpJOUv.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:22201: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| /* Define gethostbyname_r to an innocuous variant, in case <limits.h> declares gethostbyname_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gethostbyname_r innocuous_gethostbyname_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gethostbyname_r (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gethostbyname_r
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostbyname_r ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_gethostbyname_r || defined __stub___gethostbyname_r
| choke me
| #endif
|
| int
| main ()
| {
| return gethostbyname_r ();
| ;
| return 0;
| }
configure:22221: result: no
configure:22225: checking for library containing setsockopt
configure:22266: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:22273: $? = 0
configure:22304: result: none required
configure:22313: checking for library containing bind
configure:22354: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:22361: $? = 0
configure:22392: result: none required
configure:22401: checking for library containing crypt
configure:22442: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:22449: $? = 0
configure:22480: result: none required
configure:22493: checking for library containing inet_aton
configure:22534: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:22541: $? = 0
configure:22572: result: none required
configure:22582: checking for library containing sched_yield
configure:22623: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:22630: $? = 0
configure:22661: result: none required
configure:22679: checking for zlib compression library
configure:22756: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm -lz >&5
configure:22763: $? = 0
configure:22772: result: ok
configure:23325: checking for int8
configure:23356: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:119:13: error: use of undeclared identifier 'int8'; did you mean 'int'?
if (sizeof (int8))
^
1 error generated.
configure:23363: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof (int8))
| return 0;
| ;
| return 0;
| }
configure:23423: result: no
configure:23433: checking for uint8
configure:23464: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:119:13: error: use of undeclared identifier 'uint8'; did you mean 'uint'?
if (sizeof (uint8))
^
1 error generated.
configure:23471: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof (uint8))
| return 0;
| ;
| return 0;
| }
configure:23531: result: no
configure:23541: checking for int16
configure:23572: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:119:13: error: use of undeclared identifier 'int16'
if (sizeof (int16))
^
1 error generated.
configure:23579: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof (int16))
| return 0;
| ;
| return 0;
| }
configure:23639: result: no
configure:23649: checking for uint16
configure:23680: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:119:13: error: use of undeclared identifier 'uint16'; did you mean 'uint'?
if (sizeof (uint16))
^
1 error generated.
configure:23687: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof (uint16))
| return 0;
| ;
| return 0;
| }
configure:23747: result: no
configure:23757: checking for int32
configure:23788: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:119:13: error: use of undeclared identifier 'int32'
if (sizeof (int32))
^
1 error generated.
configure:23795: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof (int32))
| return 0;
| ;
| return 0;
| }
configure:23855: result: no
configure:23865: checking for uint32
configure:23896: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:119:13: error: use of undeclared identifier 'uint32'; did you mean 'uint'?
if (sizeof (uint32))
^
1 error generated.
configure:23903: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof (uint32))
| return 0;
| ;
| return 0;
| }
configure:23963: result: no
configure:23973: checking for int64
configure:24004: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:119:13: error: use of undeclared identifier 'int64'
if (sizeof (int64))
^
1 error generated.
configure:24011: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof (int64))
| return 0;
| ;
| return 0;
| }
configure:24071: result: no
configure:24081: checking for uint64
configure:24112: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:119:13: error: use of undeclared identifier 'uint64'; did you mean 'uint'?
if (sizeof (uint64))
^
1 error generated.
configure:24119: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof (uint64))
| return 0;
| ;
| return 0;
| }
configure:24179: result: no
configure:24189: checking for uchar
configure:24220: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:119:13: error: use of undeclared identifier 'uchar'
if (sizeof (uchar))
^
1 error generated.
configure:24227: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof (uchar))
| return 0;
| ;
| return 0;
| }
configure:24287: result: no
configure:24297: checking for uint
configure:24328: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:24335: $? = 0
configure:24365: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:119:19: error: expected expression
if (sizeof ((uint)))
^
1 error generated.
configure:24372: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof ((uint)))
| return 0;
| ;
| return 0;
| }
configure:24395: result: yes
configure:24405: checking for ulong
configure:24436: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:120:13: error: use of undeclared identifier 'ulong'
if (sizeof (ulong))
^
1 error generated.
configure:24443: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
|
|
| int
| main ()
| {
| if (sizeof (ulong))
| return 0;
| ;
| return 0;
| }
configure:24503: result: no
configure:24514: checking for in_addr_t
configure:24548: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:24555: $? = 0
configure:24588: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:123:24: error: expected expression
if (sizeof ((in_addr_t)))
^
1 error generated.
configure:24595: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <netinet/in.h>
| #include <arpa/inet.h>
|
|
| int
| main ()
| {
| if (sizeof ((in_addr_t)))
| return 0;
| ;
| return 0;
| }
configure:24618: result: yes
configure:24629: checking for fp_except
configure:24661: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:116:10: fatal error: 'ieeefp.h' file not found
#include <ieeefp.h>
^
1 error generated.
configure:24668: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <ieeefp.h>
|
|
| int
| main ()
| {
| if (sizeof (fp_except))
| return 0;
| ;
| return 0;
| }
configure:24729: result: no
configure:25034: checking "Linux threads"
configure:25215: result: "no"
configure:25249: checking "SCO threads"
configure:25354: result: "no"
configure:25364: checking SCO OpenServer 6, UnixWare 7 or OpenUNIX 8 native threads
configure:25401: result: no
configure:25409: checking "Siemens threads"
configure:25422: result: "no"
configure:25440: checking "Solaris threads"
configure:25448: result: "no"
configure:25454: checking "named thread libs:"
configure:25464: result: "no"
configure:25467: checking "for pthread_create in -libc"
configure:25490: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:25497: $? = 0
configure:25516: result: "yes"
configure:25696: checking for strtok_r in -lpthread
configure:25731: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lpthread -lm >&5
configure:25738: $? = 0
configure:25759: result: yes
configure:25960: checking for strtok_r
configure:26016: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:26023: $? = 0
configure:26045: result: yes
configure:26079: checking for dlopen in -ldl
configure:26114: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -ldl >&5
configure:26121: $? = 0
configure:26142: result: yes
configure:26164: checking for dlopen
configure:26220: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm -ldl >&5
configure:26227: $? = 0
configure:26249: result: yes
configure:26164: checking for dlerror
configure:26220: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm -ldl >&5
configure:26227: $? = 0
configure:26249: result: yes
configure:26271: checking for restartable system calls
configure:26337: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:26341: $? = 0
configure:26347: ./conftest
configure:26351: $? = 0
configure:26368: result: yes
configure:26639: checking if Debug Sync Facility should be enabled.
configure:26659: result: no
configure:26734: checking whether the compiler provides atomic builtins
configure:26770: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:26774: $? = 0
configure:26780: ./conftest
configure:26784: $? = 0
configure:26801: result: yes
configure:26891: checking "need of special linking flags"
configure:26910: result: "none"
configure:26916: checking for an ANSI C-conforming const
configure:26991: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:26998: $? = 0
configure:27013: result: yes
configure:27023: checking for inline
configure:27049: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:27056: $? = 0
configure:27074: result: inline
configure:27093: checking for off_t
configure:27121: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:27128: $? = 0
configure:27155: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:158:20: error: expected expression
if (sizeof ((off_t)))
^
1 error generated.
configure:27162: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:27185: result: yes
configure:27197: checking for struct stat.st_rdev
configure:27225: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:27232: $? = 0
configure:27290: result: yes
configure:27306: checking whether time.h and sys/time.h may both be included
configure:27336: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:27343: $? = 0
configure:27358: result: yes
configure:27368: checking whether struct tm is in sys/time.h or time.h
configure:27398: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:27405: $? = 0
configure:27420: result: time.h
configure:27430: checking needs mysys_new helpers
configure:27465: /usr/bin/clang++ -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.cpp -lm >&5
configure:27472: $? = 0
configure:27499: result: no
configure:27516: checking size of char
configure:27821: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:27825: $? = 0
configure:27831: ./conftest
configure:27835: $? = 0
configure:27861: result: 1
configure:27893: checking size of char*
configure:28198: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:28202: $? = 0
configure:28208: ./conftest
configure:28212: $? = 0
configure:28238: result: 8
configure:28252: checking size of short
configure:28557: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:28561: $? = 0
configure:28567: ./conftest
configure:28571: $? = 0
configure:28597: result: 2
configure:28611: checking size of int
configure:28916: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:28920: $? = 0
configure:28926: ./conftest
configure:28930: $? = 0
configure:28956: result: 4
configure:28976: checking size of long
configure:29281: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:29285: $? = 0
configure:29291: ./conftest
configure:29295: $? = 0
configure:29321: result: 8
configure:29341: checking size of long long
configure:29646: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:29650: $? = 0
configure:29656: ./conftest
configure:29660: $? = 0
configure:29686: result: 8
configure:29707: checking size of off_t
configure:30012: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:30016: $? = 0
configure:30022: ./conftest
configure:30026: $? = 0
configure:30052: result: 8
configure:30071: checking if time_t is unsigned
configure:30099: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:139:19: error: 'array' declared as an array with a negative size
int array[(((time_t)-1) > 0) ? 1 : -1];
^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:30106: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| /* end confdefs.h. */
|
| #include <time.h>
|
| int
| main ()
| {
|
| int array[(((time_t)-1) > 0) ? 1 : -1];
|
| ;
| return 0;
| }
|
configure:30124: result: no
configure:30137: checking size of time_t
configure:30442: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:30446: $? = 0
configure:30452: ./conftest
configure:30456: $? = 0
configure:30482: result: 8
configure:30501: checking the need for #pragma interface/implementation
configure:30522: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:30529: $? = 0
configure:30534: result: no
configure:30548: checking whether byte ordering is bigendian
configure:30573: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:30580: $? = 0
configure:30630: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:30637: $? = 0
configure:30669: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:140:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:30676: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:30928: result: no
configure:30956: checking base type of last arg to accept
configure:31000: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
configure:31007: $? = 0
configure:31075: result: socklen_t
configure:31093: checking struct type to use with setrlimit
configure:31136: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
conftest.cpp:143:17: error: variable has incomplete type 'struct rlimit64'
struct rlimit64 rl; setrlimit(RLIMIT_CORE, &rl);
^
conftest.cpp:143:8: note: forward declaration of 'rlimit64'
struct rlimit64 rl; setrlimit(RLIMIT_CORE, &rl);
^
1 error generated.
configure:31143: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| /* end confdefs.h. */
| #if defined(inline)
| #undef inline
| #endif
| #include <stdlib.h>
| #include <sys/resource.h>
|
| int
| main ()
| {
| struct rlimit64 rl; setrlimit(RLIMIT_CORE, &rl);
| ;
| return 0;
| }
configure:31161: result: struct rlimit
configure:31177: checking stack direction for C alloca
configure:31219: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:31223: $? = 0
configure:31229: ./conftest
configure:31233: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| /* end confdefs.h. */
| #include <stdlib.h>
| /* Prevent compiler optimization by HP's compiler, see bug#42213 */
| #if defined(__HP_cc) || defined (__HP_aCC) || defined (__hpux)
| #pragma noinline
| #endif
| int find_stack_direction ()
| {
| static char *addr = 0;
| auto char dummy;
| if (addr == 0)
| {
| addr = &dummy;
| return find_stack_direction ();
| }
| else
| return (&dummy > addr) ? 1 : -1;
| }
| int main ()
| {
| exit (find_stack_direction() < 0);
| }
configure:31250: result: -1
configure:31265: checking for working alloca.h
configure:31318: result: yes
configure:31328: checking for alloca
configure:31370: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:31377: $? = 0
configure:31397: result: yes
configure:31556: checking if struct timespec has a ts_sec member
configure:31590: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:148:9: error: no member named 'ts_sec' in 'struct timespec'; did you mean 'tv_sec'?
abstime.ts_sec = time(NULL)+1;
^~~~~~
tv_sec
/usr/include/sys/_structs.h:90:18: note: 'tv_sec' declared here
__darwin_time_t tv_sec;
^
conftest.c:149:9: error: no member named 'ts_nsec' in 'struct timespec'; did you mean 'tv_nsec'?
abstime.ts_nsec = 0;
^~~~~~~
tv_nsec
/usr/include/sys/_structs.h:91:8: note: 'tv_nsec' declared here
long tv_nsec;
^
2 errors generated.
configure:31597: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
| #include <pthread.h>
| #ifdef __cplusplus
| extern "C"
| #endif
|
| int
| main ()
| {
| struct timespec abstime;
|
| abstime.ts_sec = time(NULL)+1;
| abstime.ts_nsec = 0;
|
| ;
| return 0;
| }
configure:31612: result: no
configure:31624: checking if we have tzname variable
configure:31656: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:31663: $? = 0
configure:31678: result: yes
configure:31692: checking if /usr/bin/clang++ supports bool types
configure:31726: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
configure:31733: $? = 0
configure:31756: result: yes
configure:31771: checking if conversion of longlong to float works
configure:31804: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:31808: $? = 0
configure:31814: ./conftest
configure:31818: $? = 0
configure:31841: result: yes
configure:31856: checking for sigset_t
configure:31885: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:145:13: error: use of undeclared identifier 'sigset_t'
if (sizeof (sigset_t))
^
1 error generated.
configure:31892: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| /* end confdefs.h. */
| #include <sys/types.h>
|
| int
| main ()
| {
| if (sizeof (sigset_t))
| return 0;
| ;
| return 0;
| }
configure:31950: result: no
configure:31960: checking for off_t
configure:32054: result: yes
configure:32065: checking for size_t
configure:32159: result: yes
configure:32170: checking for u_int32_t
configure:32198: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:32205: $? = 0
configure:32232: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:178:24: error: expected expression
if (sizeof ((u_int32_t)))
^
1 error generated.
configure:32239: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_int32_t)))
| return 0;
| ;
| return 0;
| }
configure:32262: result: yes
configure:32274: checking if pthread_yield takes zero arguments
configure:32307: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_pthread_yield", referenced from:
_main in conftest-MPr9w9.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:32314: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| /* end confdefs.h. */
| #define _GNU_SOURCE
| #include <pthread.h>
| #ifdef __cplusplus
| extern "C"
| #endif
|
| int
| main ()
| {
|
| pthread_yield();
|
| ;
| return 0;
| }
configure:32334: result: yeso
configure:32345: checking if pthread_yield takes 1 argument
configure:32378: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_pthread_yield", referenced from:
_main in conftest-9HG70X.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:32385: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| /* end confdefs.h. */
| #define _GNU_SOURCE
| #include <pthread.h>
| #ifdef __cplusplus
| extern "C"
| #endif
|
| int
| main ()
| {
|
| pthread_yield(0);
|
| ;
| return 0;
| }
configure:32405: result: no
configure:32428: checking for malloc.h
configure:32435: result: no
configure:32439: checking sys/cdefs.h usability
configure:32456: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:32463: $? = 0
configure:32477: result: yes
configure:32481: checking sys/cdefs.h presence
configure:32496: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:32503: $? = 0
configure:32517: result: yes
configure:32545: checking for sys/cdefs.h
configure:32554: result: yes
configure:32572: checking for working alloca.h
configure:32599: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:32606: $? = 0
configure:32626: result: yes
configure:32636: checking for alloca
configure:32710: result: yes
configure:32948: checking whether /usr/bin/clang needs -traditional
conftest.c:146:10: fatal error: 'termio.h' file not found
#include <termio.h>
^
1 error generated.
configure:32990: result: no
configure:32997: checking return type of signal handlers
configure:33025: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:152:8: error: indirection requires pointer operand ('void' invalid)
return *(signal (0, 0)) (0) == 1;
^~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:33032: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:33047: result: void
configure:33061: checking for re_comp
configure:33117: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_re_comp", referenced from:
_main in conftest-z9bGra.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:33124: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| /* Define re_comp to an innocuous variant, in case <limits.h> declares re_comp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define re_comp innocuous_re_comp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char re_comp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef re_comp
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char re_comp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_re_comp || defined __stub___re_comp
| choke me
| #endif
|
| int
| main ()
| {
| return re_comp ();
| ;
| return 0;
| }
configure:33146: result: no
configure:33061: checking for regcomp
configure:33117: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33124: $? = 0
configure:33146: result: yes
configure:33061: checking for strdup
configure:33117: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33124: $? = 0
configure:33146: result: yes
configure:33169: checking vis.h usability
configure:33186: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:33193: $? = 0
configure:33207: result: yes
configure:33211: checking vis.h presence
configure:33226: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:33233: $? = 0
configure:33247: result: yes
configure:33275: checking for vis.h
configure:33282: result: yes
configure:33287: checking for strvis
configure:33343: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33350: $? = 0
configure:33370: result: yes
configure:33389: checking for strlcat
configure:33445: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33452: $? = 0
configure:33474: result: yes
configure:33389: checking for strlcpy
configure:33445: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33452: $? = 0
configure:33474: result: yes
configure:33494: checking for issetugid
configure:33550: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33557: $? = 0
configure:33579: result: yes
configure:33494: checking for getuid
configure:33550: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33557: $? = 0
configure:33579: result: yes
configure:33494: checking for geteuid
configure:33550: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33557: $? = 0
configure:33579: result: yes
configure:33494: checking for getgid
configure:33550: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33557: $? = 0
configure:33579: result: yes
configure:33494: checking for getegid
configure:33550: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33557: $? = 0
configure:33579: result: yes
configure:33595: checking for fgetln
configure:33651: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33658: $? = 0
configure:33680: result: yes
configure:33697: checking for getline
configure:33753: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33760: $? = 0
configure:33782: result: yes
configure:33697: checking for flockfile
configure:33753: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:33760: $? = 0
configure:33782: result: yes
configure:33840: checking varargs.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
In file included from conftest.c:193:
/usr/bin/../lib/clang/3.1/include/varargs.h:25:4: error: #error "Please use <stdarg.h> instead of <varargs.h>"
#error "Please use <stdarg.h> instead of <varargs.h>"
^
1 error generated.
configure:33864: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <varargs.h>
configure:33878: result: no
configure:33882: checking varargs.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
In file included from conftest.c:160:
/usr/bin/../lib/clang/3.1/include/varargs.h:25:4: error: #error "Please use <stdarg.h> instead of <varargs.h>"
#error "Please use <stdarg.h> instead of <varargs.h>"
^
1 error generated.
configure:33904: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| /* end confdefs.h. */
| #include <varargs.h>
configure:33918: result: no
configure:33946: checking for varargs.h
configure:33955: result: no
configure:33840: checking stdarg.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:33864: $? = 0
configure:33878: result: yes
configure:33882: checking stdarg.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:33904: $? = 0
configure:33918: result: yes
configure:33946: checking for stdarg.h
configure:33955: result: yes
configure:33840: checking dirent.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:33864: $? = 0
configure:33878: result: yes
configure:33882: checking dirent.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:33904: $? = 0
configure:33918: result: yes
configure:33946: checking for dirent.h
configure:33955: result: yes
configure:33840: checking locale.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:33864: $? = 0
configure:33878: result: yes
configure:33882: checking locale.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:33904: $? = 0
configure:33918: result: yes
configure:33946: checking for locale.h
configure:33955: result: yes
configure:33840: checking ndir.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:196:10: fatal error: 'ndir.h' file not found
#include <ndir.h>
^
1 error generated.
configure:33864: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ndir.h>
configure:33878: result: no
configure:33882: checking ndir.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:163:10: fatal error: 'ndir.h' file not found
#include <ndir.h>
^
1 error generated.
configure:33904: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h. */
| #include <ndir.h>
configure:33918: result: no
configure:33946: checking for ndir.h
configure:33955: result: no
configure:33840: checking sys/dir.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:33864: $? = 0
configure:33878: result: yes
configure:33882: checking sys/dir.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:33904: $? = 0
configure:33918: result: yes
configure:33946: checking for sys/dir.h
configure:33955: result: yes
configure:33840: checking sys/file.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:33864: $? = 0
configure:33878: result: yes
configure:33882: checking sys/file.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:33904: $? = 0
configure:33918: result: yes
configure:33946: checking for sys/file.h
configure:33955: result: yes
configure:33840: checking sys/ndir.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:198:10: fatal error: 'sys/ndir.h' file not found
#include <sys/ndir.h>
^
1 error generated.
configure:33864: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/ndir.h>
configure:33878: result: no
configure:33882: checking sys/ndir.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:165:10: fatal error: 'sys/ndir.h' file not found
#include <sys/ndir.h>
^
1 error generated.
configure:33904: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
| #include <sys/ndir.h>
configure:33918: result: no
configure:33946: checking for sys/ndir.h
configure:33955: result: no
configure:33840: checking sys/ptem.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:198:10: fatal error: 'sys/ptem.h' file not found
#include <sys/ptem.h>
^
1 error generated.
configure:33864: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/ptem.h>
configure:33878: result: no
configure:33882: checking sys/ptem.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:165:10: fatal error: 'sys/ptem.h' file not found
#include <sys/ptem.h>
^
1 error generated.
configure:33904: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
| #include <sys/ptem.h>
configure:33918: result: no
configure:33946: checking for sys/ptem.h
configure:33955: result: no
configure:33840: checking sys/pte.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:198:10: fatal error: 'sys/pte.h' file not found
#include <sys/pte.h>
^
1 error generated.
configure:33864: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/pte.h>
configure:33878: result: no
configure:33882: checking sys/pte.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:165:10: fatal error: 'sys/pte.h' file not found
#include <sys/pte.h>
^
1 error generated.
configure:33904: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
| #include <sys/pte.h>
configure:33918: result: no
configure:33946: checking for sys/pte.h
configure:33955: result: no
configure:33840: checking sys/select.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:33864: $? = 0
configure:33878: result: yes
configure:33882: checking sys/select.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:33904: $? = 0
configure:33918: result: yes
configure:33946: checking for sys/select.h
configure:33955: result: yes
configure:33840: checking sys/stream.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:199:10: fatal error: 'sys/stream.h' file not found
#include <sys/stream.h>
^
1 error generated.
configure:33864: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/stream.h>
configure:33878: result: no
configure:33882: checking sys/stream.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:166:10: fatal error: 'sys/stream.h' file not found
#include <sys/stream.h>
^
1 error generated.
configure:33904: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h. */
| #include <sys/stream.h>
configure:33918: result: no
configure:33946: checking for sys/stream.h
configure:33955: result: no
configure:33829: checking for sys/mman.h
configure:33836: result: yes
configure:33840: checking curses.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:33864: $? = 0
configure:33878: result: yes
configure:33882: checking curses.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:33904: $? = 0
configure:33918: result: yes
configure:33946: checking for curses.h
configure:33955: result: yes
configure:33840: checking termcap.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:33864: $? = 0
configure:33878: result: yes
configure:33882: checking termcap.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:33904: $? = 0
configure:33918: result: yes
configure:33946: checking for termcap.h
configure:33955: result: yes
configure:33829: checking for termio.h
configure:33836: result: no
configure:33840: checking termbits.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:202:10: fatal error: 'termbits.h' file not found
#include <termbits.h>
^
1 error generated.
configure:33864: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <termbits.h>
configure:33878: result: no
configure:33882: checking termbits.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:169:10: fatal error: 'termbits.h' file not found
#include <termbits.h>
^
1 error generated.
configure:33904: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| /* end confdefs.h. */
| #include <termbits.h>
configure:33918: result: no
configure:33946: checking for termbits.h
configure:33955: result: no
configure:33840: checking asm/termbits.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:202:10: fatal error: 'asm/termbits.h' file not found
#include <asm/termbits.h>
^
1 error generated.
configure:33864: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <asm/termbits.h>
configure:33878: result: no
configure:33882: checking asm/termbits.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
conftest.c:169:10: fatal error: 'asm/termbits.h' file not found
#include <asm/termbits.h>
^
1 error generated.
configure:33904: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| /* end confdefs.h. */
| #include <asm/termbits.h>
configure:33918: result: no
configure:33946: checking for asm/termbits.h
configure:33955: result: no
configure:33840: checking grp.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:33864: $? = 0
configure:33878: result: yes
configure:33882: checking grp.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:33904: $? = 0
configure:33918: result: yes
configure:33946: checking for grp.h
configure:33955: result: yes
configure:33840: checking paths.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:33864: $? = 0
configure:33878: result: yes
configure:33882: checking paths.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:33904: $? = 0
configure:33918: result: yes
configure:33946: checking for paths.h
configure:33955: result: yes
configure:33840: checking semaphore.h usability
configure:33857: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:33864: $? = 0
configure:33878: result: yes
configure:33882: checking semaphore.h presence
configure:33897: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:33904: $? = 0
configure:33918: result: yes
configure:33946: checking for semaphore.h
configure:33955: result: yes
configure:33982: checking for lstat
configure:34038: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:34045: $? = 0
configure:34067: result: yes
configure:33982: checking for putenv
configure:34038: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:34045: $? = 0
configure:34067: result: yes
configure:33982: checking for select
configure:34038: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:34045: $? = 0
configure:34067: result: yes
configure:33982: checking for setenv
configure:34038: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:34045: $? = 0
configure:34067: result: yes
configure:33982: checking for setlocale
configure:34038: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:34045: $? = 0
configure:34067: result: yes
configure:33982: checking for strcoll
configure:34038: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:34045: $? = 0
configure:34067: result: yes
configure:33982: checking for tcgetattr
configure:34038: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:34045: $? = 0
configure:34067: result: yes
configure:34080: checking whether stat file-mode macros are broken
configure:34117: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:34124: $? = 0
configure:34139: result: no
configure:34150: checking for type of signal functions
configure:34183: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:34190: $? = 0
configure:34318: result: posix
configure:34340: checking whether programs are able to redeclare getpw functions
configure:34368: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:34375: $? = 0
configure:34391: result: yes
configure:34401: checking for TIOCGWINSZ in sys/ioctl.h
configure:34428: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:34435: $? = 0
configure:34451: result: yes
configure:34461: checking for FIONREAD in sys/ioctl.h
configure:34488: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:34495: $? = 0
configure:34511: result: yes
configure:34521: checking for TIOCSTAT in sys/ioctl.h
configure:34548: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:34555: $? = 0
configure:34571: result: yes
configure:34582: checking if struct dirent has a d_ino member
configure:34630: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:34637: $? = 0
configure:34653: result: yes
configure:34664: checking if struct dirent has a d_namlen member
configure:34712: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:34719: $? = 0
configure:34735: result: yes
configure:34745: checking whether signal handlers are of type void
configure:34779: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:34786: $? = 0
configure:34801: result: yes
configure:34828: checking wctype.h usability
configure:34845: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:34852: $? = 0
configure:34866: result: yes
configure:34870: checking wctype.h presence
configure:34885: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:34892: $? = 0
configure:34906: result: yes
configure:34934: checking for wctype.h
configure:34943: result: yes
configure:34974: checking wchar.h usability
configure:34991: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:34998: $? = 0
configure:35012: result: yes
configure:35016: checking wchar.h presence
configure:35031: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:35038: $? = 0
configure:35052: result: yes
configure:35080: checking for wchar.h
configure:35089: result: yes
configure:35120: checking langinfo.h usability
configure:35137: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:35144: $? = 0
configure:35158: result: yes
configure:35162: checking langinfo.h presence
configure:35177: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:35184: $? = 0
configure:35198: result: yes
configure:35226: checking for langinfo.h
configure:35235: result: yes
configure:35251: checking for mbrlen
configure:35307: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:35314: $? = 0
configure:35334: result: yes
configure:35344: checking for mbscmp
configure:35400: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_mbscmp", referenced from:
_main in conftest-gt87H6.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:35407: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| /* end confdefs.h. */
| /* Define mbscmp to an innocuous variant, in case <limits.h> declares mbscmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mbscmp innocuous_mbscmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mbscmp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef mbscmp
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mbscmp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_mbscmp || defined __stub___mbscmp
| choke me
| #endif
|
| int
| main ()
| {
| return mbscmp ();
| ;
| return 0;
| }
configure:35427: result: no
configure:35437: checking for mbsrtowcs
configure:35493: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:35500: $? = 0
configure:35520: result: yes
configure:35531: checking for wcrtomb
configure:35587: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:35594: $? = 0
configure:35614: result: yes
configure:35624: checking for mbrtowc
configure:35680: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:35687: $? = 0
configure:35707: result: yes
configure:35717: checking for wcscoll
configure:35773: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:35780: $? = 0
configure:35800: result: yes
configure:35810: checking for wcsdup
configure:35866: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:35873: $? = 0
configure:35893: result: yes
configure:35903: checking for wcwidth
configure:35959: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:35966: $? = 0
configure:35986: result: yes
configure:35996: checking for wctype
configure:36052: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:36059: $? = 0
configure:36079: result: yes
configure:36090: checking for mbstate_t
configure:36121: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:36128: $? = 0
configure:36143: result: yes
configure:36161: checking for iswlower
configure:36217: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:36224: $? = 0
configure:36246: result: yes
configure:36161: checking for iswupper
configure:36217: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:36224: $? = 0
configure:36246: result: yes
configure:36161: checking for towlower
configure:36217: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:36224: $? = 0
configure:36246: result: yes
configure:36161: checking for towupper
configure:36217: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:36224: $? = 0
configure:36246: result: yes
configure:36161: checking for iswctype
configure:36217: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:36224: $? = 0
configure:36246: result: yes
configure:36259: checking for nl_langinfo and CODESET
configure:36285: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:36292: $? = 0
configure:36312: result: yes
configure:36322: checking for wchar_t in wchar.h
configure:36352: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:36359: $? = 0
configure:36374: result: yes
configure:36384: checking for wctype_t in wctype.h
configure:36413: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:36420: $? = 0
configure:36435: result: yes
configure:36445: checking for wint_t in wctype.h
configure:36474: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:36481: $? = 0
configure:36496: result: yes
configure:36513: checking for tgetent in -lncursesw
configure:36548: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lncursesw -lm >&5
ld: library not found for -lncursesw
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:36555: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char tgetent ();
| int
| main ()
| {
| return tgetent ();
| ;
| return 0;
| }
configure:36576: result: no
configure:36581: checking for tgetent in -lncurses
configure:36616: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lncurses -lm >&5
configure:36623: $? = 0
configure:36644: result: yes
configure:36866: checking for termcap functions library
configure:36883: result: -lncurses
configure:36893: checking whether tgoto is declared
configure:36932: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:36939: $? = 0
configure:36954: result: yes
configure:36974: checking for strunvis
configure:37030: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:37037: $? = 0
configure:37057: result: yes
configure:37065: checking for strvis
configure:37148: result: yes
configure:37156: checking for strlcpy
configure:37239: result: yes
configure:37247: checking for strlcat
configure:37330: result: yes
configure:37338: checking for fgetln
configure:37421: result: yes
configure:37519: checking return type of signal handlers
configure:37569: result: void
configure:37577: checking return type of qsort
configure:37609: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:37616: $? = 0
configure:37631: result: void
configure:37655: checking for utime.h
configure:37662: result: yes
configure:37804: checking whether utime accepts a null argument
configure:37843: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:37847: $? = 0
configure:37853: ./conftest
configure:37857: $? = 0
configure:37874: result: yes
configure:37889: checking for vprintf
configure:37945: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:37952: $? = 0
configure:37974: result: yes
configure:37983: checking for _doprnt
configure:38039: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"__doprnt", referenced from:
_main in conftest-cWuUHc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38046: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _doprnt
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
|
| int
| main ()
| {
| return _doprnt ();
| ;
| return 0;
| }
configure:38066: result: no
configure:38081: checking whether fdatasync is declared
configure:38110: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
conftest.c:251:10: error: use of undeclared identifier 'fdatasync'
(void) fdatasync;
^
1 error generated.
configure:38117: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef fdatasync
| (void) fdatasync;
| #endif
|
| ;
| return 0;
| }
configure:38132: result: no
configure:38148: checking whether bzero is declared
configure:38177: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:38184: $? = 0
configure:38199: result: yes
configure:38341: checking for alarm
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for bfill
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_bfill", referenced from:
_main in conftest-ONrh3T.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| /* end confdefs.h. */
| /* Define bfill to an innocuous variant, in case <limits.h> declares bfill.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define bfill innocuous_bfill
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char bfill (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef bfill
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char bfill ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_bfill || defined __stub___bfill
| choke me
| #endif
|
| int
| main ()
| {
| return bfill ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for bmove
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_bmove", referenced from:
_main in conftest-PIjKcO.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| /* end confdefs.h. */
| /* Define bmove to an innocuous variant, in case <limits.h> declares bmove.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define bmove innocuous_bmove
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char bmove (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef bmove
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char bmove ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_bmove || defined __stub___bmove
| choke me
| #endif
|
| int
| main ()
| {
| return bmove ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for bsearch
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for bzero
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for chsize
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_chsize", referenced from:
_main in conftest-HIKuRh.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| /* end confdefs.h. */
| /* Define chsize to an innocuous variant, in case <limits.h> declares chsize.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define chsize innocuous_chsize
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char chsize (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef chsize
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char chsize ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_chsize || defined __stub___chsize
| choke me
| #endif
|
| int
| main ()
| {
| return chsize ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for cuserid
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_cuserid", referenced from:
_main in conftest-aGgxbX.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| /* end confdefs.h. */
| /* Define cuserid to an innocuous variant, in case <limits.h> declares cuserid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define cuserid innocuous_cuserid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char cuserid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef cuserid
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cuserid ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_cuserid || defined __stub___cuserid
| choke me
| #endif
|
| int
| main ()
| {
| return cuserid ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for fchmod
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for fcntl
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for fconvert
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_fconvert", referenced from:
_main in conftest-Do477R.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| /* end confdefs.h. */
| /* Define fconvert to an innocuous variant, in case <limits.h> declares fconvert.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fconvert innocuous_fconvert
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fconvert (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fconvert
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fconvert ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_fconvert || defined __stub___fconvert
| choke me
| #endif
|
| int
| main ()
| {
| return fconvert ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for fdatasync
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for fesetround
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for finite
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for fpresetsticky
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_fpresetsticky", referenced from:
_main in conftest-0FP5un.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define fpresetsticky to an innocuous variant, in case <limits.h> declares fpresetsticky.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fpresetsticky innocuous_fpresetsticky
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fpresetsticky (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fpresetsticky
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fpresetsticky ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_fpresetsticky || defined __stub___fpresetsticky
| choke me
| #endif
|
| int
| main ()
| {
| return fpresetsticky ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for fpsetmask
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_fpsetmask", referenced from:
_main in conftest-iqHkq0.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define fpsetmask to an innocuous variant, in case <limits.h> declares fpsetmask.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fpsetmask innocuous_fpsetmask
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fpsetmask (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fpsetmask
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fpsetmask ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_fpsetmask || defined __stub___fpsetmask
| choke me
| #endif
|
| int
| main ()
| {
| return fpsetmask ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for fsync
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for ftruncate
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for getcwd
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for gethostbyaddr_r
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_gethostbyaddr_r", referenced from:
_main in conftest-knpSvk.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| /* end confdefs.h. */
| /* Define gethostbyaddr_r to an innocuous variant, in case <limits.h> declares gethostbyaddr_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gethostbyaddr_r innocuous_gethostbyaddr_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gethostbyaddr_r (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gethostbyaddr_r
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostbyaddr_r ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_gethostbyaddr_r || defined __stub___gethostbyaddr_r
| choke me
| #endif
|
| int
| main ()
| {
| return gethostbyaddr_r ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for gethostbyname_r
configure:38426: result: no
configure:38341: checking for getpass
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for getpassphrase
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_getpassphrase", referenced from:
_main in conftest-KnRvbL.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| /* end confdefs.h. */
| /* Define getpassphrase to an innocuous variant, in case <limits.h> declares getpassphrase.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getpassphrase innocuous_getpassphrase
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getpassphrase (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getpassphrase
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getpassphrase ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getpassphrase || defined __stub___getpassphrase
| choke me
| #endif
|
| int
| main ()
| {
| return getpassphrase ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for getpwnam
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for getpwuid
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for getrlimit
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for getrusage
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for getwd
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for index
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for initgroups
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for isnan
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for localtime_r
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for gethrtime
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_gethrtime", referenced from:
_main in conftest-JvHTgm.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| /* end confdefs.h. */
| /* Define gethrtime to an innocuous variant, in case <limits.h> declares gethrtime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gethrtime innocuous_gethrtime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gethrtime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gethrtime
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethrtime ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_gethrtime || defined __stub___gethrtime
| choke me
| #endif
|
| int
| main ()
| {
| return gethrtime ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for gmtime_r
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for locking
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_locking", referenced from:
_main in conftest-UBLlc1.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| /* end confdefs.h. */
| /* Define locking to an innocuous variant, in case <limits.h> declares locking.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define locking innocuous_locking
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char locking (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef locking
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char locking ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_locking || defined __stub___locking
| choke me
| #endif
|
| int
| main ()
| {
| return locking ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for longjmp
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for lrand48
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for madvise
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for mallinfo
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_mallinfo", referenced from:
_main in conftest-YYz8M2.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| /* end confdefs.h. */
| /* Define mallinfo to an innocuous variant, in case <limits.h> declares mallinfo.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mallinfo innocuous_mallinfo
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mallinfo (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef mallinfo
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mallinfo ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_mallinfo || defined __stub___mallinfo
| choke me
| #endif
|
| int
| main ()
| {
| return mallinfo ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for memcpy
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for memmove
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for mkstemp
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for mlockall
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for perror
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for poll
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for pread
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for pthread_attr_create
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_pthread_attr_create", referenced from:
_main in conftest-kuSk7C.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| /* end confdefs.h. */
| /* Define pthread_attr_create to an innocuous variant, in case <limits.h> declares pthread_attr_create.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_attr_create innocuous_pthread_attr_create
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_attr_create (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pthread_attr_create
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_attr_create ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_attr_create || defined __stub___pthread_attr_create
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_attr_create ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for mmap
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for mmap64
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_mmap64", referenced from:
_main in conftest-vMaGw1.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| /* Define mmap64 to an innocuous variant, in case <limits.h> declares mmap64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mmap64 innocuous_mmap64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mmap64 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef mmap64
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mmap64 ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_mmap64 || defined __stub___mmap64
| choke me
| #endif
|
| int
| main ()
| {
| return mmap64 ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for getpagesize
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for pthread_attr_getstacksize
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for pthread_attr_setprio
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_pthread_attr_setprio", referenced from:
_main in conftest-ihCMfc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| /* end confdefs.h. */
| /* Define pthread_attr_setprio to an innocuous variant, in case <limits.h> declares pthread_attr_setprio.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_attr_setprio innocuous_pthread_attr_setprio
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_attr_setprio (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pthread_attr_setprio
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_attr_setprio ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_attr_setprio || defined __stub___pthread_attr_setprio
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_attr_setprio ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for pthread_attr_setschedparam
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for pthread_attr_setstacksize
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for pthread_condattr_create
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_pthread_condattr_create", referenced from:
_main in conftest-fmfqNN.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| /* end confdefs.h. */
| /* Define pthread_condattr_create to an innocuous variant, in case <limits.h> declares pthread_condattr_create.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_condattr_create innocuous_pthread_condattr_create
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_condattr_create (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pthread_condattr_create
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_condattr_create ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_condattr_create || defined __stub___pthread_condattr_create
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_condattr_create ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for pthread_getsequence_np
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_pthread_getsequence_np", referenced from:
_main in conftest-WNNya2.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| /* end confdefs.h. */
| /* Define pthread_getsequence_np to an innocuous variant, in case <limits.h> declares pthread_getsequence_np.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_getsequence_np innocuous_pthread_getsequence_np
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_getsequence_np (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pthread_getsequence_np
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_getsequence_np ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_getsequence_np || defined __stub___pthread_getsequence_np
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_getsequence_np ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for pthread_key_delete
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for pthread_rwlock_rdlock
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for pthread_setprio
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_pthread_setprio", referenced from:
_main in conftest-BqlfcU.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| /* end confdefs.h. */
| /* Define pthread_setprio to an innocuous variant, in case <limits.h> declares pthread_setprio.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_setprio innocuous_pthread_setprio
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_setprio (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pthread_setprio
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_setprio ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_setprio || defined __stub___pthread_setprio
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_setprio ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for pthread_setprio_np
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_pthread_setprio_np", referenced from:
_main in conftest-mHGDXP.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| /* end confdefs.h. */
| /* Define pthread_setprio_np to an innocuous variant, in case <limits.h> declares pthread_setprio_np.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_setprio_np innocuous_pthread_setprio_np
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_setprio_np (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pthread_setprio_np
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_setprio_np ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_setprio_np || defined __stub___pthread_setprio_np
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_setprio_np ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for pthread_setschedparam
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for pthread_sigmask
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for readlink
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for realpath
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for rename
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for rint
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for rwlock_init
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_rwlock_init", referenced from:
_main in conftest-bC67pe.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| /* end confdefs.h. */
| /* Define rwlock_init to an innocuous variant, in case <limits.h> declares rwlock_init.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define rwlock_init innocuous_rwlock_init
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char rwlock_init (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef rwlock_init
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char rwlock_init ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_rwlock_init || defined __stub___rwlock_init
| choke me
| #endif
|
| int
| main ()
| {
| return rwlock_init ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for setupterm
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_setupterm", referenced from:
_main in conftest-S1mn90.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| /* end confdefs.h. */
| /* Define setupterm to an innocuous variant, in case <limits.h> declares setupterm.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setupterm innocuous_setupterm
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setupterm (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setupterm
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setupterm ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_setupterm || defined __stub___setupterm
| choke me
| #endif
|
| int
| main ()
| {
| return setupterm ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for shmget
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for shmat
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for shmdt
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for shmctl
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for sigaction
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for sigemptyset
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for sigaddset
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for sighold
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for sigset
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for sigthreadmask
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_sigthreadmask", referenced from:
_main in conftest-N0Y9ZQ.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| /* end confdefs.h. */
| /* Define sigthreadmask to an innocuous variant, in case <limits.h> declares sigthreadmask.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sigthreadmask innocuous_sigthreadmask
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sigthreadmask (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sigthreadmask
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sigthreadmask ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_sigthreadmask || defined __stub___sigthreadmask
| choke me
| #endif
|
| int
| main ()
| {
| return sigthreadmask ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for port_create
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_port_create", referenced from:
_main in conftest-s9RDX0.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| /* end confdefs.h. */
| /* Define port_create to an innocuous variant, in case <limits.h> declares port_create.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define port_create innocuous_port_create
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char port_create (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef port_create
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char port_create ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_port_create || defined __stub___port_create
| choke me
| #endif
|
| int
| main ()
| {
| return port_create ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for sleep
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for snprintf
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for socket
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for stpcpy
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for strcasecmp
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for strerror
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for strsignal
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for strnlen
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for strpbrk
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for strstr
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for strtol
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for strtoll
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for strtoul
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for strtoull
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for tell
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_tell", referenced from:
_main in conftest-Ho8iXX.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| /* end confdefs.h. */
| /* Define tell to an innocuous variant, in case <limits.h> declares tell.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define tell innocuous_tell
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char tell (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef tell
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char tell ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_tell || defined __stub___tell
| choke me
| #endif
|
| int
| main ()
| {
| return tell ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for tempnam
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for thr_setconcurrency
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_thr_setconcurrency", referenced from:
_main in conftest-3hJwKK.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| /* end confdefs.h. */
| /* Define thr_setconcurrency to an innocuous variant, in case <limits.h> declares thr_setconcurrency.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define thr_setconcurrency innocuous_thr_setconcurrency
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char thr_setconcurrency (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef thr_setconcurrency
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char thr_setconcurrency ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_thr_setconcurrency || defined __stub___thr_setconcurrency
| choke me
| #endif
|
| int
| main ()
| {
| return thr_setconcurrency ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for vidattr
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_vidattr", referenced from:
_main in conftest-GYQTc6.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| /* end confdefs.h. */
| /* Define vidattr to an innocuous variant, in case <limits.h> declares vidattr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define vidattr innocuous_vidattr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char vidattr (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef vidattr
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char vidattr ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_vidattr || defined __stub___vidattr
| choke me
| #endif
|
| int
| main ()
| {
| return vidattr ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for posix_fallocate
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_posix_fallocate", referenced from:
_main in conftest-J3Mlhe.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| /* end confdefs.h. */
| /* Define posix_fallocate to an innocuous variant, in case <limits.h> declares posix_fallocate.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define posix_fallocate innocuous_posix_fallocate
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char posix_fallocate (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef posix_fallocate
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char posix_fallocate ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_posix_fallocate || defined __stub___posix_fallocate
| choke me
| #endif
|
| int
| main ()
| {
| return posix_fallocate ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for backtrace
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for backtrace_symbols
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for backtrace_symbols_fd
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38404: $? = 0
configure:38426: result: yes
configure:38341: checking for printstack
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_printstack", referenced from:
_main in conftest-JdyExc.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| /* end confdefs.h. */
| /* Define printstack to an innocuous variant, in case <limits.h> declares printstack.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define printstack innocuous_printstack
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char printstack (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef printstack
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char printstack ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_printstack || defined __stub___printstack
| choke me
| #endif
|
| int
| main ()
| {
| return printstack ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38341: checking for fedisableexcept
configure:38397: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_fedisableexcept", referenced from:
_main in conftest-xk7Ur9.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38404: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| /* end confdefs.h. */
| /* Define fedisableexcept to an innocuous variant, in case <limits.h> declares fedisableexcept.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fedisableexcept innocuous_fedisableexcept
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fedisableexcept (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fedisableexcept
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fedisableexcept ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_fedisableexcept || defined __stub___fedisableexcept
| choke me
| #endif
|
| int
| main ()
| {
| return fedisableexcept ();
| ;
| return 0;
| }
configure:38426: result: no
configure:38453: checking for clock_gettime
configure:38509: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_main in conftest-MTCYPP.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38516: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| /* end confdefs.h. */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clock_gettime innocuous_clock_gettime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clock_gettime (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef clock_gettime
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
|
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:38538: result: no
configure:38634: checking for pthread_setschedprio
configure:38690: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_pthread_setschedprio", referenced from:
_main in conftest-qv8A1a.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:38697: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| /* end confdefs.h. */
| /* Define pthread_setschedprio to an innocuous variant, in case <limits.h> declares pthread_setschedprio.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_setschedprio innocuous_pthread_setschedprio
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_setschedprio (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pthread_setschedprio
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_setschedprio ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_setschedprio || defined __stub___pthread_setschedprio
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_setschedprio ();
| ;
| return 0;
| }
configure:38719: result: no
configure:38736: checking for isinf in <math.h>
configure:38759: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38766: $? = 0
configure:38774: result: yes
configure:38776: checking whether isinf() is safe to use in C code
configure:38809: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38813: $? = 0
configure:38819: ./conftest
configure:38823: $? = 0
configure:38825: result: yes
configure:38847: checking whether isinf() can be used in C++ code
configure:38877: /usr/bin/clang++ -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.cpp -lm >&5
configure:38884: $? = 0
configure:38892: result: yes
configure:38932: checking for fseeko
configure:38988: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:38995: $? = 0
configure:39015: result: yes
configure:39030: checking style of gethost* routines
configure:39045: checking whether madvise is declared
configure:39078: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
configure:39085: $? = 0
configure:39100: result: yes
configure:39164: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
conftest.cpp:304:24: error: use of undeclared identifier 'gethostbyaddr_r'; did you mean 'gethostbyaddr'?
struct hostent *foo = gethostbyaddr_r((const char *) 0,
^~~~~~~~~~~~~~~
gethostbyaddr
/usr/include/netdb.h:276:17: note: 'gethostbyaddr' declared here
struct hostent *gethostbyaddr(const void *, socklen_t, int);
^
conftest.cpp:305:9: error: too many arguments to function call, expected 3, have 7
0, 0, (struct hostent *) 0, (char *) NULL, 0, &skr); return (foo == 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/netdb.h:276:1: note: 'gethostbyaddr' declared here
struct hostent *gethostbyaddr(const void *, socklen_t, int);
^
2 errors generated.
configure:39171: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| /* end confdefs.h. */
| #undef inline
| #if !defined(SCO) && !defined(__osf__) && !defined(_REENTRANT)
| #define _REENTRANT
| #endif
| #include <pthread.h>
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <netinet/in.h>
| #include <arpa/inet.h>
| #include <netdb.h>
| int
| main ()
| {
| int skr;
| struct hostent *foo = gethostbyaddr_r((const char *) 0,
| 0, 0, (struct hostent *) 0, (char *) NULL, 0, &skr); return (foo == 0);
| ;
| return 0;
| }
configure:39186: result: other
configure:39208: checking style of gethostbyname_r routines
configure:39257: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
conftest.cpp:305:8: error: use of undeclared identifier 'gethostbyname_r'
skr = gethostbyname_r((const char *) 0,
^
1 error generated.
configure:39264: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| /* end confdefs.h. */
| #undef inline
| #if !defined(SCO) && !defined(__osf__) && !defined(_REENTRANT)
| #define _REENTRANT
| #endif
| #include <pthread.h>
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <netinet/in.h>
| #include <arpa/inet.h>
| #include <netdb.h>
| int
| main ()
| {
| int skr;
|
| skr = gethostbyname_r((const char *) 0,
| (struct hostent*) 0, (char*) 0, 0, (struct hostent **) 0, &skr);
| ;
| return 0;
| }
configure:39279: result: other
configure:39299: checking 3 argument to gethostbyname_r routines
configure:39347: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
conftest.cpp:305:8: error: use of undeclared identifier 'gethostbyname_r'
skr = gethostbyname_r((const char *) 0, (struct hostent*) 0, (struct hostent_data*) 0);
^
1 error generated.
configure:39354: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| /* end confdefs.h. */
| #undef inline
| #if !defined(SCO) && !defined(__osf__) && !defined(_REENTRANT)
| #define _REENTRANT
| #endif
| #include <pthread.h>
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <netinet/in.h>
| #include <arpa/inet.h>
| #include <netdb.h>
| int
| main ()
| {
| int skr;
|
| skr = gethostbyname_r((const char *) 0, (struct hostent*) 0, (struct hostent_data*) 0);
| ;
| return 0;
| }
configure:39369: result: char
configure:39389: checking "args to pthread_getspecific"
configure:39420: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:39427: $? = 0
configure:39442: result: POSIX
configure:39454: checking "args to pthread_mutex_init"
configure:39487: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:39494: $? = 0
configure:39509: result: POSIX
configure:39523: checking "args to readdir_r"
configure:39555: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:39562: $? = 0
configure:39582: result: POSIX
configure:39594: checking "style of sigwait"
configure:39629: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:39636: $? = 0
configure:39656: result: POSIX
configure:39745: checking "for pthread_attr_setscope"
configure:39776: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:39783: $? = 0
configure:39803: result: yes
configure:39815: checking "can netinet files be included"
configure:39843: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:39850: $? = 0
configure:39872: result: "yes"
configure:39875: checking support for weak symbols
configure:39903: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:39910: $? = 0
configure:39930: result: yes
configure:39941: checking whether __bss_start is defined
configure:39970: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"___bss_start", referenced from:
_main in conftest-rZBuGA.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:39977: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_READDIR_R 1
| #define HAVE_SIGWAIT 1
| #define HAVE_PTHREAD_ATTR_SETSCOPE 1
| #define HAVE_WEAK_SYMBOL 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| extern char *__bss_start;
| return __bss_start ? 1 : 0;
|
| ;
| return 0;
| }
configure:39997: result: no
configure:40032: checking cxxabi.h usability
configure:40049: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
configure:40056: $? = 0
configure:40070: result: yes
configure:40074: checking cxxabi.h presence
configure:40089: /usr/bin/clang++ -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp
configure:40096: $? = 0
configure:40110: result: yes
configure:40138: checking for cxxabi.h
configure:40147: result: yes
configure:40162: checking for abi::__cxa_demangle
configure:40191: /usr/bin/clang++ -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.cpp -lm >&5
configure:40198: $? = 0
configure:40218: result: yes
configure:40248: checking for big tables support
configure:40262: result: no
configure:40277: checking max indexes per table
configure:40284: result: 64
configure:40299: checking for SSL
configure:40384: result: using bundled yaSSL (thread-safe)
configure:42471: checking whether to use Partition Support
configure:42524: result: yes
configure:42539: checking whether to use Daemon Example Plugin
configure:42595: result: plugin
configure:42654: checking whether to use Simple Parser
configure:42710: result: plugin
configure:42772: checking whether to use Archive Storage Engine
configure:42828: result: plugin
configure:42899: checking whether to use Blackhole Storage Engine
configure:42955: result: plugin
configure:43026: checking whether to use CSV Storage Engine
configure:43096: result: yes
configure:43136: checking whether to use Example Storage Engine
configure:43192: result: plugin
configure:43254: checking whether to use Federated Storage Engine
configure:43310: result: plugin
configure:43386: checking whether to use Memory Storage Engine
configure:43456: result: yes
configure:43501: checking whether to use InnoDB Storage Engine
configure:43588: result: yes
configure:43628: checking whether to use InnoDB Storage Engine
configure:43684: result: plugin
configure:43746: checking whether to use MyISAM Storage Engine
configure:43816: result: yes
configure:43861: checking whether to use MyISAM MERGE Engine
configure:43931: result: yes
configure:43976: checking whether to use Cluster Storage Engine
configure:44024: result: no
configure:44283: checking for aio_read in -lrt
configure:44318: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lrt -lm >&5
ld: library not found for -lrt
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:44325: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_READDIR_R 1
| #define HAVE_SIGWAIT 1
| #define HAVE_PTHREAD_ATTR_SETSCOPE 1
| #define HAVE_WEAK_SYMBOL 1
| #define HAVE_CXXABI_H 1
| #define HAVE_ABI_CXA_DEMANGLE 1
| #define MAX_INDEXES 64
| #define HAVE_VIO_READ_BUFF 1
| #define HAVE_OPENSSL 1
| #define HAVE_YASSL 1
| #define WITH_PARTITION_STORAGE_ENGINE 1
| #define WITH_CSV_STORAGE_ENGINE 1
| #define WITH_HEAP_STORAGE_ENGINE 1
| #define WITH_INNOBASE_STORAGE_ENGINE 1
| #define WITH_MYISAM_STORAGE_ENGINE 1
| #define WITH_MYISAMMRG_STORAGE_ENGINE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char aio_read ();
| int
| main ()
| {
| return aio_read ();
| ;
| return 0;
| }
configure:44346: result: no
configure:44370: checking aio.h usability
configure:44387: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c >&5
configure:44394: $? = 0
configure:44408: result: yes
configure:44412: checking aio.h presence
configure:44427: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.c
configure:44434: $? = 0
configure:44448: result: yes
configure:44476: checking for aio.h
configure:44485: result: yes
configure:44359: checking for sched.h
configure:44366: result: yes
configure:44504: checking size of int
configure:44849: result: 4
configure:44863: checking size of long
configure:45208: result: 8
configure:45222: checking size of void*
configure:45527: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:45531: $? = 0
configure:45537: ./conftest
configure:45541: $? = 0
configure:45567: result: 8
configure:45581: checking for sched_yield
configure:45637: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:45644: $? = 0
configure:45666: result: yes
configure:45682: checking for fdatasync
configure:45767: result: yes
configure:45783: checking for localtime_r
configure:45868: result: yes
configure:45881: checking whether byte ordering is bigendian
configure:46261: result: no
configure:46335: checking for sched.h
configure:46342: result: yes
configure:46480: checking size of int
configure:46825: result: 4
configure:46839: checking size of long
configure:47184: result: 8
configure:47198: checking size of void*
configure:47543: result: 8
configure:47559: checking for sched_yield
configure:47644: result: yes
configure:47559: checking for fdatasync
configure:47644: result: yes
configure:47559: checking for localtime_r
configure:47644: result: yes
configure:47657: checking whether byte ordering is bigendian
configure:48037: result: no
configure:48090: checking whether GCC atomic builtins are available
configure:48153: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:48157: $? = 0
configure:48163: ./conftest
configure:48167: $? = 0
configure:48175: result: yes
configure:48196: checking whether pthread_t can be used by GCC atomic builtins
configure:48239: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:48243: $? = 0
configure:48249: ./conftest
configure:48253: $? = 0
configure:48261: result: yes
configure:48282: checking whether Solaris libc atomic functions are available
configure:48298: checking for atomic_add_long_nv
configure:48354: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_atomic_add_long_nv", referenced from:
_main in conftest-YsrLOp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:48361: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_READDIR_R 1
| #define HAVE_SIGWAIT 1
| #define HAVE_PTHREAD_ATTR_SETSCOPE 1
| #define HAVE_WEAK_SYMBOL 1
| #define HAVE_CXXABI_H 1
| #define HAVE_ABI_CXA_DEMANGLE 1
| #define MAX_INDEXES 64
| #define HAVE_VIO_READ_BUFF 1
| #define HAVE_OPENSSL 1
| #define HAVE_YASSL 1
| #define WITH_PARTITION_STORAGE_ENGINE 1
| #define WITH_CSV_STORAGE_ENGINE 1
| #define WITH_HEAP_STORAGE_ENGINE 1
| #define WITH_INNOBASE_STORAGE_ENGINE 1
| #define WITH_MYISAM_STORAGE_ENGINE 1
| #define WITH_MYISAMMRG_STORAGE_ENGINE 1
| #define HAVE_AIO_H 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_IB_GCC_ATOMIC_BUILTINS 1
| #define HAVE_IB_ATOMIC_PTHREAD_T_GCC 1
| /* end confdefs.h. */
| /* Define atomic_add_long_nv to an innocuous variant, in case <limits.h> declares atomic_add_long_nv.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define atomic_add_long_nv innocuous_atomic_add_long_nv
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char atomic_add_long_nv (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef atomic_add_long_nv
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char atomic_add_long_nv ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_atomic_add_long_nv || defined __stub___atomic_add_long_nv
| choke me
| #endif
|
| int
| main ()
| {
| return atomic_add_long_nv ();
| ;
| return 0;
| }
configure:48383: result: no
configure:48298: checking for atomic_cas_32
configure:48354: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_atomic_cas_32", referenced from:
_main in conftest-cLZLtT.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:48361: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_READDIR_R 1
| #define HAVE_SIGWAIT 1
| #define HAVE_PTHREAD_ATTR_SETSCOPE 1
| #define HAVE_WEAK_SYMBOL 1
| #define HAVE_CXXABI_H 1
| #define HAVE_ABI_CXA_DEMANGLE 1
| #define MAX_INDEXES 64
| #define HAVE_VIO_READ_BUFF 1
| #define HAVE_OPENSSL 1
| #define HAVE_YASSL 1
| #define WITH_PARTITION_STORAGE_ENGINE 1
| #define WITH_CSV_STORAGE_ENGINE 1
| #define WITH_HEAP_STORAGE_ENGINE 1
| #define WITH_INNOBASE_STORAGE_ENGINE 1
| #define WITH_MYISAM_STORAGE_ENGINE 1
| #define WITH_MYISAMMRG_STORAGE_ENGINE 1
| #define HAVE_AIO_H 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_IB_GCC_ATOMIC_BUILTINS 1
| #define HAVE_IB_ATOMIC_PTHREAD_T_GCC 1
| /* end confdefs.h. */
| /* Define atomic_cas_32 to an innocuous variant, in case <limits.h> declares atomic_cas_32.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define atomic_cas_32 innocuous_atomic_cas_32
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char atomic_cas_32 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef atomic_cas_32
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char atomic_cas_32 ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_atomic_cas_32 || defined __stub___atomic_cas_32
| choke me
| #endif
|
| int
| main ()
| {
| return atomic_cas_32 ();
| ;
| return 0;
| }
configure:48383: result: no
configure:48298: checking for atomic_cas_64
configure:48354: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_atomic_cas_64", referenced from:
_main in conftest-cFiSAp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:48361: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_READDIR_R 1
| #define HAVE_SIGWAIT 1
| #define HAVE_PTHREAD_ATTR_SETSCOPE 1
| #define HAVE_WEAK_SYMBOL 1
| #define HAVE_CXXABI_H 1
| #define HAVE_ABI_CXA_DEMANGLE 1
| #define MAX_INDEXES 64
| #define HAVE_VIO_READ_BUFF 1
| #define HAVE_OPENSSL 1
| #define HAVE_YASSL 1
| #define WITH_PARTITION_STORAGE_ENGINE 1
| #define WITH_CSV_STORAGE_ENGINE 1
| #define WITH_HEAP_STORAGE_ENGINE 1
| #define WITH_INNOBASE_STORAGE_ENGINE 1
| #define WITH_MYISAM_STORAGE_ENGINE 1
| #define WITH_MYISAMMRG_STORAGE_ENGINE 1
| #define HAVE_AIO_H 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_IB_GCC_ATOMIC_BUILTINS 1
| #define HAVE_IB_ATOMIC_PTHREAD_T_GCC 1
| /* end confdefs.h. */
| /* Define atomic_cas_64 to an innocuous variant, in case <limits.h> declares atomic_cas_64.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define atomic_cas_64 innocuous_atomic_cas_64
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char atomic_cas_64 (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef atomic_cas_64
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char atomic_cas_64 ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_atomic_cas_64 || defined __stub___atomic_cas_64
| choke me
| #endif
|
| int
| main ()
| {
| return atomic_cas_64 ();
| ;
| return 0;
| }
configure:48383: result: no
configure:48298: checking for atomic_cas_ulong
configure:48354: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_atomic_cas_ulong", referenced from:
_main in conftest-FEaTpE.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:48361: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_READDIR_R 1
| #define HAVE_SIGWAIT 1
| #define HAVE_PTHREAD_ATTR_SETSCOPE 1
| #define HAVE_WEAK_SYMBOL 1
| #define HAVE_CXXABI_H 1
| #define HAVE_ABI_CXA_DEMANGLE 1
| #define MAX_INDEXES 64
| #define HAVE_VIO_READ_BUFF 1
| #define HAVE_OPENSSL 1
| #define HAVE_YASSL 1
| #define WITH_PARTITION_STORAGE_ENGINE 1
| #define WITH_CSV_STORAGE_ENGINE 1
| #define WITH_HEAP_STORAGE_ENGINE 1
| #define WITH_INNOBASE_STORAGE_ENGINE 1
| #define WITH_MYISAM_STORAGE_ENGINE 1
| #define WITH_MYISAMMRG_STORAGE_ENGINE 1
| #define HAVE_AIO_H 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_IB_GCC_ATOMIC_BUILTINS 1
| #define HAVE_IB_ATOMIC_PTHREAD_T_GCC 1
| /* end confdefs.h. */
| /* Define atomic_cas_ulong to an innocuous variant, in case <limits.h> declares atomic_cas_ulong.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define atomic_cas_ulong innocuous_atomic_cas_ulong
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char atomic_cas_ulong (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef atomic_cas_ulong
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char atomic_cas_ulong ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_atomic_cas_ulong || defined __stub___atomic_cas_ulong
| choke me
| #endif
|
| int
| main ()
| {
| return atomic_cas_ulong ();
| ;
| return 0;
| }
configure:48383: result: no
configure:48298: checking for atomic_swap_uchar
configure:48354: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_atomic_swap_uchar", referenced from:
_main in conftest-86yYg1.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:48361: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_READDIR_R 1
| #define HAVE_SIGWAIT 1
| #define HAVE_PTHREAD_ATTR_SETSCOPE 1
| #define HAVE_WEAK_SYMBOL 1
| #define HAVE_CXXABI_H 1
| #define HAVE_ABI_CXA_DEMANGLE 1
| #define MAX_INDEXES 64
| #define HAVE_VIO_READ_BUFF 1
| #define HAVE_OPENSSL 1
| #define HAVE_YASSL 1
| #define WITH_PARTITION_STORAGE_ENGINE 1
| #define WITH_CSV_STORAGE_ENGINE 1
| #define WITH_HEAP_STORAGE_ENGINE 1
| #define WITH_INNOBASE_STORAGE_ENGINE 1
| #define WITH_MYISAM_STORAGE_ENGINE 1
| #define WITH_MYISAMMRG_STORAGE_ENGINE 1
| #define HAVE_AIO_H 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_IB_GCC_ATOMIC_BUILTINS 1
| #define HAVE_IB_ATOMIC_PTHREAD_T_GCC 1
| /* end confdefs.h. */
| /* Define atomic_swap_uchar to an innocuous variant, in case <limits.h> declares atomic_swap_uchar.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define atomic_swap_uchar innocuous_atomic_swap_uchar
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char atomic_swap_uchar (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef atomic_swap_uchar
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char atomic_swap_uchar ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_atomic_swap_uchar || defined __stub___atomic_swap_uchar
| choke me
| #endif
|
| int
| main ()
| {
| return atomic_swap_uchar ();
| ;
| return 0;
| }
configure:48383: result: no
configure:48409: checking whether pthread_t can be used by Solaris libc atomic functions
configure:48463: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
Undefined symbols for architecture x86_64:
"_atomic_cas_64", referenced from:
_main in conftest-HQnWZ2.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:48467: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_READDIR_R 1
| #define HAVE_SIGWAIT 1
| #define HAVE_PTHREAD_ATTR_SETSCOPE 1
| #define HAVE_WEAK_SYMBOL 1
| #define HAVE_CXXABI_H 1
| #define HAVE_ABI_CXA_DEMANGLE 1
| #define MAX_INDEXES 64
| #define HAVE_VIO_READ_BUFF 1
| #define HAVE_OPENSSL 1
| #define HAVE_YASSL 1
| #define WITH_PARTITION_STORAGE_ENGINE 1
| #define WITH_CSV_STORAGE_ENGINE 1
| #define WITH_HEAP_STORAGE_ENGINE 1
| #define WITH_INNOBASE_STORAGE_ENGINE 1
| #define WITH_MYISAM_STORAGE_ENGINE 1
| #define WITH_MYISAMMRG_STORAGE_ENGINE 1
| #define HAVE_AIO_H 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_IB_GCC_ATOMIC_BUILTINS 1
| #define HAVE_IB_ATOMIC_PTHREAD_T_GCC 1
| /* end confdefs.h. */
|
| #include <pthread.h>
| #include <string.h>
|
| int main(int argc, char** argv) {
| pthread_t x1;
| pthread_t x2;
| pthread_t x3;
|
| memset(&x1, 0x0, sizeof(x1));
| memset(&x2, 0x0, sizeof(x2));
| memset(&x3, 0x0, sizeof(x3));
|
| if (sizeof(pthread_t) == 4) {
|
| atomic_cas_32(&x1, x2, x3);
|
| } else if (sizeof(pthread_t) == 8) {
|
| atomic_cas_64(&x1, x2, x3);
|
| } else {
|
| return(1);
| }
|
| return(0);
| }
|
configure:48495: result: no
configure:48512: checking size of pthread_t
configure:48823: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:48827: $? = 0
configure:48833: ./conftest
configure:48837: $? = 0
configure:48863: result: 8
configure:48875: checking for x86 PAUSE instruction
configure:48909: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL -I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib conftest.c -lm >&5
configure:48913: $? = 0
configure:48919: ./conftest
configure:48923: $? = 0
configure:48931: result: yes
configure:49678: checking libedit variant of rl_completion_entry_function
configure:49710: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
conftest.cpp:337:3: error: use of undeclared identifier 'completion_matches'; did you mean 'rl_completion_matches'?
completion_matches(0,0);
^~~~~~~~~~~~~~~~~~
rl_completion_matches
/usr/local/Cellar/readline/6.2.4/include/readline/readline.h:448:15: note: 'rl_completion_matches' declared here
extern char **rl_completion_matches PARAMS((const char *, rl_compentry_func_t *));
^
1 error generated.
configure:49717: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_READDIR_R 1
| #define HAVE_SIGWAIT 1
| #define HAVE_PTHREAD_ATTR_SETSCOPE 1
| #define HAVE_WEAK_SYMBOL 1
| #define HAVE_CXXABI_H 1
| #define HAVE_ABI_CXA_DEMANGLE 1
| #define MAX_INDEXES 64
| #define HAVE_VIO_READ_BUFF 1
| #define HAVE_OPENSSL 1
| #define HAVE_YASSL 1
| #define WITH_PARTITION_STORAGE_ENGINE 1
| #define WITH_CSV_STORAGE_ENGINE 1
| #define WITH_HEAP_STORAGE_ENGINE 1
| #define WITH_INNOBASE_STORAGE_ENGINE 1
| #define WITH_MYISAM_STORAGE_ENGINE 1
| #define WITH_MYISAMMRG_STORAGE_ENGINE 1
| #define HAVE_AIO_H 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_IB_GCC_ATOMIC_BUILTINS 1
| #define HAVE_IB_ATOMIC_PTHREAD_T_GCC 1
| #define SIZEOF_PTHREAD_T 8
| #define HAVE_IB_PAUSE_INSTRUCTION 1
| #define HAVE_QUERY_CACHE 1
| #define HAVE_SPATIAL 1
| #define HAVE_RTREE_KEYS 1
| /* end confdefs.h. */
|
| #include "stdio.h"
| #include "readline/readline.h"
|
| int
| main ()
| {
|
| char res= *(*rl_completion_entry_function)(0,0);
| completion_matches(0,0);
|
| ;
| return 0;
| }
configure:49741: result: no
configure:49745: checking defined rl_compentry_func_t and rl_completion_func_t
configure:49777: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
configure:49784: $? = 0
configure:49808: result: yes
configure:49812: checking HIST_ENTRY is declared in readline/readline.h
configure:49843: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include conftest.cpp >&5
conftest.cpp:337:3: error: use of undeclared identifier 'HIST_ENTRY'
HIST_ENTRY entry;
^
1 error generated.
configure:49850: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "MySQL Server"
| #define PACKAGE_TARNAME "mysql"
| #define PACKAGE_VERSION "5.1.58"
| #define PACKAGE_STRING "MySQL Server 5.1.58"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mysql"
| #define VERSION "5.1.58"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DEFINE_ALL_CHARACTER_SETS 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_big5 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_cp1250 1
| #define HAVE_CHARSET_cp932 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_eucjpms 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_euckr 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gb2312 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_gbk 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_latin1 1
| #define HAVE_CHARSET_latin2 1
| #define HAVE_CHARSET_sjis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_tis620 1
| #define HAVE_CHARSET_ucs2 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_ujis 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define HAVE_CHARSET_utf8 1
| #define USE_MB 1
| #define USE_MB_IDENT 1
| #define MYSQL_DEFAULT_CHARSET_NAME "latin1"
| #define MYSQL_DEFAULT_COLLATION_NAME "latin1_swedish_ci"
| #define HAVE_UCA_COLLATIONS 1
| #define PROTOCOL_VERSION 10
| #define DOT_FRM_VERSION 6
| #define SYSTEM_TYPE "apple-darwin11.4.2"
| #define MACHINE_TYPE "i386"
| #define HAVE_EXPLICIT_TEMPLATE_INSTANTIATION 1
| #define COMMUNITY_SERVER 1
| #define ENABLED_PROFILING 1
| #define ENABLED_LOCAL_INFILE 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_VADVISE_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_TERM_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MALLOC_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_LIBM 1
| #define HAVE_CRYPT 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_COMPRESS 1
| #define HAVE_UINT 1
| #define HAVE_IN_ADDR_T 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_STRTOK_R 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define HAVE_DLERROR 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define DBUG_OFF 1
| #define HAVE_GCC_ATOMIC_BUILTINS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define TIME_WITH_SYS_TIME 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_CHARP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_OFF_T 8
| #define SIZEOF_TIME_T 8
| #define SOCKET_SIZE_TYPE socklen_t
| #define STRUCT_RLIMIT struct rlimit
| #define STACK_DIRECTION -1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA 1
| #define HAVE_TZNAME 1
| #define HAVE_BOOL 1
| #define HAVE_OFF_T 1
| #define HAVE_SIZE_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define RETSIGTYPE void
| #define HAVE_REGCOMP 1
| #define HAVE_STRDUP 1
| #define HAVE_VIS_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_ISSETUGID 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_FGETLN 1
| #define HAVE_GETLINE 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_STDARG_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_GRP_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SEMAPHORE_H 1
| #define HAVE_LSTAT 1
| #define HAVE_PUTENV 1
| #define HAVE_SELECT 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCOLL 1
| #define HAVE_TCGETATTR 1
| #define HAVE_POSIX_SIGNALS 1
| #define GWINSZ_IN_SYS_IOCTL 1
| #define FIONREAD_IN_SYS_IOCTL 1
| #define TIOCSTAT_IN_SYS_IOCTL 1
| #define STRUCT_DIRENT_HAS_D_INO 1
| #define STRUCT_DIRENT_HAS_D_NAMLEN 1
| #define VOID_SIGHANDLER 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_MBRLEN /**/
| #define HAVE_MBSRTOWCS /**/
| #define HAVE_WCRTOMB /**/
| #define HAVE_MBRTOWC /**/
| #define HAVE_WCSCOLL /**/
| #define HAVE_WCSDUP /**/
| #define HAVE_WCWIDTH /**/
| #define HAVE_WCTYPE /**/
| #define HAVE_MBSTATE_T /**/
| #define HAVE_ISWLOWER 1
| #define HAVE_ISWUPPER 1
| #define HAVE_TOWLOWER 1
| #define HAVE_TOWUPPER 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_LANGINFO_CODESET /**/
| #define HAVE_WCHAR_T 1
| #define HAVE_WCTYPE_T 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_TGOTO 1
| #define RETSIGTYPE void
| #define RETQSORTTYPE void
| #define QSORT_TYPE_IS_VOID 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_VPRINTF 1
| #define HAVE_DECL_FDATASYNC 0
| #define HAVE_DECL_BZERO 1
| #define HAVE_ALARM 1
| #define HAVE_BSEARCH 1
| #define HAVE_BZERO 1
| #define HAVE_FCHMOD 1
| #define HAVE_FCNTL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FESETROUND 1
| #define HAVE_FINITE 1
| #define HAVE_FSYNC 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPASS 1
| #define HAVE_GETPWNAM 1
| #define HAVE_GETPWUID 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETWD 1
| #define HAVE_INDEX 1
| #define HAVE_INITGROUPS 1
| #define HAVE_ISNAN 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LONGJMP 1
| #define HAVE_LRAND48 1
| #define HAVE_MADVISE 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MLOCKALL 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PREAD 1
| #define HAVE_MMAP 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
| #define HAVE_PTHREAD_ATTR_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_RDLOCK 1
| #define HAVE_PTHREAD_SETSCHEDPARAM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_RENAME 1
| #define HAVE_RINT 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGEMPTYSET 1
| #define HAVE_SIGADDSET 1
| #define HAVE_SIGHOLD 1
| #define HAVE_SIGSET 1
| #define HAVE_SLEEP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SOCKET 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_TEMPNAM 1
| #define HAVE_BACKTRACE 1
| #define HAVE_BACKTRACE_SYMBOLS 1
| #define HAVE_BACKTRACE_SYMBOLS_FD 1
| #define HAVE_ISINF 1
| #define HAVE_DECL_MADVISE 1
| #define HAVE_READDIR_R 1
| #define HAVE_SIGWAIT 1
| #define HAVE_PTHREAD_ATTR_SETSCOPE 1
| #define HAVE_WEAK_SYMBOL 1
| #define HAVE_CXXABI_H 1
| #define HAVE_ABI_CXA_DEMANGLE 1
| #define MAX_INDEXES 64
| #define HAVE_VIO_READ_BUFF 1
| #define HAVE_OPENSSL 1
| #define HAVE_YASSL 1
| #define WITH_PARTITION_STORAGE_ENGINE 1
| #define WITH_CSV_STORAGE_ENGINE 1
| #define WITH_HEAP_STORAGE_ENGINE 1
| #define WITH_INNOBASE_STORAGE_ENGINE 1
| #define WITH_MYISAM_STORAGE_ENGINE 1
| #define WITH_MYISAMMRG_STORAGE_ENGINE 1
| #define HAVE_AIO_H 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_SCHED_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_VOIDP 8
| #define HAVE_SCHED_YIELD 1
| #define HAVE_FDATASYNC 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_IB_GCC_ATOMIC_BUILTINS 1
| #define HAVE_IB_ATOMIC_PTHREAD_T_GCC 1
| #define SIZEOF_PTHREAD_T 8
| #define HAVE_IB_PAUSE_INSTRUCTION 1
| #define HAVE_QUERY_CACHE 1
| #define HAVE_SPATIAL 1
| #define HAVE_RTREE_KEYS 1
| #define USE_NEW_READLINE_INTERFACE 1
| /* end confdefs.h. */
|
| #include "stdio.h"
| #include "readline/readline.h"
|
| int
| main ()
| {
|
| HIST_ENTRY entry;
|
| ;
| return 0;
| }
configure:49874: result:
configure:49943: checking "for man pages to remove"
configure:49961: result: dropping ndbcluster embedded
configure:50538: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by MySQL Server config.status 5.1.58, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on mac-mchung
config.status:1677: creating zlib/Makefile
config.status:1677: creating extra/yassl/Makefile
config.status:1677: creating extra/yassl/taocrypt/Makefile
config.status:1677: creating extra/yassl/taocrypt/benchmark/Makefile
config.status:1677: creating extra/yassl/taocrypt/src/Makefile
config.status:1677: creating extra/yassl/taocrypt/test/Makefile
config.status:1677: creating extra/yassl/src/Makefile
config.status:1677: creating extra/yassl/testsuite/Makefile
config.status:1677: creating plugin/daemon_example/Makefile
config.status:1677: creating plugin/fulltext/Makefile
config.status:1677: creating storage/archive/Makefile
config.status:1677: creating storage/blackhole/Makefile
config.status:1677: creating storage/csv/Makefile
config.status:1677: creating storage/example/Makefile
config.status:1677: creating storage/federated/Makefile
config.status:1677: creating storage/heap/Makefile
config.status:1677: creating storage/innobase/Makefile
config.status:1677: creating storage/innodb_plugin/Makefile
config.status:1677: creating storage/myisam/Makefile
config.status:1677: creating storage/myisammrg/Makefile
config.status:1677: creating storage/ndb/Makefile
config.status:1677: creating storage/ndb/src/common/logger/Makefile
config.status:1677: creating storage/ndb/src/common/debugger/signaldata/Makefile
config.status:1677: creating storage/ndb/src/common/debugger/Makefile
config.status:1677: creating storage/ndb/src/common/portlib/Makefile
config.status:1677: creating storage/ndb/src/common/Makefile
config.status:1677: creating storage/ndb/src/common/mgmcommon/Makefile
config.status:1677: creating storage/ndb/src/common/util/Makefile
config.status:1677: creating storage/ndb/src/common/transporter/Makefile
config.status:1677: creating storage/ndb/src/mgmapi/Makefile
config.status:1677: creating storage/ndb/src/kernel/blocks/dbtup/Makefile
config.status:1677: creating storage/ndb/src/kernel/blocks/backup/Makefile
config.status:1677: creating storage/ndb/src/kernel/blocks/Makefile
config.status:1677: creating storage/ndb/src/kernel/blocks/dbdict/Makefile
config.status:1677: creating storage/ndb/src/kernel/blocks/dbdih/Makefile
config.status:1677: creating storage/ndb/src/kernel/blocks/dblqh/Makefile
config.status:1677: creating storage/ndb/src/kernel/error/Makefile
config.status:1677: creating storage/ndb/src/kernel/vm/Makefile
config.status:1677: creating storage/ndb/src/kernel/Makefile
config.status:1677: creating storage/ndb/src/Makefile
config.status:1677: creating storage/ndb/src/cw/cpcd/Makefile
config.status:1677: creating storage/ndb/src/cw/Makefile
config.status:1677: creating storage/ndb/src/mgmclient/Makefile
config.status:1677: creating storage/ndb/src/ndbapi/Makefile
config.status:1677: creating storage/ndb/src/mgmsrv/Makefile
config.status:1677: creating storage/ndb/test/ndbapi/bank/Makefile
config.status:1677: creating storage/ndb/test/ndbapi/Makefile
config.status:1677: creating storage/ndb/test/Makefile
config.status:1677: creating storage/ndb/test/run-test/Makefile
config.status:1677: creating storage/ndb/test/tools/Makefile
config.status:1677: creating storage/ndb/test/src/Makefile
config.status:1677: creating storage/ndb/tools/Makefile
config.status:1677: creating storage/ndb/docs/Makefile
config.status:1677: creating storage/ndb/include/Makefile
config.status:1677: creating cmd-line-utils/readline/Makefile
config.status:1677: creating Makefile
config.status:1677: creating extra/Makefile
config.status:1677: creating mysys/Makefile
config.status:1677: creating unittest/Makefile
config.status:1677: creating unittest/mytap/Makefile
config.status:1677: creating unittest/mytap/t/Makefile
config.status:1677: creating unittest/mysys/Makefile
config.status:1677: creating unittest/strings/Makefile
config.status:1677: creating unittest/examples/Makefile
config.status:1677: creating strings/Makefile
config.status:1677: creating regex/Makefile
config.status:1677: creating storage/Makefile
config.status:1677: creating man/Makefile
config.status:1677: creating BUILD/Makefile
config.status:1677: creating vio/Makefile
config.status:1677: creating libmysql/Makefile
config.status:1677: creating libmysql_r/Makefile
config.status:1677: creating client/Makefile
config.status:1677: creating sql/Makefile
config.status:1677: creating sql/share/Makefile
config.status:1677: creating sql/sql_builtin.cc
config.status:1677: creating sql-common/Makefile
config.status:1677: creating dbug/Makefile
config.status:1677: creating scripts/Makefile
config.status:1677: creating include/Makefile
config.status:1677: creating tests/Makefile
config.status:1677: creating Docs/Makefile
config.status:1677: creating support-files/Makefile
config.status:1677: creating support-files/MacOSX/Makefile
config.status:1677: creating support-files/RHEL4-SElinux/Makefile
config.status:1677: creating server-tools/Makefile
config.status:1677: creating server-tools/instance-manager/Makefile
config.status:1677: creating cmd-line-utils/Makefile
config.status:1677: creating cmd-line-utils/libedit/Makefile
config.status:1677: creating libmysqld/Makefile
config.status:1677: creating libmysqld/examples/Makefile
config.status:1677: creating mysql-test/Makefile
config.status:1677: creating mysql-test/lib/My/SafeProcess/Makefile
config.status:1677: creating netware/Makefile
config.status:1677: creating sql-bench/Makefile
config.status:1677: creating include/mysql_version.h
config.status:1677: creating plugin/Makefile
config.status:1677: creating win/Makefile
config.status:1677: creating include/config.h
config.status:1951: executing depfiles commands
config.status:1951: executing libtool commands
config.status:1951: executing default commands
configure:53127: WARNING: unrecognized options: --with-partition
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin11.4.2
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_stack_direction=-1
ac_cv_conv_longlong_to_float=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/clang++
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__doprnt=no
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_atomic_add_long_nv=no
ac_cv_func_atomic_cas_32=no
ac_cv_func_atomic_cas_64=no
ac_cv_func_atomic_cas_ulong=no
ac_cv_func_atomic_swap_uchar=no
ac_cv_func_backtrace=yes
ac_cv_func_backtrace_symbols=yes
ac_cv_func_backtrace_symbols_fd=yes
ac_cv_func_bfill=no
ac_cv_func_bmove=no
ac_cv_func_bsearch=yes
ac_cv_func_bzero=yes
ac_cv_func_chsize=no
ac_cv_func_clock_gettime=no
ac_cv_func_cuserid=no
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=yes
ac_cv_func_fchmod=yes
ac_cv_func_fcntl=yes
ac_cv_func_fconvert=no
ac_cv_func_fdatasync=yes
ac_cv_func_fedisableexcept=no
ac_cv_func_fesetround=yes
ac_cv_func_fgetln=yes
ac_cv_func_finite=yes
ac_cv_func_flockfile=yes
ac_cv_func_fpresetsticky=no
ac_cv_func_fpsetmask=no
ac_cv_func_fseeko=yes
ac_cv_func_fsync=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_gethostbyaddr_r=no
ac_cv_func_gethostbyname_r=no
ac_cv_func_gethrtime=no
ac_cv_func_getline=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpass=yes
ac_cv_func_getpassphrase=no
ac_cv_func_getpwnam=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getuid=yes
ac_cv_func_getwd=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_index=yes
ac_cv_func_initgroups=yes
ac_cv_func_isnan=yes
ac_cv_func_issetugid=yes
ac_cv_func_iswctype=yes
ac_cv_func_iswlower=yes
ac_cv_func_iswupper=yes
ac_cv_func_localtime_r=yes
ac_cv_func_locking=no
ac_cv_func_longjmp=yes
ac_cv_func_lrand48=yes
ac_cv_func_lstat=yes
ac_cv_func_madvise=yes
ac_cv_func_mallinfo=no
ac_cv_func_mbrlen=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbscmp=no
ac_cv_func_mbsrtowcs=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mlockall=yes
ac_cv_func_mmap64=no
ac_cv_func_mmap=yes
ac_cv_func_perror=yes
ac_cv_func_poll=yes
ac_cv_func_port_create=no
ac_cv_func_posix_fallocate=no
ac_cv_func_pread=yes
ac_cv_func_printstack=no
ac_cv_func_pthread_attr_create=no
ac_cv_func_pthread_attr_getstacksize=yes
ac_cv_func_pthread_attr_setprio=no
ac_cv_func_pthread_attr_setschedparam=yes
ac_cv_func_pthread_attr_setstacksize=yes
ac_cv_func_pthread_condattr_create=no
ac_cv_func_pthread_getsequence_np=no
ac_cv_func_pthread_key_delete=yes
ac_cv_func_pthread_rwlock_rdlock=yes
ac_cv_func_pthread_setprio=no
ac_cv_func_pthread_setprio_np=no
ac_cv_func_pthread_setschedparam=yes
ac_cv_func_pthread_setschedprio=no
ac_cv_func_pthread_sigmask=yes
ac_cv_func_putenv=yes
ac_cv_func_re_comp=no
ac_cv_func_readlink=yes
ac_cv_func_realpath=yes
ac_cv_func_regcomp=yes
ac_cv_func_rename=yes
ac_cv_func_rint=yes
ac_cv_func_rwlock_init=no
ac_cv_func_sched_yield=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_setupterm=no
ac_cv_func_shmat=yes
ac_cv_func_shmctl=yes
ac_cv_func_shmdt=yes
ac_cv_func_shmget=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaddset=yes
ac_cv_func_sigemptyset=yes
ac_cv_func_sighold=yes
ac_cv_func_sigset=yes
ac_cv_func_sigthreadmask=no
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcoll=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_func_strnlen=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strsignal=yes
ac_cv_func_strstr=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_func_strunvis=yes
ac_cv_func_strvis=yes
ac_cv_func_tcgetattr=yes
ac_cv_func_tell=no
ac_cv_func_tempnam=yes
ac_cv_func_thr_setconcurrency=no
ac_cv_func_towlower=yes
ac_cv_func_towupper=yes
ac_cv_func_utime_null=yes
ac_cv_func_vidattr=no
ac_cv_func_vprintf=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcsdup=yes
ac_cv_func_wctype=yes
ac_cv_func_wcwidth=yes
ac_cv_have_decl_bzero=yes
ac_cv_have_decl_fdatasync=no
ac_cv_have_decl_madvise=yes
ac_cv_have_decl_tgoto=yes
ac_cv_header_aio_h=yes
ac_cv_header_alloca_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_asm_termbits_h=no
ac_cv_header_crypt_h=no
ac_cv_header_curses_h=yes
ac_cv_header_cxxabi_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fenv_h=yes
ac_cv_header_float_h=yes
ac_cv_header_floatingpoint_h=no
ac_cv_header_fpu_control_h=no
ac_cv_header_grp_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_config_h=no
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_ndir_h=no
ac_cv_header_netinet_in_h=yes
ac_cv_header_paths_h=yes
ac_cv_header_port_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_select_h=no
ac_cv_header_semaphore_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_synch_h=no
ac_cv_header_sys_cdefs_h=yes
ac_cv_header_sys_dir_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_malloc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_ndir_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_prctl_h=no
ac_cv_header_sys_pte_h=no
ac_cv_header_sys_ptem_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_stream_h=no
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_utime_h=no
ac_cv_header_sys_vadvise_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_term_h=yes
ac_cv_header_termbits_h=no
ac_cv_header_termcap_h=yes
ac_cv_header_termio_h=no
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_varargs_h=no
ac_cv_header_vis_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_header_xfs_xfs_h=no
ac_cv_host=i386-apple-darwin11.4.2
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_m_floor=yes
ac_cv_lib_ncurses_tgetent=yes
ac_cv_lib_ncursesw_tgetent=no
ac_cv_lib_nsl_gethostbyname_r=no
ac_cv_lib_nsl_r_gethostbyname_r=no
ac_cv_lib_pthread_strtok_r=yes
ac_cv_lib_rt_aio_read=no
ac_cv_member_struct_stat_st_rdev=yes
ac_cv_objext=o
ac_cv_path_CHMOD=/bin/chmod
ac_cv_path_CMP=/usr/bin/cmp
ac_cv_path_CP=/bin/cp
ac_cv_path_DIFF=/usr/bin/diff
ac_cv_path_DOXYGEN=no
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_HOSTNAME=/bin/hostname
ac_cv_path_KILL=/bin/kill
ac_cv_path_LN=/bin/ln
ac_cv_path_LN_CP_F=/bin/ln
ac_cv_path_MAKEINDEX=no
ac_cv_path_MV=/bin/mv
ac_cv_path_PDFLATEX=no
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PS=/bin/ps
ac_cv_path_RM=/bin/rm
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_uname_prog=/usr/bin/uname
ac_cv_prog_AR=ar
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/clang -E'
ac_cv_prog_CXXCPP='/usr/bin/clang++ -E'
ac_cv_prog_TAR=gnutar
ac_cv_prog_YACC='bison -y -p MYSQL'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/clang
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_GETCONF=getconf
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NM=/usr/bin/nm
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_pthread_yield_one_arg=no
ac_cv_pthread_yield_zero_arg=yeso
ac_cv_search_bind='none required'
ac_cv_search_crypt='none required'
ac_cv_search_inet_aton='none required'
ac_cv_search_opendir='none required'
ac_cv_search_sched_yield='none required'
ac_cv_search_setsockopt='none required'
ac_cv_sizeof_char=1
ac_cv_sizeof_charp=8
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_pthread_t=8
ac_cv_sizeof_short=2
ac_cv_sizeof_time_t=8
ac_cv_sizeof_voidp=8
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CFLAGS=no
ac_cv_sys_largefile_LDFLAGS=no
ac_cv_sys_largefile_LIBS=no
ac_cv_sys_largefile_source=no
ac_cv_sys_restartable_syscalls=yes
ac_cv_target=i386-apple-darwin11.4.2
ac_cv_type_fp_except=no
ac_cv_type_in_addr_t=yes
ac_cv_type_int16=no
ac_cv_type_int32=no
ac_cv_type_int64=no
ac_cv_type_int8=no
ac_cv_type_off_t=yes
ac_cv_type_signal=void
ac_cv_type_sigset_t=no
ac_cv_type_size_t=yes
ac_cv_type_u_int32_t=yes
ac_cv_type_uchar=no
ac_cv_type_uint16=no
ac_cv_type_uint32=no
ac_cv_type_uint64=no
ac_cv_type_uint8=no
ac_cv_type_uint=yes
ac_cv_type_ulong=no
ac_cv_working_alloca_h=yes
am_cv_CCAS_dependencies_compiler_type=none
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_prog_cc_stdc=
am_cv_prog_tar_ustar=none
bash_cv_type_wchar_t=yes
bash_cv_type_wctype_t=yes
bash_cv_type_wint_t=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/clang
lt_cv_path_LDCXX=/usr/bin/clang
lt_cv_path_NM=/usr/bin/nm
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
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'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
mysql_cv_as_noexecstack=no
mysql_cv_bss_start=no
mysql_cv_btype_last_arg_accept=socklen_t
mysql_cv_btype_struct_rlimit='struct rlimit'
mysql_cv_can_redecl_getpw=yes
mysql_cv_compress=yes
mysql_cv_cxa_demangle=yes
mysql_cv_dirent_has_dino=yes
mysql_cv_dirent_has_dnamlen=yes
mysql_cv_fionread_in_ioctl=yes
mysql_cv_gcc_atomic_builtins=yes
mysql_cv_gethost_style=other
mysql_cv_gethostbyname_arg=char
mysql_cv_gethostbyname_style=other
mysql_cv_getspecific_args=POSIX
mysql_cv_have_bool=yes
mysql_cv_have_mbstate_t=yes
mysql_cv_langinfo_codeset=yes
mysql_cv_libedit_interface=no
mysql_cv_mutex_init_args=POSIX
mysql_cv_new_rl_interface=yes
mysql_cv_pthread_attr_setscope=yes
mysql_cv_readdir_r=POSIX
mysql_cv_signal_vintage=posix
mysql_cv_sigwait=POSIX
mysql_cv_sys_os=Darwin
mysql_cv_termcap_lib=libncurses
mysql_cv_timespec_ts=no
mysql_cv_tiocgwinsz_in_ioctl=yes
mysql_cv_tiocstat_in_ioctl=yes
mysql_cv_type_qsort=void
mysql_cv_tzname=yes
mysql_cv_use_mysys_new=no
mysql_cv_void_sighandler=yes
mysql_cv_weak_symbol=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABI_CHECK='abi_check'
ACLOCAL='${SHELL} /private/tmp/homebrew-mysql51-5.1.58-6RtZ/mysql-5.1.58/missing --run aclocal-1.10'
ALLOCA=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/homebrew-mysql51-5.1.58-6RtZ/mysql-5.1.58/missing --run tar'
AM_CFLAGS=''
AM_CXXFLAGS=''
AR='ar'
ARFLAGS='cru'
AS='/usr/bin/clang -c'
ASFLAGS=''
ASSEMBLER_FALSE='#'
ASSEMBLER_TRUE=''
ASSEMBLER_sparc32_FALSE=''
ASSEMBLER_sparc32_TRUE='#'
ASSEMBLER_sparc64_FALSE=''
ASSEMBLER_sparc64_TRUE='#'
ASSEMBLER_x86_FALSE='#'
ASSEMBLER_x86_TRUE=''
AUTOCONF='${SHELL} /private/tmp/homebrew-mysql51-5.1.58-6RtZ/mysql-5.1.58/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-mysql51-5.1.58-6RtZ/mysql-5.1.58/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-mysql51-5.1.58-6RtZ/mysql-5.1.58/missing --run automake-1.10'
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'
AWK='awk'
BUILD_INNODB_TOOLS_FALSE='#'
BUILD_INNODB_TOOLS_TRUE=''
CC='/usr/bin/clang'
CCAS='/usr/bin/clang'
CCASDEPMODE='depmode=none'
CCASFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 '
CCDEPMODE='depmode=none'
CC_VERSION='Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)'
CFLAGS=' -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DIGNORE_SIGHUP_SIGQUIT -DDONT_DECLARE_CXA_PURE_VIRTUAL'
CHECK_PID='/bin/kill -0 $$PID > /dev/null 2> /dev/null'
CHMOD='/bin/chmod'
CLIENT_EXTRA_LDFLAGS=''
CLIENT_LIBS='-lm -lz '
CLIENT_THREAD_LIBS=''
CMP='/usr/bin/cmp'
COMPILATION_COMMENT='Source distribution'
CONF_COMMAND='./configure '\''--without-docs'\'' '\''--without-debug'\'' '\''--disable-dependency-tracking'\'' '\''--prefix=/usr/local/Cellar/mysql51/5.1.58'\'' '\''--localstatedir=/usr/local/var/mysql'\'' '\''--sysconfdir=/usr/local/etc'\'' '\''--with-plugins=innobase,myisam'\'' '\''--with-extra-charsets=complex'\'' '\''--with-ssl'\'' '\''--without-readline'\'' '\''--enable-assembler'\'' '\''--enable-thread-safe-client'\'' '\''--enable-local-infile'\'' '\''--enable-shared'\'' '\''--with-partition'\'' '\''CC=/usr/bin/clang'\'' '\''CFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7'\'' '\''LDFLAGS=-L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib'\'' '\''CPPFLAGS=-I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include'\'' '\''CXX=/usr/bin/clang++'\'' '\''CXXFLAGS=-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors'\'''
CP='/bin/cp'
CPP='/usr/bin/clang -E'
CPPFLAGS='-I/usr/local/Cellar/readline/6.2.4/include -isystem /usr/local/include'
CXX='/usr/bin/clang++'
CXXCPP='/usr/bin/clang++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS=' -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors -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'
CXXLDFLAGS=''
CXX_VERSION='Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)'
CYGPATH_W='echo'
DARWIN_MWCC_FALSE=''
DARWIN_MWCC_TRUE='#'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIFF='/usr/bin/diff'
DOT_FRM_VERSION='6'
DOXYGEN='no'
DSYMUTIL='dsymutil'
DUMPBIN=''
DVIS=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
FIND_PROC='/bin/ps wwwp $$PID | grep -v " grep" | grep -v mysqld_safe | grep -- "$$MYSQLD" > /dev/null'
GETCONF='getconf'
GREP='/usr/bin/grep'
GXX='yes'
HAVE_NETWARE_FALSE=''
HAVE_NETWARE_TRUE='#'
HAVE_YASSL_FALSE='#'
HAVE_YASSL_TRUE=''
HOSTNAME='/bin/hostname'
INNODB_DYNAMIC_CFLAGS='-DMYSQL_DYNAMIC_PLUGIN -prefer-non-pic'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
KILL='/bin/kill'
LD='/usr/bin/clang'
LDFLAGS='-L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib '
LD_VERSION_SCRIPT=''
LIBDL='-ldl '
LIBEDIT_LOBJECTS=''
LIBOBJS=''
LIBS='-lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool --preserve-dup-deps'
LIB_EXTRA_CCFLAGS=''
LIPO='lipo'
LM_CFLAGS=''
LN='/bin/ln'
LN_CP_F='/bin/ln -s'
LN_S='ln -s'
LTLIBOBJS=''
MACHINE_TYPE='i386'
MAKEINDEX='no'
MAKEINFO='${SHELL} /private/tmp/homebrew-mysql51-5.1.58-6RtZ/mysql-5.1.58/missing --run makeinfo'
MAKE_BINARY_DISTRIBUTION_OPTIONS=''
MAKE_SHELL='/bin/sh'
MKDIR_P='./install-sh -c -d'
MV='/bin/mv'
MYSQLD_DEFAULT_SWITCHES=''
MYSQLD_EXTRA_LDFLAGS=''
MYSQLD_EXTRA_LIBS=''
MYSQLD_USER='mysql'
MYSQL_BASE_VERSION='5.1'
MYSQL_COPYRIGHT_YEAR='2012'
MYSQL_NO_DASH_VERSION='5.1.58'
MYSQL_PREVIOUS_BASE_VERSION='5.0'
MYSQL_SERVER_SUFFIX=''
MYSQL_TCP_PORT='3306'
MYSQL_TCP_PORT_DEFAULT='0'
MYSQL_UNIX_ADDR='/tmp/mysql.sock'
MYSQL_U_SCORE_VERSION='5.1.58'
MYSQL_VERSION_ID='50158'
NDB_DEFS=''
NDB_LD_VERSION_SCRIPT=''
NDB_SCI_INCLUDES=''
NDB_SCI_LIBS=''
NDB_SHARED_LIB_MAJOR_VERSION='3'
NDB_SHARED_LIB_VERSION='3:0:0'
NDB_SIZEOF_CHAR=''
NDB_SIZEOF_CHARP=''
NDB_SIZEOF_INT=''
NDB_SIZEOF_LONG=''
NDB_SIZEOF_LONG_LONG=''
NDB_SIZEOF_SHORT=''
NDB_VERSION_BUILD='58'
NDB_VERSION_MAJOR='5'
NDB_VERSION_MINOR='1'
NDB_VERSION_STATUS=''
NEED_THREAD_FALSE='#'
NEED_THREAD_TRUE=''
NM='/usr/bin/nm'
NMEDIT='nmedit'
NOINST_LDFLAGS='-static'
NON_THREADED_LIBS='-lm '
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='mysql'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='MySQL Server'
PACKAGE_STRING='MySQL Server 5.1.58'
PACKAGE_TARNAME='mysql'
PACKAGE_VERSION='5.1.58'
PATH_SEPARATOR=':'
PDFLATEX='no'
PDFMANUAL=''
PERL5='/usr/bin/perl'
PERL='/usr/bin/perl'
PROTOCOL_VERSION='10'
PS='/bin/ps'
RANLIB='ranlib'
RM='/bin/rm'
SAVE_ASFLAGS=''
SAVE_CC='/usr/bin/clang'
SAVE_CFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7'
SAVE_CXX='/usr/bin/clang++'
SAVE_CXXFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fno-omit-frame-pointer -felide-constructors'
SAVE_CXXLDFLAGS=''
SAVE_LDFLAGS='-L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib'
SED='/usr/bin/sed'
SET_MAKE=''
SHARED_LIB_MAJOR_VERSION='16'
SHARED_LIB_VERSION='16:0:0'
SHELL='/bin/sh'
STATIC_NSS_FLAGS=''
STRIP='strip'
SYSTEM_TYPE='apple-darwin11.4.2'
TAR='gnutar'
TARGET_LINUX='false'
TERMCAP_LIB='-lncurses'
TEST_NDBCLUSTER=''
THREAD_LOBJECTS='thr_alarm.o thr_lock.o thr_mutex.o thr_rwlock.o my_pthread.o my_thr_init.o mf_keycache.o'
THREAD_SAFE_CLIENT_FALSE='#'
THREAD_SAFE_CLIENT_TRUE=''
VERSION='5.1.58'
WRAPLIBS=''
YACC='bison -y -p MYSQL'
ZLIB_DEPS='-lz'
ZLIB_INCLUDES=''
ZLIB_LIBS='-lz'
ac_ct_CC='/usr/bin/clang'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__fastdepCCAS_FALSE=''
am__fastdepCCAS_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='false'
am__untar='false'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin11.4.2'
build_alias=''
build_cpu='i386'
build_os='darwin11.4.2'
build_vendor='apple'
condition_dependent_plugin_includes=' -I$(top_srcdir)/storage/heap/ -I$(top_srcdir)/storage/myisam/ -I$(top_srcdir)/storage/myisammrg/'
condition_dependent_plugin_links=' storage/heap/ha_heap.cc storage/myisam/ha_myisam.cc storage/myisammrg/ha_myisammrg.cc'
condition_dependent_plugin_modules=' ha_heap.cc ha_myisam.cc ha_myisammrg.cc'
condition_dependent_plugin_objects=' ha_heap.o ha_myisam.o ha_myisammrg.o'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
docs_dirs=''
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_docs=''
host='i386-apple-darwin11.4.2'
host_alias=''
host_cpu='i386'
host_os='darwin11.4.2'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
innodb_system_libs=''
install_sh='$(SHELL) /private/tmp/homebrew-mysql51-5.1.58-6RtZ/mysql-5.1.58/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libmysqld_dirs=''
localedir='${datarootdir}/locale'
localstatedir='/usr/local/var/mysql'
lt_ECHO='/bin/echo'
man1_files='comp_err.1 innochecksum.1 make_win_bin_dist.1 msql2mysql.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1 myisamlog.1 myisampack.1 mysql-stress-test.pl.1 mysql-test-run.pl.1 mysql.1 mysql.server.1 mysql_client_test.1 mysql_config.1 mysql_convert_table_format.1 mysql_find_rows.1 mysql_fix_extensions.1 mysql_fix_privilege_tables.1 mysql_install_db.1 mysql_secure_installation.1 mysql_setpermission.1 mysql_tzinfo_to_sql.1 mysql_upgrade.1 mysql_waitpid.1 mysql_zap.1 mysqlaccess.1 mysqladmin.1 mysqlbinlog.1 mysqlbug.1 mysqlcheck.1 mysqld_multi.1 mysqld_safe.1 mysqldump.1 mysqldumpslow.1 mysqlhotcopy.1 mysqlimport.1 mysqlman.1 mysqlshow.1 mysqlslap.1 mysqltest.1 perror.1 replace.1 resolve_stack_dump.1 resolveip.1'
man8_files='mysqld.8 mysqlmanager.8'
man_dirs='man'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
mysql_pg_dirs=' daemon_example fulltext'
mysql_pg_distdirs=' daemon_example fulltext'
mysql_pg_unittest_dirs=' ../plugin/daemon_example ../plugin/fulltext'
mysql_plugin_defs=', builtin_partition_plugin, builtin_csv_plugin, builtin_heap_plugin, builtin_innobase_plugin, builtin_myisam_plugin, builtin_myisammrg_plugin'
mysql_plugin_dirs=''
mysql_plugin_libs=' $(top_builddir)/storage/csv/libcsv.a $(top_builddir)/storage/heap/libheap.a $(top_builddir)/storage/innobase/libinnobase.a $(top_builddir)/storage/myisam/libmyisam.a $(top_builddir)/storage/myisammrg/libmyisammrg.a'
mysql_se_dirs=' archive blackhole csv example federated heap innobase innodb_plugin myisam myisammrg'
mysql_se_distdirs=' archive blackhole csv example federated heap innobase innodb_plugin myisam myisammrg ndb'
mysql_se_unittest_dirs=' ../storage/archive ../storage/blackhole ../storage/csv ../storage/example ../storage/federated ../storage/he
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment