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.63. Invocation command line was $ ./configure --disable-option-checking --prefix=/usr/local/Cellar/libiconv/1.13.1 --cache-file=/dev/null --srcdir=. ## --------- ## ## Platform. ## ## --------- ## hostname = Johns-Mac-mini-2.local uname -m = x86_64 uname -r = 13.3.0 uname -s = Darwin uname -v = Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~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 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64 Kernel configured for up to 4 processors. 2 processors are physically available. 4 processors are logically available. Processor type: i486 (Intel 80486) Processors active: 0 1 2 3 Primary memory available: 16.00 gigabytes Default processor set: 228 tasks, 1142 threads, 4 processors Load average: 3.49, Mach factor: 0.83 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /opt/local/bin PATH: /opt/local/sbin PATH: /Users/johnomalley/.gvm/vertx/current/bin PATH: /Users/johnomalley/.gvm/springboot/current/bin PATH: /Users/johnomalley/.gvm/lazybones/current/bin PATH: /Users/johnomalley/.gvm/groovyserv/current/bin PATH: /Users/johnomalley/.gvm/groovy/current/bin PATH: /Users/johnomalley/.gvm/griffon/current/bin PATH: /Users/johnomalley/.gvm/grails/current/bin PATH: /Users/johnomalley/.gvm/gradle/current/bin PATH: /Users/johnomalley/.gvm/glide/current/bin PATH: /Users/johnomalley/.gvm/gaiden/current/bin PATH: /Users/johnomalley/.gvm/crash/current/bin PATH: /Users/johnomalley/.rvm/gems/ruby-2.1.1/bin PATH: /Users/johnomalley/.rvm/gems/ruby-2.1.1@global/bin PATH: /Users/johnomalley/.rvm/rubies/ruby-2.1.1/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/bin PATH: /Users/johnomalley/.rvm/bin PATH: /Users/johnomalley/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2011: checking whether make sets $(MAKE) configure:2033: result: yes configure:2094: checking for gcc configure:2110: found /usr/bin/gcc configure:2121: result: gcc configure:2353: checking for C compiler version configure:2361: gcc --version >&5 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.3.0 Thread model: posix configure:2365: $? = 0 configure:2372: gcc -v >&5 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.3.0 Thread model: posix configure:2376: $? = 0 configure:2383: gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:2387: $? = 1 configure:2410: checking for C compiler default output file name configure:2432: gcc conftest.c >&5 configure:2436: $? = 0 configure:2474: result: a.out configure:2493: checking whether the C compiler works configure:2503: ./a.out configure:2507: $? = 0 configure:2526: result: yes configure:2533: checking whether we are cross compiling configure:2535: result: no configure:2538: checking for suffix of executables configure:2545: gcc -o conftest conftest.c >&5 configure:2549: $? = 0 configure:2575: result: configure:2581: checking for suffix of object files configure:2607: gcc -c conftest.c >&5 configure:2611: $? = 0 configure:2636: result: o configure:2640: checking whether we are using the GNU C compiler configure:2669: gcc -c conftest.c >&5 configure:2676: $? = 0 configure:2693: result: yes configure:2702: checking whether gcc accepts -g configure:2732: gcc -c -g conftest.c >&5 configure:2739: $? = 0 configure:2840: result: yes configure:2857: checking for gcc option to accept ISO C89 configure:2931: gcc -c -g -O2 conftest.c >&5 configure:2938: $? = 0 configure:2961: result: none needed configure:2984: checking how to run the C preprocessor configure:3024: gcc -E conftest.c configure:3031: $? = 0 configure:3062: gcc -E conftest.c conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found #include ^ 1 error generated. configure:3069: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:3102: result: gcc -E configure:3131: gcc -E conftest.c configure:3138: $? = 0 configure:3169: gcc -E conftest.c conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found #include ^ 1 error generated. configure:3176: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:3229: checking for a BSD-compatible install configure:3297: result: /usr/bin/install -c configure:3316: checking build system type configure:3334: result: i386-apple-darwin13.3.0 configure:3356: checking host system type configure:3371: result: i386-apple-darwin13.3.0 configure:3396: checking whether to activate relocatable installation configure:3411: result: no configure:3447: checking whether ln -s works configure:3451: result: yes configure:3462: checking for grep that handles long lines and -e configure:3522: result: /usr/bin/grep configure:3527: checking for egrep configure:3591: result: /usr/bin/grep -E configure:3596: checking for ANSI C header files configure:3626: gcc -c -g -O2 conftest.c >&5 configure:3633: $? = 0 configure:3732: gcc -o conftest -g -O2 conftest.c >&5 configure:3736: $? = 0 configure:3742: ./conftest configure:3746: $? = 0 configure:3764: result: yes configure:3788: checking for sys/types.h configure:3809: gcc -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3833: result: yes configure:3788: checking for sys/stat.h configure:3809: gcc -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3833: result: yes configure:3788: checking for stdlib.h configure:3809: gcc -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3833: result: yes configure:3788: checking for string.h configure:3809: gcc -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3833: result: yes configure:3788: checking for memory.h configure:3809: gcc -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3833: result: yes configure:3788: checking for strings.h configure:3809: gcc -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3833: result: yes configure:3788: checking for inttypes.h configure:3809: gcc -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3833: result: yes configure:3788: checking for stdint.h configure:3809: gcc -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3833: result: yes configure:3788: checking for unistd.h configure:3809: gcc -c -g -O2 conftest.c >&5 configure:3816: $? = 0 configure:3833: result: yes configure:3860: checking minix/config.h usability configure:3877: gcc -c -g -O2 conftest.c >&5 conftest.c:52:10: fatal error: 'minix/config.h' file not found #include ^ 1 error generated. configure:3884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define INSTALLPREFIX "/usr/local/Cellar/libiconv/1.13.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 | /* 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 | #include configure:3898: result: no configure:3902: checking minix/config.h presence configure:3917: gcc -E conftest.c conftest.c:19:10: fatal error: 'minix/config.h' file not found #include ^ 1 error generated. configure:3924: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define INSTALLPREFIX "/usr/local/Cellar/libiconv/1.13.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 | /* end confdefs.h. */ | #include configure:3938: result: no configure:3966: checking for minix/config.h configure:3973: result: no configure:4014: checking whether it is safe to define __EXTENSIONS__ configure:4042: gcc -c -g -O2 conftest.c >&5 configure:4049: $? = 0 configure:4064: result: yes configure:4121: checking for a sed that does not truncate output configure:4187: result: /usr/bin/sed configure:4205: checking for fgrep configure:4269: result: /usr/bin/grep -F configure:4304: checking for ld used by gcc configure:4371: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld configure:4380: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld configure:4395: result: no configure:4407: checking for BSD- or MS-compatible name lister (nm) configure:4456: result: /usr/bin/nm configure:4574: checking the name lister (/usr/bin/nm) interface configure:4581: gcc -c -g -O2 conftest.c >&5 configure:4584: /usr/bin/nm "conftest.o" configure:4587: output 0000000000000264 S _some_variable configure:4594: result: BSD nm configure:4598: checking the maximum length of command line arguments configure:4718: result: 196608 configure:4735: checking whether the shell understands some XSI constructs configure:4745: result: yes configure:4749: checking whether the shell understands "+=" configure:4755: result: yes configure:4790: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files configure:4797: result: -r configure:4866: checking for objdump configure:4896: result: no configure:4922: checking how to recognize dependent libraries configure:5118: result: pass_all configure:5178: checking for ar configure:5194: found /usr/bin/ar configure:5205: result: ar configure:5283: checking for strip configure:5299: found /usr/bin/strip configure:5310: result: strip configure:5382: checking for ranlib configure:5398: found /usr/bin/ranlib configure:5409: result: ranlib configure:5499: checking command to parse /usr/bin/nm output from gcc object configure:5617: gcc -c -g -O2 conftest.c >&5 configure:5620: $? = 0 configure:5624: /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:5627: $? = 0 cannot find nm_test_var in conftest.nm configure:5617: gcc -c -g -O2 conftest.c >&5 configure:5620: $? = 0 configure:5624: /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:5627: $? = 0 configure:5681: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5684: $? = 0 configure:5722: result: ok configure:6015: checking for dsymutil configure:6031: found /usr/bin/dsymutil configure:6042: result: dsymutil configure:6107: checking for nmedit configure:6123: found /usr/bin/nmedit configure:6134: result: nmedit configure:6199: checking for lipo configure:6215: found /usr/bin/lipo configure:6226: result: lipo configure:6291: checking for otool configure:6307: found /usr/bin/otool configure:6318: result: otool configure:6383: checking for otool64 configure:6413: result: no configure:6458: checking for -single_module linker flag gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c configure:6485: result: yes configure:6487: checking for -exported_symbols_list linker flag configure:6517: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 configure:6524: $? = 0 configure:6546: result: yes configure:6587: checking for dlfcn.h configure:6608: gcc -c -g -O2 conftest.c >&5 configure:6615: $? = 0 configure:6632: result: yes configure:7116: checking for objdir configure:7131: result: .libs configure:7427: checking if gcc supports -fno-rtti -fno-exceptions configure:7445: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 configure:7449: $? = 0 configure:7462: result: yes configure:7482: checking for gcc option to produce PIC configure:7754: result: -fno-common -DPIC configure:7766: checking if gcc PIC flag -fno-common -DPIC works configure:7784: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 configure:7788: $? = 0 configure:7801: result: yes configure:7825: checking if gcc static flag -static works configure:7853: result: no configure:7868: checking if gcc supports -c -o file.o configure:7889: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:7893: $? = 0 configure:7915: result: yes configure:7923: checking if gcc supports -c -o file.o configure:7970: result: yes configure:8003: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries configure:9077: result: yes configure:9316: checking dynamic linker characteristics configure:9999: result: darwin13.3.0 dyld configure:10101: checking how to hardcode library paths into programs configure:10126: result: immediate configure:10959: checking whether stripping libraries is possible configure:10973: result: yes configure:10999: checking if libtool supports shared libraries configure:11001: result: yes configure:11004: checking whether to build shared libraries configure:11025: result: yes configure:11028: checking whether to build static libraries configure:11032: result: no configure:11072: checking for simple visibility declarations configure:11104: gcc -c -g -O2 -fvisibility=hidden conftest.c >&5 configure:11111: $? = 0 configure:11128: result: yes configure:11293: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Johns-Mac-mini-2.local config.status:878: creating Makefile config.status:1083: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-apple-darwin13.3.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_minix_config_h=no 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-darwin13.3.0 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_CPP='gcc -E' 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_safe_to_define___extensions__=yes gl_cv_cc_visibility=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=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/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=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\", (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. ## ## ----------------- ## AR='ar' AS='as' CC='gcc' CFLAGS='-g -O2' CFLAG_VISIBILITY='-fvisibility=hidden' CPP='gcc -E' CPPFLAGS='' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DINSTALLPREFIX=\"/usr/local/Cellar/libiconv/1.13.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_VISIBILITY=1' DLLTOOL='dlltool' 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' HAVE_VISIBILITY='1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='/bin/sh $(top_builddir)/libtool' LIPO='lipo' LN_S='ln -s' LTLIBOBJS='' NM='/usr/bin/nm' NMEDIT='nmedit' OBJDUMP='false' OBJEXT='o' OTOOL64=':' OTOOL='otool' PACKAGE='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PLUGLIB='' RANLIB='ranlib' RELOCATABLE='no' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='' ac_ct_CC='gcc' ac_ct_DUMPBIN='' bindir='${exec_prefix}/bin' build='i386-apple-darwin13.3.0' build_alias='' build_cpu='i386' build_os='darwin13.3.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='i386-apple-darwin13.3.0' host_alias='' host_cpu='i386' host_os='darwin13.3.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' lt_ECHO='/bin/echo' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local/Cellar/libiconv/1.13.1' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define INSTALLPREFIX "/usr/local/Cellar/libiconv/1.13.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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_VISIBILITY 1 configure: exit 0