I'm trying to cross-compile libiconv for Android using the Android NDK
(https://developer.android.com/tools/sdk/ndk/index.html), but I've run
into a problem with the configure script failing due to 'config.sub' not
recognizing my host triple (arm-linux-androideabi). I've attached the
relevant 'config.log'.
This is for libiconv 1.14. The included 'config.sub' file reports a
timestamp of 2009-02-03.
--
Rainer Deyke ([email protected])
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.68. Invocation command line was
$ /home/rainer/projects/starfire/intermediate/libs/SDL2/libiconv-1.14/configure --prefix /home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2 --host arm-linux-androideabi --disable-http --enable-shared --disable-static --without-openssl
## --------- ##
## Platform. ##
## --------- ##
hostname = rainer6
uname -m = x86_64
uname -r = 3.8.0-19-generic
uname -s = Linux
uname -v = #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013
/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/rainer/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /home/rainer/projects/starfire/intermediate/android/gcc_arm-linux-androideabi/bin
PATH: /home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3083: checking for a BSD-compatible install
configure:3151: result: /usr/bin/install -c
configure:3162: checking whether build environment is sane
configure:3212: result: yes
configure:3261: checking for arm-linux-androideabi-strip
configure:3277: found /home/rainer/projects/starfire/intermediate/android/gcc_arm-linux-androideabi/bin/arm-linux-androideabi-strip
configure:3288: result: arm-linux-androideabi-strip
configure:3353: checking for a thread-safe mkdir -p
configure:3392: result: /bin/mkdir -p
configure:3406: checking for gawk
configure:3422: found /usr/bin/gawk
configure:3433: result: gawk
configure:3444: checking whether make sets $(MAKE)
configure:3466: result: yes
configure:3548: checking whether make sets $(MAKE)
configure:3570: result: yes
configure:3589: checking for arm-linux-androideabi-gcc
configure:3605: found /home/rainer/projects/starfire/intermediate/android/gcc_arm-linux-androideabi/bin/arm-linux-androideabi-gcc
configure:3616: result: arm-linux-androideabi-gcc
configure:3885: checking for C compiler version
configure:3894: arm-linux-androideabi-gcc --version >&5
arm-linux-androideabi-gcc (GCC) 4.7
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:3905: $? = 0
configure:3894: arm-linux-androideabi-gcc -v >&5
Using built-in specs.
COLLECT_GCC=arm-linux-androideabi-gcc
COLLECT_LTO_WRAPPER=/home/rainer/projects/starfire/intermediate/android/gcc_arm-linux-androideabi/bin/../libexec/gcc/arm-linux-androideabi/4.7/lto-wrapper
Target: arm-linux-androideabi
Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.7/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --without-ppl --without-cloog --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.22 --with-mpfr-version=2.4.1 --with-mpc-version=0.8.1 --with-gmp-version=5.0.5 --with-gcc-version=4.7 --with-gdb-version=7.3.x --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.7 --with-bugurl=http://source.android.com/source/report-bugs.html --disable-bootstrap --disable-libquadmath --disable-plugin --enable-gold --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
Thread model: posix
gcc version 4.7 (GCC)
configure:3905: $? = 0
configure:3894: arm-linux-androideabi-gcc -V >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
configure:3905: $? = 1
configure:3894: arm-linux-androideabi-gcc -qversion >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
configure:3905: $? = 1
configure:3925: checking whether the C compiler works
configure:3947: arm-linux-androideabi-gcc -L/home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2/lib conftest.c >&5
configure:3951: $? = 0
configure:3999: result: yes
configure:4002: checking for C compiler default output file name
configure:4004: result: a.out
configure:4010: checking for suffix of executables
configure:4017: arm-linux-androideabi-gcc -o conftest -L/home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2/lib conftest.c >&5
configure:4021: $? = 0
configure:4043: result:
configure:4065: checking whether we are cross compiling
configure:4073: arm-linux-androideabi-gcc -o conftest -L/home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2/lib conftest.c >&5
configure:4077: $? = 0
configure:4084: ./conftest
/home/rainer/projects/starfire/intermediate/libs/SDL2/libiconv-1.14/configure: line 4086: ./conftest: cannot execute binary file
configure:4088: $? = 126
configure:4103: result: yes
configure:4108: checking for suffix of object files
configure:4130: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4134: $? = 0
configure:4155: result: o
configure:4159: checking whether we are using the GNU C compiler
configure:4178: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4178: $? = 0
configure:4187: result: yes
configure:4196: checking whether arm-linux-androideabi-gcc accepts -g
configure:4216: arm-linux-androideabi-gcc -c -g conftest.c >&5
configure:4216: $? = 0
configure:4257: result: yes
configure:4274: checking for arm-linux-androideabi-gcc option to accept ISO C89
configure:4338: arm-linux-androideabi-gcc -c -g -O2 conftest.c >&5
configure:4338: $? = 0
configure:4351: result: none needed
configure:4382: checking for style of include used by make
configure:4410: result: GNU
configure:4435: checking dependency style of arm-linux-androideabi-gcc
configure:4545: result: none
configure:4565: checking how to run the C preprocessor
configure:4596: arm-linux-androideabi-gcc -E conftest.c
configure:4596: $? = 0
configure:4610: arm-linux-androideabi-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4610: $? = 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 ""
| #define PACKAGE "libiconv"
| #define VERSION "1.14"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4635: result: arm-linux-androideabi-gcc -E
configure:4655: arm-linux-androideabi-gcc -E conftest.c
configure:4655: $? = 0
configure:4669: arm-linux-androideabi-gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4669: $? = 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 ""
| #define PACKAGE "libiconv"
| #define VERSION "1.14"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4701: checking for strip
configure:4719: found /usr/bin/strip
configure:4732: result: /usr/bin/strip
configure:4747: checking for arm-linux-androideabi-strip
configure:4774: result: arm-linux-androideabi-strip
configure:4844: checking build system type
configure:4858: result: x86_64-unknown-linux-gnu
configure:4878: checking host system type
configure:4887: error: /bin/bash /home/rainer/projects/starfire/intermediate/libs/SDL2/libiconv-1.14/build-aux/config.sub arm-linux-androideabi failed
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-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=set
ac_cv_env_LDFLAGS_value=-L/home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2/lib
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=set
ac_cv_env_host_alias_value=arm-linux-androideabi
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=
ac_cv_objext=o
ac_cv_path_STRIP=/usr/bin/strip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=arm-linux-androideabi-gcc
ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
ac_cv_prog_STRIP=arm-linux-androideabi-strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/rainer/projects/starfire/intermediate/libs/SDL2/libiconv-1.14/build-aux/missing --run aclocal-1.11'
ALLOCA=''
ALLOCA_H=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/rainer/projects/starfire/intermediate/libs/SDL2/libiconv-1.14/build-aux/missing --run tar'
APPLE_UNIVERSAL_BUILD=''
AR=''
ARFLAGS=''
AS=''
ASM_SYMBOL_PREFIX=''
AUTOCONF='${SHELL} /home/rainer/projects/starfire/intermediate/libs/SDL2/libiconv-1.14/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /home/rainer/projects/starfire/intermediate/libs/SDL2/libiconv-1.14/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /home/rainer/projects/starfire/intermediate/libs/SDL2/libiconv-1.14/build-aux/missing --run automake-1.11'
AWK='gawk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
BROKEN_WCHAR_H=''
CC='arm-linux-androideabi-gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CFLAG_VISIBILITY=''
CP=''
CPP='arm-linux-androideabi-gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL=''
DLL_VARIABLE=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EILSEQ=''
EMULTIHOP_HIDDEN=''
EMULTIHOP_VALUE=''
ENOLINK_HIDDEN=''
ENOLINK_VALUE=''
EOVERFLOW_HIDDEN=''
EOVERFLOW_VALUE=''
ERRNO_H=''
EXEEXT=''
FGREP=''
GETTEXT_MACRO_VERSION=''
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE=''
GL_GENERATE_ALLOCA_H_FALSE=''
GL_GENERATE_ALLOCA_H_TRUE=''
GL_GENERATE_ERRNO_H_FALSE=''
GL_GENERATE_ERRNO_H_TRUE=''
GL_GENERATE_STDBOOL_H_FALSE=''
GL_GENERATE_STDBOOL_H_TRUE=''
GL_GENERATE_STDDEF_H_FALSE=''
GL_GENERATE_STDDEF_H_TRUE=''
GL_GENERATE_STDINT_H_FALSE=''
GL_GENERATE_STDINT_H_TRUE=''
GMSGFMT=''
GMSGFMT_015=''
GNULIB_ATOLL=''
GNULIB_CALLOC_POSIX=''
GNULIB_CANONICALIZE_FILE_NAME=''
GNULIB_CHOWN=''
GNULIB_CLOSE=''
GNULIB_DPRINTF=''
GNULIB_DUP2=''
GNULIB_DUP3=''
GNULIB_ENVIRON=''
GNULIB_EUIDACCESS=''
GNULIB_FACCESSAT=''
GNULIB_FCHDIR=''
GNULIB_FCHMODAT=''
GNULIB_FCHOWNAT=''
GNULIB_FCLOSE=''
GNULIB_FCNTL=''
GNULIB_FFLUSH=''
GNULIB_FFSL=''
GNULIB_FFSLL=''
GNULIB_FGETC=''
GNULIB_FGETS=''
GNULIB_FOPEN=''
GNULIB_FPRINTF=''
GNULIB_FPRINTF_POSIX=''
GNULIB_FPURGE=''
GNULIB_FPUTC=''
GNULIB_FPUTS=''
GNULIB_FREAD=''
GNULIB_FREOPEN=''
GNULIB_FSCANF=''
GNULIB_FSEEK=''
GNULIB_FSEEKO=''
GNULIB_FSTATAT=''
GNULIB_FSYNC=''
GNULIB_FTELL=''
GNULIB_FTELLO=''
GNULIB_FTRUNCATE=''
GNULIB_FUTIMENS=''
GNULIB_FWRITE=''
GNULIB_GETC=''
GNULIB_GETCHAR=''
GNULIB_GETCWD=''
GNULIB_GETDELIM=''
GNULIB_GETDOMAINNAME=''
GNULIB_GETDTABLESIZE=''
GNULIB_GETGROUPS=''
GNULIB_GETHOSTNAME=''
GNULIB_GETLINE=''
GNULIB_GETLOADAVG=''
GNULIB_GETLOGIN=''
GNULIB_GETLOGIN_R=''
GNULIB_GETPAGESIZE=''
GNULIB_GETS=''
GNULIB_GETSUBOPT=''
GNULIB_GETUSERSHELL=''
GNULIB_GRANTPT=''
GNULIB_GROUP_MEMBER=''
GNULIB_LCHMOD=''
GNULIB_LCHOWN=''
GNULIB_LINK=''
GNULIB_LINKAT=''
GNULIB_LSEEK=''
GNULIB_LSTAT=''
GNULIB_MALLOC_POSIX=''
GNULIB_MBSCASECMP=''
GNULIB_MBSCASESTR=''
GNULIB_MBSCHR=''
GNULIB_MBSCSPN=''
GNULIB_MBSLEN=''
GNULIB_MBSNCASECMP=''
GNULIB_MBSNLEN=''
GNULIB_MBSPBRK=''
GNULIB_MBSPCASECMP=''
GNULIB_MBSRCHR=''
GNULIB_MBSSEP=''
GNULIB_MBSSPN=''
GNULIB_MBSSTR=''
GNULIB_MBSTOK_R=''
GNULIB_MBTOWC=''
GNULIB_MEMCHR=''
GNULIB_MEMMEM=''
GNULIB_MEMPCPY=''
GNULIB_MEMRCHR=''
GNULIB_MKDIRAT=''
GNULIB_MKDTEMP=''
GNULIB_MKFIFO=''
GNULIB_MKFIFOAT=''
GNULIB_MKNOD=''
GNULIB_MKNODAT=''
GNULIB_MKOSTEMP=''
GNULIB_MKOSTEMPS=''
GNULIB_MKSTEMP=''
GNULIB_MKSTEMPS=''
GNULIB_MKTIME=''
GNULIB_NANOSLEEP=''
GNULIB_NONBLOCKING=''
GNULIB_OBSTACK_PRINTF=''
GNULIB_OBSTACK_PRINTF_POSIX=''
GNULIB_OPEN=''
GNULIB_OPENAT=''
GNULIB_PERROR=''
GNULIB_PIPE2=''
GNULIB_PIPE=''
GNULIB_POPEN=''
GNULIB_PREAD=''
GNULIB_PRINTF=''
GNULIB_PRINTF_POSIX=''
GNULIB_PTHREAD_SIGMASK=''
GNULIB_PTSNAME=''
GNULIB_PUTC=''
GNULIB_PUTCHAR=''
GNULIB_PUTENV=''
GNULIB_PUTS=''
GNULIB_PWRITE=''
GNULIB_RANDOM_R=''
GNULIB_RAWMEMCHR=''
GNULIB_READ=''
GNULIB_READLINK=''
GNULIB_READLINKAT=''
GNULIB_REALLOC_POSIX=''
GNULIB_REALPATH=''
GNULIB_REMOVE=''
GNULIB_RENAME=''
GNULIB_RENAMEAT=''
GNULIB_RMDIR=''
GNULIB_RPMATCH=''
GNULIB_SCANF=''
GNULIB_SETENV=''
GNULIB_SIGACTION=''
GNULIB_SIGNAL_H_SIGPIPE=''
GNULIB_SIGPROCMASK=''
GNULIB_SLEEP=''
GNULIB_SNPRINTF=''
GNULIB_SPRINTF_POSIX=''
GNULIB_STAT=''
GNULIB_STDIO_H_NONBLOCKING=''
GNULIB_STDIO_H_SIGPIPE=''
GNULIB_STPCPY=''
GNULIB_STPNCPY=''
GNULIB_STRCASESTR=''
GNULIB_STRCHRNUL=''
GNULIB_STRDUP=''
GNULIB_STRERROR=''
GNULIB_STRERROR_R=''
GNULIB_STRNCAT=''
GNULIB_STRNDUP=''
GNULIB_STRNLEN=''
GNULIB_STRPBRK=''
GNULIB_STRPTIME=''
GNULIB_STRSEP=''
GNULIB_STRSIGNAL=''
GNULIB_STRSTR=''
GNULIB_STRTOD=''
GNULIB_STRTOK_R=''
GNULIB_STRTOLL=''
GNULIB_STRTOULL=''
GNULIB_STRVERSCMP=''
GNULIB_SYMLINK=''
GNULIB_SYMLINKAT=''
GNULIB_SYSTEM_POSIX=''
GNULIB_TIMEGM=''
GNULIB_TIME_R=''
GNULIB_TMPFILE=''
GNULIB_TTYNAME_R=''
GNULIB_UNISTD_H_GETOPT=''
GNULIB_UNISTD_H_NONBLOCKING=''
GNULIB_UNISTD_H_SIGPIPE=''
GNULIB_UNLINK=''
GNULIB_UNLINKAT=''
GNULIB_UNLOCKPT=''
GNULIB_UNSETENV=''
GNULIB_USLEEP=''
GNULIB_UTIMENSAT=''
GNULIB_VASPRINTF=''
GNULIB_VDPRINTF=''
GNULIB_VFPRINTF=''
GNULIB_VFPRINTF_POSIX=''
GNULIB_VFSCANF=''
GNULIB_VPRINTF=''
GNULIB_VPRINTF_POSIX=''
GNULIB_VSCANF=''
GNULIB_VSNPRINTF=''
GNULIB_VSPRINTF_POSIX=''
GNULIB_WCTOMB=''
GNULIB_WRITE=''
GNULIB__EXIT=''
GREP=''
HAVE_ATOLL=''
HAVE_CANONICALIZE_FILE_NAME=''
HAVE_CHOWN=''
HAVE_DECL_ENVIRON=''
HAVE_DECL_FCHDIR=''
HAVE_DECL_FPURGE=''
HAVE_DECL_FSEEKO=''
HAVE_DECL_FTELLO=''
HAVE_DECL_GETDELIM=''
HAVE_DECL_GETDOMAINNAME=''
HAVE_DECL_GETLINE=''
HAVE_DECL_GETLOADAVG=''
HAVE_DECL_GETLOGIN_R=''
HAVE_DECL_GETPAGESIZE=''
HAVE_DECL_GETUSERSHELL=''
HAVE_DECL_LOCALTIME_R=''
HAVE_DECL_MEMMEM=''
HAVE_DECL_MEMRCHR=''
HAVE_DECL_OBSTACK_PRINTF=''
HAVE_DECL_SETENV=''
HAVE_DECL_SNPRINTF=''
HAVE_DECL_STRDUP=''
HAVE_DECL_STRERROR_R=''
HAVE_DECL_STRNDUP=''
HAVE_DECL_STRNLEN=''
HAVE_DECL_STRSIGNAL=''
HAVE_DECL_STRTOK_R=''
HAVE_DECL_TTYNAME_R=''
HAVE_DECL_UNSETENV=''
HAVE_DECL_VSNPRINTF=''
HAVE_DPRINTF=''
HAVE_DUP2=''
HAVE_DUP3=''
HAVE_EUIDACCESS=''
HAVE_FACCESSAT=''
HAVE_FCHDIR=''
HAVE_FCHMODAT=''
HAVE_FCHOWNAT=''
HAVE_FCNTL=''
HAVE_FFSL=''
HAVE_FFSLL=''
HAVE_FSEEKO=''
HAVE_FSTATAT=''
HAVE_FSYNC=''
HAVE_FTELLO=''
HAVE_FTRUNCATE=''
HAVE_FUTIMENS=''
HAVE_GETDTABLESIZE=''
HAVE_GETGROUPS=''
HAVE_GETHOSTNAME=''
HAVE_GETLOGIN=''
HAVE_GETPAGESIZE=''
HAVE_GETSUBOPT=''
HAVE_GRANTPT=''
HAVE_GROUP_MEMBER=''
HAVE_INTTYPES_H=''
HAVE_LCHMOD=''
HAVE_LCHOWN=''
HAVE_LINK=''
HAVE_LINKAT=''
HAVE_LONG_LONG_INT=''
HAVE_LSTAT=''
HAVE_MBSLEN=''
HAVE_MEMCHR=''
HAVE_MEMPCPY=''
HAVE_MKDIRAT=''
HAVE_MKDTEMP=''
HAVE_MKFIFO=''
HAVE_MKFIFOAT=''
HAVE_MKNOD=''
HAVE_MKNODAT=''
HAVE_MKOSTEMP=''
HAVE_MKOSTEMPS=''
HAVE_MKSTEMP=''
HAVE_MKSTEMPS=''
HAVE_NANOSLEEP=''
HAVE_OPENAT=''
HAVE_OS_H=''
HAVE_PIPE2=''
HAVE_PIPE=''
HAVE_POSIX_SIGNALBLOCKING=''
HAVE_PREAD=''
HAVE_PTHREAD_SIGMASK=''
HAVE_PTSNAME=''
HAVE_PWRITE=''
HAVE_RANDOM_H=''
HAVE_RANDOM_R=''
HAVE_RAWMEMCHR=''
HAVE_READLINK=''
HAVE_READLINKAT=''
HAVE_REALPATH=''
HAVE_RENAMEAT=''
HAVE_RPMATCH=''
HAVE_SETENV=''
HAVE_SIGACTION=''
HAVE_SIGHANDLER_T=''
HAVE_SIGINFO_T=''
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T=''
HAVE_SLEEP=''
HAVE_STDINT_H=''
HAVE_STPCPY=''
HAVE_STPNCPY=''
HAVE_STRCASESTR=''
HAVE_STRCHRNUL=''
HAVE_STRPBRK=''
HAVE_STRPTIME=''
HAVE_STRSEP=''
HAVE_STRTOD=''
HAVE_STRTOLL=''
HAVE_STRTOULL=''
HAVE_STRUCT_RANDOM_DATA=''
HAVE_STRUCT_SIGACTION_SA_SIGACTION=''
HAVE_STRVERSCMP=''
HAVE_SYMLINK=''
HAVE_SYMLINKAT=''
HAVE_SYS_BITYPES_H=''
HAVE_SYS_INTTYPES_H=''
HAVE_SYS_LOADAVG_H=''
HAVE_SYS_PARAM_H=''
HAVE_SYS_TYPES_H=''
HAVE_TIMEGM=''
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=''
HAVE_UNISTD_H=''
HAVE_UNLINKAT=''
HAVE_UNLOCKPT=''
HAVE_UNSIGNED_LONG_LONG_INT=''
HAVE_USLEEP=''
HAVE_UTIMENSAT=''
HAVE_VASPRINTF=''
HAVE_VDPRINTF=''
HAVE_VISIBILITY=''
HAVE_WCHAR_H=''
HAVE_WCHAR_T=''
HAVE_WINSOCK2_H=''
HAVE__BOOL=''
HAVE__EXIT=''
ICONV_CONST=''
INCLUDE_NEXT=''
INCLUDE_NEXT_AS_FIRST_DIRECTIVE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_PROGRAM_ENV=''
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LD=''
LDFLAGS='-L/home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2/lib'
LIBICONV=''
LIBICRT_LIBDEPS=''
LIBICRT_LTLIBDEPS=''
LIBINTL=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE=''
LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=''
LIBUNISTRING_UNITYPES_H=''
LIBUNISTRING_UNIWIDTH_H=''
LIPO=''
LN=''
LN_S=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/rainer/projects/starfire/intermediate/libs/SDL2/libiconv-1.14/build-aux/missing --run makeinfo'
MANIFEST_TOOL=''
MKDIR_P='/bin/mkdir -p'
MSGFMT=''
MSGFMT_015=''
MSGMERGE=''
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=''
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=''
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=''
NEXT_AS_FIRST_DIRECTIVE_TIME_H=''
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
NEXT_ERRNO_H=''
NEXT_FCNTL_H=''
NEXT_SIGNAL_H=''
NEXT_STDDEF_H=''
NEXT_STDINT_H=''
NEXT_STDIO_H=''
NEXT_STDLIB_H=''
NEXT_STRING_H=''
NEXT_SYS_STAT_H=''
NEXT_TIME_H=''
NEXT_UNISTD_H=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='libiconv'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
POSUB=''
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER=''
PTHREAD_H_DEFINES_STRUCT_TIMESPEC=''
PTRDIFF_T_SUFFIX=''
RANLIB=''
RC=''
RELOCATABLE=''
RELOCATABLE_BUILD_DIR=''
RELOCATABLE_CONFIG_H_DIR=''
RELOCATABLE_LDFLAGS=''
RELOCATABLE_LIBRARY_PATH=''
RELOCATABLE_SRC_DIR=''
RELOCATABLE_STRIP=''
RELOCATABLE_VIA_LD_FALSE=''
RELOCATABLE_VIA_LD_TRUE=''
RELOCATABLE_VIA_WRAPPER_FALSE=''
RELOCATABLE_VIA_WRAPPER_TRUE=''
REPLACE_CALLOC=''
REPLACE_CANONICALIZE_FILE_NAME=''
REPLACE_CHOWN=''
REPLACE_CLOSE=''
REPLACE_DPRINTF=''
REPLACE_DUP2=''
REPLACE_DUP=''
REPLACE_FCHOWNAT=''
REPLACE_FCLOSE=''
REPLACE_FCNTL=''
REPLACE_FFLUSH=''
REPLACE_FOPEN=''
REPLACE_FPRINTF=''
REPLACE_FPURGE=''
REPLACE_FREOPEN=''
REPLACE_FSEEK=''
REPLACE_FSEEKO=''
REPLACE_FSTAT=''
REPLACE_FSTATAT=''
REPLACE_FTELL=''
REPLACE_FTELLO=''
REPLACE_FUTIMENS=''
REPLACE_GETCWD=''
REPLACE_GETDELIM=''
REPLACE_GETDOMAINNAME=''
REPLACE_GETGROUPS=''
REPLACE_GETLINE=''
REPLACE_GETLOGIN_R=''
REPLACE_GETPAGESIZE=''
REPLACE_LCHOWN=''
REPLACE_LINK=''
REPLACE_LINKAT=''
REPLACE_LOCALTIME_R=''
REPLACE_LSEEK=''
REPLACE_LSTAT=''
REPLACE_MALLOC=''
REPLACE_MBTOWC=''
REPLACE_MEMCHR=''
REPLACE_MEMMEM=''
REPLACE_MKDIR=''
REPLACE_MKFIFO=''
REPLACE_MKNOD=''
REPLACE_MKSTEMP=''
REPLACE_MKTIME=''
REPLACE_NANOSLEEP=''
REPLACE_NULL=''
REPLACE_OBSTACK_PRINTF=''
REPLACE_OPEN=''
REPLACE_OPENAT=''
REPLACE_PERROR=''
REPLACE_POPEN=''
REPLACE_PREAD=''
REPLACE_PRINTF=''
REPLACE_PTHREAD_SIGMASK=''
REPLACE_PUTENV=''
REPLACE_PWRITE=''
REPLACE_READ=''
REPLACE_READLINK=''
REPLACE_REALLOC=''
REPLACE_REALPATH=''
REPLACE_REMOVE=''
REPLACE_RENAME=''
REPLACE_RENAMEAT=''
REPLACE_RMDIR=''
REPLACE_SETENV=''
REPLACE_SLEEP=''
REPLACE_SNPRINTF=''
REPLACE_SPRINTF=''
REPLACE_STAT=''
REPLACE_STDIO_READ_FUNCS=''
REPLACE_STDIO_WRITE_FUNCS=''
REPLACE_STPNCPY=''
REPLACE_STRCASESTR=''
REPLACE_STRCHRNUL=''
REPLACE_STRDUP=''
REPLACE_STRERROR=''
REPLACE_STRERROR_R=''
REPLACE_STRNCAT=''
REPLACE_STRNDUP=''
REPLACE_STRNLEN=''
REPLACE_STRSIGNAL=''
REPLACE_STRSTR=''
REPLACE_STRTOD=''
REPLACE_STRTOK_R=''
REPLACE_SYMLINK=''
REPLACE_TIMEGM=''
REPLACE_TMPFILE=''
REPLACE_TTYNAME_R=''
REPLACE_UNLINK=''
REPLACE_UNLINKAT=''
REPLACE_UNSETENV=''
REPLACE_USLEEP=''
REPLACE_UTIMENSAT=''
REPLACE_VASPRINTF=''
REPLACE_VDPRINTF=''
REPLACE_VFPRINTF=''
REPLACE_VPRINTF=''
REPLACE_VSNPRINTF=''
REPLACE_VSPRINTF=''
REPLACE_WCTOMB=''
REPLACE_WRITE=''
SED=''
SET_MAKE=''
SHELL='/bin/bash'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
SRCLIBOBJS=''
STDBOOL_H=''
STDDEF_H=''
STDINT_H=''
STRIP='arm-linux-androideabi-strip'
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=''
TIME_H_DEFINES_STRUCT_TIMESPEC=''
UNDEFINE_STRTOK_R=''
UNISTD_H_HAVE_WINSOCK2_H=''
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=''
USE_EXTRA_ENCODINGS=''
USE_MBSTATE_T=''
USE_NLS=''
VERSION='1.14'
WCHAR_T_SUFFIX=''
WINDRES=''
WINT_T_SUFFIX=''
WOE32=''
WOE32DLL=''
XGETTEXT=''
XGETTEXT_015=''
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_AR=''
ac_ct_CC=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
gl_LIBOBJS=''
gl_LTLIBOBJS=''
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
gltests_WITNESS=''
host='arm-linux-androideabi'
host_alias='arm-linux-androideabi'
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/rainer/projects/starfire/intermediate/libs/SDL2/libiconv-1.14/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "libiconv"
#define VERSION "1.14"
configure: exit 1
PATH=$PATH:/home/rainer/projects/starfire/intermediate/android/gcc_arm-linux-androideabi/bin:/home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2/bin
PKG_CONFIG_PATH=/home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2/lib/pkgconfig
LDFLAGS=-L/home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2/lib
/home/rainer/projects/starfire/intermediate/libs/SDL2/libiconv-1.14/configure
--prefix
/home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2
--host arm-linux-androideabi --disable-http --enable-shared --disable-static
--without-openssl
configure: WARNING: if you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-gcc accepts -g... yes
checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of arm-linux-androideabi-gcc... none
checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
checking for strip... /usr/bin/strip
checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
checking build system type... x86_64-unknown-linux-gnu
checking host system type... Invalid configuration `arm-linux-androideabi':
system `androideabi' not recognized
configure: error: /bin/bash
/home/rainer/projects/starfire/intermediate/libs/SDL2/libiconv-1.14/build-aux/config.sub
arm-linux-androideabi failed
PATH=$PATH:/home/rainer/projects/starfire/intermediate/android/gcc_arm-linux-androideabi/bin:/home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2/bin
make
make: *** No targets specified and no makefile found. Stop.
PATH=$PATH:/home/rainer/projects/starfire/intermediate/android/gcc_arm-linux-androideabi/bin:/home/rainer/projects/starfire/intermediate/installed/rainer6_gcc_arm-linux-androideabi_SDL2/bin
make install
make: *** No rule to make target `install'. Stop.
_______________________________________________
config-patches mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/config-patches