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 = jnorrisMacBPnew.local uname -m = x86_64 uname -r = 12.5.0 uname -s = Darwin uname -v = Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~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 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~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: 119 tasks, 605 threads, 8 processors Load average: 1.20, Mach factor: 6.79 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /opt/local/bin PATH: /opt/local/sbin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/bin PATH: /Users/macbook/scripts/ PATH: /Users/macbook/scripts/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2610: checking for grep that handles long lines and -e configure:2668: result: /usr/bin/grep configure:2673: checking for egrep configure:2735: result: /usr/bin/grep -E configure:2740: checking for a sed that does not truncate output configure:2794: result: /opt/local/bin/gsed configure:2926: checking for cc configure:2942: found /usr/bin/cc configure:2953: result: cc configure:2984: checking for C compiler version configure:2993: cc --version >&5 Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) Target: x86_64-apple-darwin12.5.0 Thread model: posix configure:3004: $? = 0 configure:2993: cc -v >&5 Apple LLVM version 5.0 (clang-500.2.75) (based on LLVM 3.3svn) Target: x86_64-apple-darwin12.5.0 Thread model: posix configure:3004: $? = 0 configure:2993: cc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:3004: $? = 1 configure:2993: cc -qversion >&5 clang: error: no input files configure:3004: $? = 1 configure:3024: checking whether the C compiler works configure:3046: cc conftest.c >&5 configure:3050: $? = 0 configure:3098: result: yes configure:3101: checking for C compiler default output file name configure:3103: result: a.out configure:3109: checking for suffix of executables configure:3116: cc -o conftest conftest.c >&5 configure:3120: $? = 0 configure:3142: result: configure:3164: checking whether we are cross compiling configure:3172: cc -o conftest conftest.c >&5 configure:3176: $? = 0 configure:3183: ./conftest configure:3187: $? = 0 configure:3202: result: no configure:3207: checking for suffix of object files configure:3229: cc -c conftest.c >&5 configure:3233: $? = 0 configure:3254: result: o configure:3258: checking whether we are using the GNU C compiler configure:3277: cc -c conftest.c >&5 configure:3277: $? = 0 configure:3286: result: yes configure:3295: checking whether cc accepts -g configure:3315: cc -c -g conftest.c >&5 configure:3315: $? = 0 configure:3356: result: yes configure:3373: checking for cc option to accept ISO C89 configure:3436: cc -c -g -O2 conftest.c >&5 configure:3436: $? = 0 configure:3449: result: none needed configure:3475: checking how to run the C preprocessor configure:3506: cc -E conftest.c configure:3506: $? = 0 configure:3520: cc -E conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found #include ^ 1 error generated. configure:3520: $? = 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 configure:3545: result: cc -E configure:3565: cc -E conftest.c configure:3565: $? = 0 configure:3579: cc -E conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found #include ^ 1 error generated. configure:3579: $? = 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 configure:3610: checking for icc configure:3619: result: no configure:3633: checking for suncc configure:3642: result: no configure:3660: checking whether cc understands -c and -o together configure:3688: cc -c conftest.c -o conftest2.o >&5 configure:3692: $? = 0 configure:3698: cc -c conftest.c -o conftest2.o >&5 configure:3702: $? = 0 configure:3757: result: yes configure:3771: checking for system library directory configure:3786: result: lib configure:3793: checking if compiler supports -R configure:3812: cc -o conftest -g -O2 conftest.c -R /usr/lib >&5 clang: warning: argument unused during compilation: '-R' 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:3812: $? = 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:3822: result: no configure:3827: checking if compiler supports -Wl,-rpath, configure:3846: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5 configure:3846: $? = 0 configure:3856: result: yes configure:3901: checking build system type configure:3915: result: i386-apple-darwin12.5.0 configure:3935: checking host system type configure:3948: result: i386-apple-darwin12.5.0 configure:3968: checking target system type configure:3981: result: i386-apple-darwin12.5.0 configure:4084: checking for PHP prefix configure:4086: result: /opt/local configure:4088: checking for PHP includes configure:4090: result: -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib -I/opt/local/include configure:4092: checking for PHP extension directory configure:4094: result: /opt/local/lib/php/extensions/no-debug-non-zts-20090626 configure:4096: checking for PHP installed headers prefix configure:4098: result: /opt/local/include/php configure:4101: checking if debug is enabled configure:4127: result: no configure:4130: checking if zts is enabled configure:4156: result: no configure:4230: checking for re2c configure:4260: result: no configure:4285: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. configure:4299: checking for gawk configure:4316: found /opt/local/bin/gawk configure:4327: result: gawk configure:4371: checking whether to enable eXtended debugging support configure:4410: result: yes, shared configure:4417: checking Check for supported PHP versions configure:4421: result: supported (5.3.28) configure:4433: checking for gettimeofday configure:4433: cc -o conftest -g -O2 -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib -I/opt/local/include conftest.c >&5 configure:4433: $? = 0 configure:4433: result: yes configure:4538: checking for cos in -lm configure:4563: cc -o conftest -g -O2 -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib -I/opt/local/include conftest.c -lm >&5 conftest.c:18:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration] char cos (); ^ conftest.c:18:6: note: 'cos' is a builtin with type 'double (double)' 1 warning generated. configure:4563: $? = 0 configure:4572: result: yes configure:5011: checking for ld used by cc configure:5078: result: /usr/bin/ld configure:5085: checking if the linker (/usr/bin/ld) is GNU ld configure:5100: result: no configure:5105: checking for /usr/bin/ld option to reload object files configure:5112: result: -r configure:5130: checking for BSD-compatible nm configure:5179: result: /opt/local/bin/nm configure:5183: checking whether ln -s works configure:5187: result: yes configure:5194: checking how to recognize dependent libraries configure:5380: result: pass_all configure:5592: checking for ANSI C header files configure:5612: cc -c -g -O2 conftest.c >&5 configure:5612: $? = 0 configure:5685: cc -o conftest -g -O2 conftest.c >&5 configure:5685: $? = 0 configure:5685: ./conftest configure:5685: $? = 0 configure:5696: result: yes configure:5709: checking for sys/types.h configure:5709: cc -c -g -O2 conftest.c >&5 configure:5709: $? = 0 configure:5709: result: yes configure:5709: checking for sys/stat.h configure:5709: cc -c -g -O2 conftest.c >&5 configure:5709: $? = 0 configure:5709: result: yes configure:5709: checking for stdlib.h configure:5709: cc -c -g -O2 conftest.c >&5 configure:5709: $? = 0 configure:5709: result: yes configure:5709: checking for string.h configure:5709: cc -c -g -O2 conftest.c >&5 configure:5709: $? = 0 configure:5709: result: yes configure:5709: checking for memory.h configure:5709: cc -c -g -O2 conftest.c >&5 configure:5709: $? = 0 configure:5709: result: yes configure:5709: checking for strings.h configure:5709: cc -c -g -O2 conftest.c >&5 configure:5709: $? = 0 configure:5709: result: yes configure:5709: checking for inttypes.h configure:5709: cc -c -g -O2 conftest.c >&5 configure:5709: $? = 0 configure:5709: result: yes configure:5709: checking for stdint.h configure:5709: cc -c -g -O2 conftest.c >&5 configure:5709: $? = 0 configure:5709: result: yes configure:5709: checking for unistd.h configure:5709: cc -c -g -O2 conftest.c >&5 configure:5709: $? = 0 configure:5709: result: yes configure:5723: checking dlfcn.h usability configure:5723: cc -c -g -O2 conftest.c >&5 configure:5723: $? = 0 configure:5723: result: yes configure:5723: checking dlfcn.h presence configure:5723: cc -E conftest.c configure:5723: $? = 0 configure:5723: result: yes configure:5723: checking for dlfcn.h configure:5723: result: yes configure:5745: checking the maximum length of command line arguments configure:5857: result: 196608 configure:5869: checking command to parse /opt/local/bin/nm output from cc object configure:5974: cc -c -g -O2 conftest.c >&5 configure:5977: $? = 0 configure:5981: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:5984: $? = 0 cannot find nm_test_var in conftest.nm configure:5974: cc -c -g -O2 conftest.c >&5 configure:5977: $? = 0 configure:5981: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm configure:5984: $? = 0 configure:6036: cc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:6039: $? = 0 configure:6077: result: ok configure:6081: checking for objdir configure:6096: result: .libs configure:6188: checking for ar configure:6204: found /opt/local/bin/ar configure:6215: result: ar configure:6280: checking for ranlib configure:6296: found /opt/local/bin/ranlib configure:6307: result: ranlib configure:6372: checking for strip configure:6388: found /opt/local/bin/strip configure:6399: result: strip configure:6652: checking for dsymutil configure:6668: found /usr/bin/dsymutil configure:6679: result: dsymutil configure:6744: checking for nmedit configure:6760: found /opt/local/bin/nmedit configure:6771: result: nmedit configure:6794: checking for -single_module linker flag configure:6815: result: yes configure:6817: checking for -exported_symbols_list linker flag configure:6833: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 configure:6836: $? = 0 configure:6850: result: yes configure:6968: checking if cc supports -fno-rtti -fno-exceptions configure:6986: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 configure:6990: $? = 0 configure:7003: result: yes configure:7018: checking for cc option to produce PIC configure:7258: result: -fno-common configure:7266: checking if cc PIC flag -fno-common works configure:7284: cc -c -g -O2 -fno-common -DPIC conftest.c >&5 configure:7288: $? = 0 configure:7301: result: yes configure:7329: checking if cc static flag -static works configure:7357: result: no configure:7367: checking if cc supports -c -o file.o configure:7388: cc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:7392: $? = 0 configure:7414: result: yes configure:7440: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:8372: result: yes configure:8439: checking dynamic linker characteristics configure:9041: result: darwin12.5.0 dyld configure:9065: checking how to hardcode library paths into programs configure:9090: result: immediate configure:9104: checking whether stripping libraries is possible configure:9118: result: yes configure:9626: checking if libtool supports shared libraries configure:9628: result: yes configure:9631: checking whether to build shared libraries configure:9652: result: yes configure:9655: checking whether to build static libraries configure:9659: result: no configure:9754: result: creating libtool configure:13457: 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 jnorrisMacBPnew.local config.status:678: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-apple-darwin12.5.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_func_gettimeofday=yes 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=i386-apple-darwin12.5.0 ac_cv_lib_m_cos=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -E' 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=i386-apple-darwin12.5.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=/usr/bin/ld lt_cv_path_NM=/opt/local/bin/nm lt_cv_path_SED=/opt/local/bin/gsed 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='/usr/lib/clang/5.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 ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AWK='gawk' 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='exit 0;' SED='/opt/local/bin/gsed' SHELL='/bin/sh' SHLIB_DL_SUFFIX_NAME='so' SHLIB_SUFFIX_NAME='dylib' STRIP='strip' ac_ct_CC='cc' bindir='${exec_prefix}/bin' build='i386-apple-darwin12.5.0' build_alias='' build_cpu='i386' build_os='darwin12.5.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='$(prefix)' host='i386-apple-darwin12.5.0' host_alias='i386-apple-darwin12.5.0' host_cpu='i386' host_os='darwin12.5.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='/opt/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-apple-darwin12.5.0' target_alias='' target_cpu='i386' target_os='darwin12.5.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 HAVE_XDEBUG 1 #define HAVE_GETTIMEOFDAY 1 #define COMPILE_DL_XDEBUG 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