From fcbf63e62c627deae76c1b8cb8c0876c536ed811 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 16 Mar 2020 18:49:26 +0900 Subject: Fresh start --- jni/iconv/preload/config.log | 628 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 628 insertions(+) create mode 100644 jni/iconv/preload/config.log (limited to 'jni/iconv/preload/config.log') diff --git a/jni/iconv/preload/config.log b/jni/iconv/preload/config.log new file mode 100644 index 0000000..1e6fcd5 --- /dev/null +++ b/jni/iconv/preload/config.log @@ -0,0 +1,628 @@ +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 --build=x86_64-pc-linux-gnu --host=arm-linux-eabi build_alias=x86_64-pc-linux-gnu host_alias=arm-linux-eabi --cache-file=/dev/null --srcdir=. + +## --------- ## +## Platform. ## +## --------- ## + +hostname = matti +uname -m = i686 +uname -r = 3.4.5-1-pae +uname -s = Linux +uname -v = #1 SMP PREEMPT Sat Jul 21 12:20:29 EEST 2012 + +/usr/bin/uname -p = unknown +/bin/uname -X = unknown + +/bin/arch = unknown +/usr/bin/arch -k = unknown +/usr/convex/getsysinfo = unknown +/usr/bin/hostinfo = unknown +/bin/machine = unknown +/usr/bin/oslevel = unknown +/bin/universe = unknown + +PATH: /home/rangeli/GNUstep/Tools +PATH: /usr/local/bin +PATH: /usr/bin +PATH: /bin +PATH: /usr/local/sbin +PATH: /usr/sbin +PATH: /sbin +PATH: /opt/android-ndk +PATH: /opt/java6/bin +PATH: /opt/java6/db/bin +PATH: /opt/java6/jre/bin +PATH: /usr/bin/vendor_perl +PATH: /usr/bin/core_perl +PATH: /root/.gem/ruby/1.9.1/bin +PATH: /opt/android-sdk/platform-tools +PATH: /usr/src/ndk-standalone-9/bin +PATH: /usr/local/go +PATH: /usr/local/go/bin +PATH: /home/rangeli/opt/android-sdk-linux +PATH: /home/rangeli/opt/android-sdk-linux/platform-tools +PATH: /home/rangeli/opt/android-sdk-linux/tools + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:2011: checking whether make sets $(MAKE) +configure:2033: result: yes +configure:2054: checking for arm-linux-eabi-gcc +configure:2084: result: no +configure:2094: checking for gcc +configure:2110: found /usr/bin/gcc +configure:2121: result: gcc +configure:2133: WARNING: using cross tools not prefixed with host triplet +configure:2353: checking for C compiler version +configure:2361: gcc --version >&5 +gcc (GCC) 4.7.1 20120721 (prerelease) +Copyright (C) 2012 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:2365: $? = 0 +configure:2372: gcc -v >&5 +Using built-in specs. +COLLECT_GCC=gcc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.7.1/lto-wrapper +Target: i686-pc-linux-gnu +Configured with: /build/src/gcc-4.7-20120721/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --disable-ppl-version-check --disable-cloog-version-check --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --with-linker-hash-style=gnu --disable-multilib --disable-libssp --disable-build-with-cxx --disable-build-poststage1-with-cxx --enable-checking=release +Thread model: posix +gcc version 4.7.1 20120721 (prerelease) (GCC) +configure:2376: $? = 0 +configure:2383: gcc -V >&5 +gcc: error: unrecognized command line option '-V' +gcc: fatal error: no input files +compilation terminated. +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:2526: result: yes +configure:2533: checking whether we are cross compiling +configure:2535: result: yes +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:28: fatal error: ac_nonexistent.h: No such file or directory +compilation terminated. +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:28: fatal error: ac_nonexistent.h: No such file or directory +compilation terminated. +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: x86_64-pc-linux-gnu +configure:3356: checking host system type +configure:3371: result: arm-linux-eabi +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: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:26: fatal error: minix/config.h: No such file or directory +compilation terminated. +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" +| #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:26: fatal error: minix/config.h: No such file or directory +compilation terminated. +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" +| #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: /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: /usr/bin/ld +configure:4380: checking if the linker (/usr/bin/ld) is GNU ld +configure:4395: result: yes +configure:4407: checking for BSD- or MS-compatible name lister (nm) +configure:4456: result: no +configure:4467: checking for arm-linux-eabi-dumpbin +configure:4497: result: no +configure:4467: checking for arm-linux-eabi-link +configure:4497: result: no +configure:4511: checking for dumpbin +configure:4541: result: no +configure:4511: checking for link +configure:4527: found /usr/bin/link +configure:4538: result: link -dump -symbols +configure:4574: checking the name lister (link -dump -symbols) interface +configure:4581: gcc -c -g -O2 conftest.c >&5 +configure:4584: link -dump -symbols "conftest.o" +link: invalid option -- 'd' +Try 'link --help' for more information. +configure:4587: output +configure:4594: result: BSD nm +configure:4598: checking the maximum length of command line arguments +configure:4718: result: 1572864 +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 /usr/bin/ld option to reload object files +configure:4797: result: -r +configure:4826: checking for arm-linux-eabi-objdump +configure:4856: result: no +configure:4866: checking for objdump +configure:4882: found /usr/bin/objdump +configure:4893: result: objdump +configure:4922: checking how to recognize dependent libraries +configure:5118: result: unknown +configure:5138: checking for arm-linux-eabi-ar +configure:5168: result: no +configure:5178: checking for ar +configure:5194: found /usr/bin/ar +configure:5205: result: ar +configure:5243: checking for arm-linux-eabi-strip +configure:5273: result: no +configure:5283: checking for strip +configure:5299: found /usr/bin/strip +configure:5310: result: strip +configure:5342: checking for arm-linux-eabi-ranlib +configure:5372: result: no +configure:5382: checking for ranlib +configure:5398: found /usr/bin/ranlib +configure:5409: result: ranlib +configure:5499: checking command to parse link -dump -symbols output from gcc object +configure:5617: gcc -c -g -O2 conftest.c >&5 +configure:5620: $? = 0 +configure:5624: link -dump -symbols conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm +link: invalid option -- 'd' +Try 'link --help' for more information. +configure:5627: $? = 0 +cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' +configure:5617: gcc -c -g -O2 conftest.c >&5 +configure:5620: $? = 0 +configure:5624: link -dump -symbols conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm +link: invalid option -- 'd' +Try 'link --help' for more information. +configure:5627: $? = 0 +cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' +configure:5719: result: failed +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 +cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] +configure:7449: $? = 0 +configure:7462: result: no +configure:7482: checking for gcc option to produce PIC +configure:7754: result: -fPIC -DPIC +configure:7766: checking if gcc PIC flag -fPIC -DPIC works +configure:7784: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 +configure:7788: $? = 0 +configure:7801: result: yes +configure:7825: checking if gcc static flag -static works +configure:7853: result: yes +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 (/usr/bin/ld) supports shared libraries +configure:9077: result: yes +configure:9114: checking whether -lc should be explicitly linked in +configure:9119: gcc -c -g -O2 conftest.c >&5 +configure:9122: $? = 0 +configure:9137: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 +configure:9140: $? = 0 +configure:9152: result: no +configure:9316: checking dynamic linker characteristics +configure:9999: result: no +configure:10101: checking how to hardcode library paths into programs +configure:10126: result: immediate +configure:10959: checking whether stripping libraries is possible +configure:10964: result: yes +configure:10999: checking if libtool supports shared libraries +configure:11001: result: no +configure:11004: checking whether to build shared libraries +configure:11025: result: no +configure:11028: checking whether to build static libraries +configure:11032: result: yes +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 matti + +config.status:878: creating Makefile +config.status:1083: executing libtool commands + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_build=x86_64-pc-linux-gnu +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=set +ac_cv_env_build_alias_value=x86_64-pc-linux-gnu +ac_cv_env_host_alias_set=set +ac_cv_env_host_alias_value=arm-linux-eabi +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=arm-linux-eabi +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=/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_DUMPBIN='link -dump -symbols' +ac_cv_prog_ac_ct_OBJDUMP=objdump +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_deplibs_check_method=unknown +lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_ld_reload_flag=-r +lt_cv_nm_interface='BSD nm' +lt_cv_objdir=.libs +lt_cv_path_LD=/usr/bin/ld +lt_cv_path_NM=no +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=yes +lt_cv_prog_gnu_ld=yes +lt_cv_sys_global_symbol_pipe= +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= +lt_cv_sys_max_cmd_len=1572864 + +## ----------------- ## +## 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\" -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='' +DUMPBIN='link -dump -symbols' +ECHO_C='' +ECHO_N='-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='/usr/bin/ld' +LDFLAGS='' +LIBOBJS='' +LIBS='' +LIBTOOL='/bin/sh $(top_builddir)/libtool' +LIPO='' +LN_S='ln -s' +LTLIBOBJS='' +NM='link -dump -symbols' +NMEDIT='' +OBJDUMP='objdump' +OBJEXT='o' +OTOOL64='' +OTOOL='' +PACKAGE='' +PACKAGE_BUGREPORT='' +PACKAGE_NAME='' +PACKAGE_STRING='' +PACKAGE_TARNAME='' +PACKAGE_VERSION='' +PATH_SEPARATOR=':' +PLUGLIB='' +RANLIB='ranlib' +RELOCATABLE='no' +SED='/bin/sed' +SET_MAKE='' +SHELL='/bin/sh' +STRIP='strip' +VERSION='' +ac_ct_CC='gcc' +ac_ct_DUMPBIN='link -dump -symbols' +bindir='${exec_prefix}/bin' +build='x86_64-pc-linux-gnu' +build_alias='x86_64-pc-linux-gnu' +build_cpu='x86_64' +build_os='linux-gnu' +build_vendor='pc' +datadir='${datarootdir}' +datarootdir='${prefix}/share' +docdir='${datarootdir}/doc/${PACKAGE}' +dvidir='${docdir}' +exec_prefix='${prefix}' +host='arm-linux-eabi' +host_alias='arm-linux-eabi' +host_cpu='arm' +host_os='eabi' +host_vendor='linux' +htmldir='${docdir}' +includedir='${prefix}/include' +infodir='${datarootdir}/info' +libdir='${exec_prefix}/lib' +libexecdir='${exec_prefix}/libexec' +localedir='${datarootdir}/locale' +localstatedir='${prefix}/var' +lt_ECHO='echo' +mandir='${datarootdir}/man' +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. ## +## ----------- ## + +#define PACKAGE_NAME "" +#define PACKAGE_TARNAME "" +#define PACKAGE_VERSION "" +#define PACKAGE_STRING "" +#define PACKAGE_BUGREPORT "" +#define INSTALLPREFIX "/usr/local" +#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 -- cgit v1.2.3