5 Star 5 Fork 3

qzfzz/php-beanstalk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.log 19.19 KB
一键复制 编辑 原始数据 按行查看 历史
qzfzz 提交于 9年前 . fix some bugs
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = fengzhiqians-MacBook-Pro.local
uname -m = x86_64
uname -r = 15.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/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 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 287 tasks, 1269 threads, 4 processors
Load average: 2.38, Mach factor: 1.61
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/X11/bin
PATH: /usr/local/Cellar/mysql55/5.5.44/bin/
PATH: /Users/bruce/develop/c/phalcon/phalcon-devtools
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2295: checking for grep that handles long lines and -e
configure:2353: result: /usr/bin/grep
configure:2358: checking for egrep
configure:2420: result: /usr/bin/grep -E
configure:2425: checking for a sed that does not truncate output
configure:2479: result: /usr/bin/sed
configure:2611: checking for cc
configure:2627: found /usr/bin/cc
configure:2638: result: cc
configure:2669: checking for C compiler version
configure:2678: cc --version >&5
Apple LLVM version 7.3.0 (clang-703.0.29)
Target: x86_64-apple-darwin15.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2689: $? = 0
configure:2678: cc -v >&5
Apple LLVM version 7.3.0 (clang-703.0.29)
Target: x86_64-apple-darwin15.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2689: $? = 0
configure:2678: cc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2689: $? = 1
configure:2678: cc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:2689: $? = 1
configure:2709: checking whether the C compiler works
configure:2731: cc conftest.c >&5
configure:2735: $? = 0
configure:2783: result: yes
configure:2786: checking for C compiler default output file name
configure:2788: result: a.out
configure:2794: checking for suffix of executables
configure:2801: cc -o conftest conftest.c >&5
configure:2805: $? = 0
configure:2827: result:
configure:2849: checking whether we are cross compiling
configure:2857: cc -o conftest conftest.c >&5
configure:2861: $? = 0
configure:2868: ./conftest
configure:2872: $? = 0
configure:2887: result: no
configure:2892: checking for suffix of object files
configure:2914: cc -c conftest.c >&5
configure:2918: $? = 0
configure:2939: result: o
configure:2943: checking whether we are using the GNU C compiler
configure:2962: cc -c conftest.c >&5
configure:2962: $? = 0
configure:2971: result: yes
configure:2980: checking whether cc accepts -g
configure:3000: cc -c -g conftest.c >&5
configure:3000: $? = 0
configure:3041: result: yes
configure:3058: checking for cc option to accept ISO C89
configure:3121: cc -c -g -O2 conftest.c >&5
configure:3121: $? = 0
configure:3134: result: none needed
configure:3160: checking how to run the C preprocessor
configure:3191: cc -E conftest.c
configure:3191: $? = 0
configure:3205: cc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3205: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3230: result: cc -E
configure:3250: cc -E conftest.c
configure:3250: $? = 0
configure:3264: cc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3264: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3295: checking for icc
configure:3304: result: no
configure:3318: checking for suncc
configure:3327: result: no
configure:3345: checking whether cc understands -c and -o together
configure:3373: cc -c conftest.c -o conftest2.o >&5
configure:3377: $? = 0
configure:3383: cc -c conftest.c -o conftest2.o >&5
configure:3387: $? = 0
configure:3442: result: yes
configure:3456: checking for system library directory
configure:3471: result: lib
configure:3478: checking if compiler supports -R
configure:3497: cc -o conftest -g -O2 conftest.c -R /usr/lib >&5
warning: unknown remark option '-R' [-Wunknown-warning-option]
1 warning generated.
ld: can't map file, errno=22 file '/usr/lib' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3497: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3507: result: no
configure:3512: checking if compiler supports -Wl,-rpath,
configure:3531: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5
configure:3531: $? = 0
configure:3541: result: yes
configure:3586: checking build system type
configure:3600: result: x86_64-apple-darwin15.4.0
configure:3620: checking host system type
configure:3633: result: x86_64-apple-darwin15.4.0
configure:3653: checking target system type
configure:3666: result: x86_64-apple-darwin15.4.0
configure:3769: checking for PHP prefix
configure:3771: result: /usr/local/Cellar/php56/5.6.14
configure:3773: checking for PHP includes
configure:3775: result: -I/usr/local/Cellar/php56/5.6.14/include/php -I/usr/local/Cellar/php56/5.6.14/include/php/main -I/usr/local/Cellar/php56/5.6.14/include/php/TSRM -I/usr/local/Cellar/php56/5.6.14/include/php/Zend -I/usr/local/Cellar/php56/5.6.14/include/php/ext -I/usr/local/Cellar/php56/5.6.14/include/php/ext/date/lib
configure:3777: checking for PHP extension directory
configure:3779: result: /usr/local/Cellar/php56/5.6.14/lib/php/extensions/no-debug-non-zts-20131226
configure:3781: checking for PHP installed headers prefix
configure:3783: result: /usr/local/Cellar/php56/5.6.14/include/php
configure:3786: checking if debug is enabled
configure:3812: result: no
configure:3815: checking if zts is enabled
configure:3841: result: no
configure:3912: checking for re2c
configure:3928: found /usr/local/bin/re2c
configure:3939: result: re2c
configure:3948: checking for re2c version
configure:3962: result: 0.14.3 (ok)
configure:3981: checking for gawk
configure:4012: result: no
configure:3981: checking for nawk
configure:4012: result: no
configure:3981: checking for awk
configure:3998: found /usr/bin/awk
configure:4009: result: awk
configure:4032: checking if awk is broken
configure:4039: result: no
configure:4057: checking whether to enable beanstalk support
configure:4096: result: yes, shared
configure:4496: checking for ld used by cc
configure:4563: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:4570: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:4585: result: no
configure:4590: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:4597: result: -r
configure:4615: checking for BSD-compatible nm
configure:4664: result: /usr/bin/nm -B
configure:4668: checking whether ln -s works
configure:4672: result: yes
configure:4679: checking how to recognize dependent libraries
configure:4865: result: pass_all
configure:5083: checking for ANSI C header files
configure:5103: cc -c -g -O2 conftest.c >&5
configure:5103: $? = 0
configure:5176: cc -o conftest -g -O2 conftest.c >&5
configure:5176: $? = 0
configure:5176: ./conftest
configure:5176: $? = 0
configure:5187: result: yes
configure:5200: checking for sys/types.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for sys/stat.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for stdlib.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for string.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for memory.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for strings.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for inttypes.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for stdint.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for unistd.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5214: checking dlfcn.h usability
configure:5214: cc -c -g -O2 conftest.c >&5
configure:5214: $? = 0
configure:5214: result: yes
configure:5214: checking dlfcn.h presence
configure:5214: cc -E conftest.c
configure:5214: $? = 0
configure:5214: result: yes
configure:5214: checking for dlfcn.h
configure:5214: result: yes
configure:5236: checking the maximum length of command line arguments
configure:5348: result: 196608
configure:5360: checking command to parse /usr/bin/nm -B output from cc object
configure:5465: cc -c -g -O2 conftest.c >&5
configure:5468: $? = 0
configure:5472: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5475: $? = 0
cannot find nm_test_var in conftest.nm
configure:5465: cc -c -g -O2 conftest.c >&5
configure:5468: $? = 0
configure:5472: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:5475: $? = 0
configure:5527: cc -o conftest -g -O2 conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:5530: $? = 0
configure:5568: result: ok
configure:5572: checking for objdir
configure:5587: result: .libs
configure:5679: checking for ar
configure:5695: found /usr/bin/ar
configure:5706: result: ar
configure:5771: checking for ranlib
configure:5787: found /usr/bin/ranlib
configure:5798: result: ranlib
configure:5863: checking for strip
configure:5879: found /usr/bin/strip
configure:5890: result: strip
configure:6143: checking for dsymutil
configure:6159: found /usr/bin/dsymutil
configure:6170: result: dsymutil
configure:6235: checking for nmedit
configure:6251: found /usr/bin/nmedit
configure:6262: result: nmedit
configure:6285: checking for -single_module linker flag
configure:6306: result: yes
configure:6308: checking for -exported_symbols_list linker flag
configure:6324: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:6327: $? = 0
configure:6341: result: yes
configure:6459: checking if cc supports -fno-rtti -fno-exceptions
configure:6477: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:6481: $? = 0
configure:6494: result: yes
configure:6509: checking for cc option to produce PIC
configure:6749: result: -fno-common
configure:6757: checking if cc PIC flag -fno-common works
configure:6775: cc -c -g -O2 -fno-common -DPIC conftest.c >&5
configure:6779: $? = 0
configure:6792: result: yes
configure:6820: checking if cc static flag -static works
configure:6848: result: no
configure:6858: checking if cc supports -c -o file.o
configure:6879: cc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:6883: $? = 0
configure:6905: result: yes
configure:6931: checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:7859: result: yes
configure:7926: checking dynamic linker characteristics
configure:8524: result: darwin15.4.0 dyld
configure:8548: checking how to hardcode library paths into programs
configure:8573: result: immediate
configure:8587: checking whether stripping libraries is possible
configure:8601: result: yes
configure:9109: checking if libtool supports shared libraries
configure:9111: result: yes
configure:9114: checking whether to build shared libraries
configure:9135: result: yes
configure:9138: checking whether to build static libraries
configure:9142: result: no
configure:9237: result:
creating libtool
configure:12936: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on fengzhiqians-MacBook-Pro.local
config.status:676: creating config.h
config.status:766: config.h is unchanged
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin15.4.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
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_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=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_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin15.4.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_RE2C=re2c
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_target=x86_64-apple-darwin15.4.0
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_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
lt_cv_sys_lib_search_path_spec='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0 /usr/local/lib'
lt_cv_sys_max_cmd_len=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
php_cv_cc_dashr=no
php_cv_cc_rpath=yes
php_cv_re2c_version='0.14.3 (ok)'
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AWK='awk'
CC='cc'
CFLAGS='-g -O2'
CONFIGURE_COMMAND=' '\''./configure'\'' '
CONFIGURE_OPTIONS=''
CPP='cc -E'
CPPFLAGS=' -DHAVE_CONFIG_H'
DEFS='-DHAVE_CONFIG_H'
DSYMUTIL='dsymutil'
ECHO='/bin/echo'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
NMEDIT='nmedit'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RE2C='re2c'
SED='/usr/bin/sed'
SHELL='/bin/sh'
SHLIB_DL_SUFFIX_NAME='so'
SHLIB_SUFFIX_NAME='dylib'
STRIP='strip'
ac_ct_CC='cc'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin15.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin15.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='$(prefix)'
host='x86_64-apple-darwin15.4.0'
host_alias='x86_64-apple-darwin15.4.0'
host_cpu='x86_64'
host_os='darwin15.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/php56/5.6.14'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-apple-darwin15.4.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin15.4.0'
target_vendor='apple'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define COMPILE_DL_BEANSTALK 1
#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
configure: exit 0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/qzfzz/php-beanstalk.git
git@gitee.com:qzfzz/php-beanstalk.git
qzfzz
php-beanstalk
php-beanstalk
master

搜索帮助