This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by yaml configure 0.1.4, which was generated by GNU Autoconf 2.64. Invocation command line was $ ./configure --disable-option-checking --prefix=/usr/local --cache-file=/dev/null --srcdir=. ## --------- ## ## Platform. ## ## --------- ## hostname = Eran-Levis-MacBook-Pro.local uname -m = x86_64 uname -r = 11.4.2 uname -s = Darwin uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~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: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 Kernel configured for up to 2 processors. 2 processors are physically available. 2 processors are logically available. Processor type: i486 (Intel 80486) Processors active: 0 1 Primary memory available: 4.00 gigabytes Default processor set: 121 tasks, 637 threads, 2 processors Load average: 3.96, Mach factor: 0.58 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /Users/eran/.rvm/gems/ruby-1.9.3-p392@nutcracker/bin PATH: /Users/eran/.rvm/gems/ruby-1.9.3-p392@global/bin PATH: /Users/eran/.rvm/rubies/ruby-1.9.3-p392/bin PATH: /Users/eran/.rvm/bin PATH: /usr/local/bin PATH: /usr/local/mysql/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /usr/X11/bin PATH: /usr/local/smlnj-110.75/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2402: checking for a BSD-compatible install configure:2470: result: /usr/bin/install -c configure:2481: checking whether build environment is sane configure:2531: result: yes configure:2672: checking for a thread-safe mkdir -p configure:2711: result: config/install-sh -c -d configure:2724: checking for gawk configure:2754: result: no configure:2724: checking for mawk configure:2754: result: no configure:2724: checking for nawk configure:2754: result: no configure:2724: checking for awk configure:2740: found /usr/bin/awk configure:2751: result: awk configure:2762: checking whether make sets $(MAKE) configure:2784: result: yes configure:2940: checking for gcc configure:2956: found /usr/bin/gcc configure:2967: result: gcc configure:3196: checking for C compiler version configure:3205: gcc --version >&5 i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3216: $? = 0 configure:3205: gcc -v >&5 Using built-in specs. Target: i686-apple-darwin11 Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) configure:3216: $? = 0 configure:3205: gcc -V >&5 llvm-gcc-4.2: argument to `-V' is missing configure:3216: $? = 1 configure:3205: gcc -qversion >&5 i686-apple-darwin11-llvm-gcc-4.2: no input files configure:3216: $? = 1 configure:3238: checking for C compiler default output file name configure:3260: gcc conftest.c >&5 configure:3264: $? = 0 configure:3301: result: a.out configure:3317: checking whether the C compiler works configure:3326: ./a.out configure:3330: $? = 0 configure:3345: result: yes configure:3352: checking whether we are cross compiling configure:3354: result: no configure:3357: checking for suffix of executables configure:3364: gcc -o conftest conftest.c >&5 configure:3368: $? = 0 configure:3390: result: configure:3396: checking for suffix of object files configure:3418: gcc -c conftest.c >&5 configure:3422: $? = 0 configure:3443: result: o configure:3447: checking whether we are using the GNU C compiler configure:3466: gcc -c conftest.c >&5 configure:3466: $? = 0 configure:3475: result: yes configure:3484: checking whether gcc accepts -g configure:3504: gcc -c -g conftest.c >&5 configure:3504: $? = 0 configure:3545: result: yes configure:3562: checking for gcc option to accept ISO C89 configure:3626: gcc -c -g -O2 conftest.c >&5 configure:3626: $? = 0 configure:3639: result: none needed configure:3670: checking for style of include used by make configure:3698: result: GNU configure:3723: checking dependency style of gcc configure:3833: result: gcc3 configure:3853: checking how to run the C preprocessor configure:3884: gcc -E conftest.c configure:3884: $? = 0 configure:3898: gcc -E conftest.c conftest.c:15:28: error: ac_nonexistent.h: No such file or directory configure:3898: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "yaml" | #define PACKAGE_TARNAME "yaml" | #define PACKAGE_VERSION "0.1.4" | #define PACKAGE_STRING "yaml 0.1.4" | #define PACKAGE_BUGREPORT "http://pyyaml.org/newticket?component=libyaml" | #define PACKAGE_URL "" | #define PACKAGE "yaml" | #define VERSION "0.1.4" | #define YAML_VERSION_MAJOR 0 | #define YAML_VERSION_MINOR 1 | #define YAML_VERSION_PATCH 4 | #define YAML_VERSION_STRING "0.1.4" | /* end confdefs.h. */ | #include configure:3923: result: gcc -E configure:3943: gcc -E conftest.c configure:3943: $? = 0 configure:3957: gcc -E conftest.c conftest.c:15:28: error: ac_nonexistent.h: No such file or directory configure:3957: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "yaml" | #define PACKAGE_TARNAME "yaml" | #define PACKAGE_VERSION "0.1.4" | #define PACKAGE_STRING "yaml 0.1.4" | #define PACKAGE_BUGREPORT "http://pyyaml.org/newticket?component=libyaml" | #define PACKAGE_URL "" | #define PACKAGE "yaml" | #define VERSION "0.1.4" | #define YAML_VERSION_MAJOR 0 | #define YAML_VERSION_MINOR 1 | #define YAML_VERSION_PATCH 4 | #define YAML_VERSION_STRING "0.1.4" | /* end confdefs.h. */ | #include configure:3986: checking whether ln -s works configure:3990: result: yes configure:3997: checking whether make sets $(MAKE) configure:4019: result: yes configure:4057: checking build system type configure:4071: result: i386-apple-darwin11.4.2 configure:4091: checking host system type configure:4104: result: i386-apple-darwin11.4.2 configure:4124: checking for a sed that does not truncate output configure:4188: result: /usr/bin/sed configure:4206: checking for grep that handles long lines and -e configure:4264: result: /usr/bin/grep configure:4269: checking for egrep configure:4331: result: /usr/bin/grep -E configure:4336: checking for fgrep configure:4398: result: /usr/bin/grep -F configure:4433: checking for ld used by gcc configure:4500: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld configure:4507: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld configure:4522: result: no configure:4534: checking for BSD- or MS-compatible name lister (nm) configure:4583: result: /usr/bin/nm configure:4701: checking the name lister (/usr/bin/nm) interface configure:4708: gcc -c -g -O2 conftest.c >&5 configure:4711: /usr/bin/nm "conftest.o" configure:4714: output 00000000000001dc S _some_variable configure:4721: result: BSD nm configure:4725: checking the maximum length of command line arguments configure:4845: result: 196608 configure:4862: checking whether the shell understands some XSI constructs configure:4872: result: yes configure:4876: checking whether the shell understands "+=" configure:4882: result: yes configure:4917: checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files configure:4924: result: -r configure:4993: checking for objdump configure:5023: result: no configure:5052: checking how to recognize dependent libraries configure:5248: result: pass_all configure:5308: checking for ar configure:5324: found /usr/bin/ar configure:5335: result: ar configure:5413: checking for strip configure:5429: found /usr/bin/strip configure:5440: result: strip configure:5512: checking for ranlib configure:5528: found /usr/bin/ranlib configure:5539: result: ranlib configure:5629: checking command to parse /usr/bin/nm output from gcc object configure:5747: gcc -c -g -O2 conftest.c >&5 configure:5750: $? = 0 configure:5754: /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:5757: $? = 0 cannot find nm_test_var in conftest.nm configure:5747: gcc -c -g -O2 conftest.c >&5 configure:5750: $? = 0 configure:5754: /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:5757: $? = 0 configure:5811: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5814: $? = 0 configure:5852: result: ok configure:6117: checking for dsymutil configure:6133: found /usr/bin/dsymutil configure:6144: result: dsymutil configure:6209: checking for nmedit configure:6225: found /usr/bin/nmedit configure:6236: result: nmedit configure:6301: checking for lipo configure:6317: found /usr/bin/lipo configure:6328: result: lipo configure:6393: checking for otool configure:6409: found /usr/bin/otool configure:6420: result: otool configure:6485: checking for otool64 configure:6515: result: no configure:6560: checking for -single_module linker flag gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c configure:6587: result: yes configure:6589: checking for -exported_symbols_list linker flag configure:6609: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 configure:6609: $? = 0 configure:6619: result: yes configure:6657: checking for ANSI C header files configure:6677: gcc -c -g -O2 conftest.c >&5 configure:6677: $? = 0 configure:6750: gcc -o conftest -g -O2 conftest.c >&5 configure:6750: $? = 0 configure:6750: ./conftest configure:6750: $? = 0 configure:6761: result: yes configure:6774: checking for sys/types.h configure:6774: gcc -c -g -O2 conftest.c >&5 configure:6774: $? = 0 configure:6774: result: yes configure:6774: checking for sys/stat.h configure:6774: gcc -c -g -O2 conftest.c >&5 configure:6774: $? = 0 configure:6774: result: yes configure:6774: checking for stdlib.h configure:6774: gcc -c -g -O2 conftest.c >&5 configure:6774: $? = 0 configure:6774: result: yes configure:6774: checking for string.h configure:6774: gcc -c -g -O2 conftest.c >&5 configure:6774: $? = 0 configure:6774: result: yes configure:6774: checking for memory.h configure:6774: gcc -c -g -O2 conftest.c >&5 configure:6774: $? = 0 configure:6774: result: yes configure:6774: checking for strings.h configure:6774: gcc -c -g -O2 conftest.c >&5 configure:6774: $? = 0 configure:6774: result: yes configure:6774: checking for inttypes.h configure:6774: gcc -c -g -O2 conftest.c >&5 configure:6774: $? = 0 configure:6774: result: yes configure:6774: checking for stdint.h configure:6774: gcc -c -g -O2 conftest.c >&5 configure:6774: $? = 0 configure:6774: result: yes configure:6774: checking for unistd.h configure:6774: gcc -c -g -O2 conftest.c >&5 configure:6774: $? = 0 configure:6774: result: yes configure:6789: checking for dlfcn.h configure:6789: gcc -c -g -O2 conftest.c >&5 configure:6789: $? = 0 configure:6789: result: yes configure:6973: checking for objdir configure:6988: result: .libs configure:7284: checking if gcc supports -fno-rtti -fno-exceptions configure:7302: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:7306: $? = 0 configure:7319: result: no configure:7339: checking for gcc option to produce PIC configure:7611: result: -fno-common -DPIC configure:7623: checking if gcc PIC flag -fno-common -DPIC works configure:7641: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 configure:7645: $? = 0 configure:7658: result: yes configure:7682: checking if gcc static flag -static works configure:7710: result: no configure:7725: checking if gcc supports -c -o file.o configure:7746: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:7750: $? = 0 configure:7772: result: yes configure:7780: checking if gcc supports -c -o file.o configure:7827: result: yes configure:7860: checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries configure:8846: result: yes configure:9085: checking dynamic linker characteristics configure:9736: result: darwin11.4.2 dyld configure:9838: checking how to hardcode library paths into programs configure:9863: result: immediate configure:10383: checking whether stripping libraries is possible configure:10397: result: yes configure:10423: checking if libtool supports shared libraries configure:10425: result: yes configure:10428: checking whether to build shared libraries configure:10449: result: yes configure:10452: checking whether to build static libraries configure:10456: result: yes configure:10494: checking for doxygen configure:10522: result: false configure:10540: checking for ANSI C header files configure:10644: result: yes configure:10654: checking for stdlib.h configure:10654: result: yes configure:10666: checking for an ANSI C-conforming const configure:10731: gcc -c -g -O2 conftest.c >&5 configure:10731: $? = 0 configure:10738: result: yes configure:10746: checking for size_t configure:10746: gcc -c -g -O2 conftest.c >&5 configure:10746: $? = 0 configure:10746: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:65: error: expected expression before ')' token configure:10746: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "yaml" | #define PACKAGE_TARNAME "yaml" | #define PACKAGE_VERSION "0.1.4" | #define PACKAGE_STRING "yaml 0.1.4" | #define PACKAGE_BUGREPORT "http://pyyaml.org/newticket?component=libyaml" | #define PACKAGE_URL "" | #define PACKAGE "yaml" | #define VERSION "0.1.4" | #define YAML_VERSION_MAJOR 0 | #define YAML_VERSION_MINOR 1 | #define YAML_VERSION_PATCH 4 | #define YAML_VERSION_STRING "0.1.4" | #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 STDC_HEADERS 1 | #define HAVE_STDLIB_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:10746: result: yes configure:10885: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by yaml config.status 0.1.4, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Eran-Levis-MacBook-Pro.local config.status:1070: creating src/Makefile config.status:1070: creating Makefile config.status:1070: creating tests/Makefile config.status:1070: creating config.h config.status:1242: config.h is unchanged config.status:1290: executing depfiles commands config.status:1290: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-apple-darwin11.4.2 ac_cv_c_compiler_gnu=yes ac_cv_c_const=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=i386-apple-darwin11.4.2 ac_cv_objext=o 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_SED=/usr/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=awk ac_cv_prog_CPP='gcc -E' ac_cv_prog_DOXYGEN=false ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_DSYMUTIL=dsymutil ac_cv_prog_ac_ct_LIPO=lipo 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_make_make_set=yes ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=gcc3 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/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld lt_cv_path_NM=/usr/bin/nm lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no 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\", (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 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /Users/eran/github/nutcracker/twemproxy-twemproxy_bsd/contrib/yaml-0.1.4/config/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /Users/eran/github/nutcracker/twemproxy-twemproxy_bsd/contrib/yaml-0.1.4/config/missing --run tar' AR='ar' AUTOCONF='${SHELL} /Users/eran/github/nutcracker/twemproxy-twemproxy_bsd/contrib/yaml-0.1.4/config/missing --run autoconf' AUTOHEADER='${SHELL} /Users/eran/github/nutcracker/twemproxy-twemproxy_bsd/contrib/yaml-0.1.4/config/missing --run autoheader' AUTOMAKE='${SHELL} /Users/eran/github/nutcracker/twemproxy-twemproxy_bsd/contrib/yaml-0.1.4/config/missing --run automake-1.11' AWK='awk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DOXYGEN='false' DOXYGEN_FALSE='' DOXYGEN_TRUE='#' DSYMUTIL='dsymutil' DUMPBIN='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FGREP='/usr/bin/grep -F' GREP='/usr/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='lipo' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /Users/eran/github/nutcracker/twemproxy-twemproxy_bsd/contrib/yaml-0.1.4/config/missing --run makeinfo' MKDIR_P='config/install-sh -c -d' NM='/usr/bin/nm' NMEDIT='nmedit' OBJDUMP='false' OBJEXT='o' OTOOL64=':' OTOOL='otool' PACKAGE='yaml' PACKAGE_BUGREPORT='http://pyyaml.org/newticket?component=libyaml' PACKAGE_NAME='yaml' PACKAGE_STRING='yaml 0.1.4' PACKAGE_TARNAME='yaml' PACKAGE_URL='' PACKAGE_VERSION='0.1.4' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='0.1.4' YAML_LT_AGE='0' YAML_LT_CURRENT='2' YAML_LT_RELEASE='0' YAML_LT_REVISION='2' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-apple-darwin11.4.2' build_alias='' build_cpu='i386' build_os='darwin11.4.2' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' 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' install_sh='${SHELL} /Users/eran/github/nutcracker/twemproxy-twemproxy_bsd/contrib/yaml-0.1.4/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' lt_ECHO='/bin/echo' mandir='${datarootdir}/man' mkdir_p='$(top_builddir)/config/install-sh -c -d' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "yaml" #define PACKAGE_TARNAME "yaml" #define PACKAGE_VERSION "0.1.4" #define PACKAGE_STRING "yaml 0.1.4" #define PACKAGE_BUGREPORT "http://pyyaml.org/newticket?component=libyaml" #define PACKAGE_URL "" #define PACKAGE "yaml" #define VERSION "0.1.4" #define YAML_VERSION_MAJOR 0 #define YAML_VERSION_MINOR 1 #define YAML_VERSION_PATCH 4 #define YAML_VERSION_STRING "0.1.4" #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 STDC_HEADERS 1 #define HAVE_STDLIB_H 1 configure: exit 0