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.59. Invocation command line was $ ./configure --target=arm-linux --prefix=/usr --with-headers=/usr/src/linux/include ## --------- ## ## Platform. ## ## --------- ## hostname = playground uname -m = x86_64 uname -r = 2.6.35-28-generic uname -s = Linux uname -v = #49-Ubuntu SMP Tue Mar 1 14:39:03 UTC 2011 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:1505: checking build system type configure:1523: result: x86_64-unknown-linux-gnu configure:1558: checking host system type configure:1572: result: x86_64-unknown-linux-gnu configure:1580: checking target system type configure:1594: result: arm-unknown-linux-gnu configure:1637: checking for a BSD-compatible install configure:1692: result: /usr/bin/install -c configure:1703: checking whether ln works configure:1725: result: yes configure:1729: checking whether ln -s works configure:1733: result: yes configure:2885: checking for gcc configure:2901: found /usr/bin/gcc configure:2911: result: gcc configure:3155: checking for C compiler version configure:3158: gcc --version &5 gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5 Copyright (C) 2010 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:3161: $? = 0 configure:3163: gcc -v &5 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) configure:3166: $? = 0 configure:3168: gcc -V &5 gcc: '-V' option must have argument configure:3171: $? = 1 configure:3194: checking for C compiler default output file name configure:3197: gcc conftest.c >&5 configure:3200: $? = 0 configure:3246: result: a.out configure:3251: checking whether the C compiler works configure:3257: ./a.out configure:3260: $? = 0 configure:3277: result: yes configure:3284: checking whether we are cross compiling configure:3286: result: no configure:3289: checking for suffix of executables configure:3291: gcc -o conftest conftest.c >&5 configure:3294: $? = 0 configure:3319: result: configure:3325: checking for suffix of object files configure:3346: gcc -c conftest.c >&5 configure:3349: $? = 0 configure:3371: result: o configure:3375: checking whether we are using the GNU C compiler configure:3399: gcc -c conftest.c >&5 configure:3405: $? = 0 configure:3409: test -z || test ! -s conftest.err configure:3412: $? = 0 configure:3415: test -s conftest.o configure:3418: $? = 0 configure:3431: result: yes configure:3437: checking whether gcc accepts -g configure:3458: gcc -c -g conftest.c >&5 configure:3464: $? = 0 configure:3468: test -z || test ! -s conftest.err configure:3471: $? = 0 configure:3474: test -s conftest.o configure:3477: $? = 0 configure:3488: result: yes configure:3505: checking for gcc option to accept ANSI C configure:3575: gcc -c -g -O2 conftest.c >&5 configure:3581: $? = 0 configure:3585: test -z || test ! -s conftest.err configure:3588: $? = 0 configure:3591: test -s conftest.o configure:3594: $? = 0 configure:3612: result: none needed configure:3630: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:3636: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3821: checking for g++ configure:3850: result: no configure:3821: checking for c++ configure:3850: result: no configure:3821: checking for gpp configure:3850: result: no configure:3821: checking for aCC configure:3850: result: no configure:3821: checking for CC configure:3850: result: no configure:3821: checking for cxx configure:3850: result: no configure:3821: checking for cc++ configure:3850: result: no configure:3821: checking for cl configure:3850: result: no configure:3821: checking for FCC configure:3850: result: no configure:3821: checking for KCC configure:3850: result: no configure:3821: checking for RCC configure:3850: result: no configure:3821: checking for xlC_r configure:3850: result: no configure:3821: checking for xlC configure:3850: result: no configure:3863: checking for C++ compiler version configure:3866: g++ --version &5 ./configure: line 3867: g++: command not found configure:3869: $? = 127 configure:3871: g++ -v &5 ./configure: line 3872: g++: command not found configure:3874: $? = 127 configure:3876: g++ -V &5 ./configure: line 3877: g++: command not found configure:3879: $? = 127 configure:3882: checking whether we are using the GNU C++ compiler configure:3906: g++ -c conftest.cc >&5 ./configure: line 3907: g++: command not found configure:3912: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3938: result: no configure:3944: checking whether g++ accepts -g configure:3965: g++ -c -g conftest.cc >&5 ./configure: line 3966: g++: command not found configure:3971: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3995: result: no configure:4037: g++ -c conftest.cc >&5 ./configure: line 4038: g++: command not found configure:4043: $? = 127 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 | int | main () | { | exit (42); | ; | return 0; | } configure:4037: g++ -c conftest.cc >&5 ./configure: line 4038: g++: command not found configure:4043: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4037: g++ -c conftest.cc >&5 ./configure: line 4038: g++: command not found configure:4043: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4037: g++ -c conftest.cc >&5 ./configure: line 4038: g++: command not found configure:4043: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4037: g++ -c conftest.cc >&5 ./configure: line 4038: g++: command not found configure:4043: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | extern "C" void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4037: g++ -c conftest.cc >&5 ./configure: line 4038: g++: command not found configure:4043: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4188: checking for gnatbind configure:4215: result: no configure:4268: checking for gnatmake configure:4295: result: no configure:4307: checking whether compiler driver understands Ada configure:4330: result: no configure:4339: checking how to compare bootstrapped objects configure:4364: result: cmp --ignore-initial=16 $$f1 $$f2 configure:4484: checking for correct version of gmp.h configure:4507: gcc -c -g -O2 conftest.c >&5 configure:4513: $? = 0 configure:4517: test -z || test ! -s conftest.err configure:4520: $? = 0 configure:4523: test -s conftest.o configure:4526: $? = 0 configure:4528: result: yes configure:4542: checking for correct version of mpfr.h configure:4573: gcc -o conftest -g -O2 conftest.c -lmpfr -lgmp >&5 configure:4579: $? = 0 configure:4583: test -z || test ! -s conftest.err configure:4586: $? = 0 configure:4589: test -s conftest configure:4592: $? = 0 configure:4616: gcc -o conftest -g -O2 conftest.c -lmpfr -lgmp >&5 configure:4622: $? = 0 configure:4626: test -z || test ! -s conftest.err configure:4629: $? = 0 configure:4632: test -s conftest configure:4635: $? = 0 configure:4637: result: yes configure:5971: checking for bison configure:6000: result: no configure:5971: checking for byacc configure:6000: result: no configure:5971: checking for yacc configure:6000: result: no configure:6017: checking for bison configure:6046: result: no configure:6062: checking for gm4 configure:6091: result: no configure:6062: checking for gnum4 configure:6091: result: no configure:6062: checking for m4 configure:6078: found /usr/bin/m4 configure:6088: result: m4 configure:6107: checking for flex configure:6136: result: no configure:6107: checking for lex configure:6136: result: no configure:6153: checking for flex configure:6182: result: no configure:6198: checking for makeinfo configure:6227: result: no configure:6257: checking for expect configure:6286: result: no configure:6304: checking for runtest configure:6333: result: no configure:6443: checking for ar configure:6459: found /usr/bin/ar configure:6469: result: ar configure:6578: checking for as configure:6594: found /usr/bin/as configure:6604: result: as configure:6713: checking for dlltool configure:6742: result: no configure:6848: checking for ld configure:6864: found /usr/bin/ld configure:6874: result: ld configure:6983: checking for lipo configure:7012: result: no configure:7118: checking for nm configure:7134: found /usr/bin/nm configure:7144: result: nm configure:7253: checking for ranlib configure:7269: found /usr/bin/ranlib configure:7279: result: ranlib configure:7383: checking for strip configure:7399: found /usr/bin/strip configure:7409: result: strip configure:7513: checking for windres configure:7542: result: no configure:7648: checking for windmc configure:7677: result: no configure:7783: checking for objcopy configure:7799: found /usr/bin/objcopy configure:7809: result: objcopy configure:7918: checking for objdump configure:7934: found /usr/bin/objdump configure:7944: result: objdump configure:8055: checking for arm-linux-cc configure:8084: result: no configure:8055: checking for arm-linux-gcc configure:8084: result: no configure:8210: checking for arm-linux-c++ configure:8239: result: no configure:8210: checking for arm-linux-g++ configure:8239: result: no configure:8210: checking for arm-linux-cxx configure:8239: result: no configure:8210: checking for arm-linux-gxx configure:8239: result: no configure:8365: checking for arm-linux-gcc configure:8394: result: no configure:8515: checking for arm-linux-gcj configure:8544: result: no configure:8670: checking for arm-linux-gfortran configure:8699: result: no configure:8796: checking for ar configure:8829: result: no configure:8904: checking for arm-linux-ar configure:8933: result: no configure:9019: checking for as configure:9052: result: no configure:9127: checking for arm-linux-as configure:9156: result: no configure:9242: checking for dlltool configure:9275: result: no configure:9350: checking for arm-linux-dlltool configure:9379: result: no configure:9465: checking for ld configure:9498: result: no configure:9573: checking for arm-linux-ld configure:9602: result: no configure:9688: checking for lipo configure:9721: result: no configure:9796: checking for arm-linux-lipo configure:9825: result: no configure:9911: checking for nm configure:9944: result: no configure:10019: checking for arm-linux-nm configure:10048: result: no configure:10134: checking for objdump configure:10167: result: no configure:10242: checking for arm-linux-objdump configure:10271: result: no configure:10357: checking for ranlib configure:10390: result: no configure:10465: checking for arm-linux-ranlib configure:10494: result: no configure:10580: checking for strip configure:10613: result: no configure:10688: checking for arm-linux-strip configure:10717: result: no configure:10803: checking for windres configure:10836: result: no configure:10911: checking for arm-linux-windres configure:10940: result: no configure:11026: checking for windmc configure:11059: result: no configure:11134: checking for arm-linux-windmc configure:11163: result: no configure:11227: checking where to find the target ar configure:11264: result: pre-installed configure:11269: checking where to find the target as configure:11306: result: pre-installed configure:11311: checking where to find the target cc configure:11334: result: just compiled configure:11353: checking where to find the target c++ configure:11379: result: just compiled configure:11398: checking where to find the target c++ for libstdc++ configure:11424: result: just compiled configure:11443: checking where to find the target dlltool configure:11480: result: pre-installed configure:11485: checking where to find the target gcc configure:11508: result: just compiled configure:11527: checking where to find the target gcj configure:11553: result: just compiled configure:11572: checking where to find the target gfortran configure:11598: result: just compiled configure:11617: checking where to find the target ld configure:11654: result: pre-installed configure:11659: checking where to find the target lipo configure:11685: result: pre-installed configure:11690: checking where to find the target nm configure:11727: result: pre-installed configure:11732: checking where to find the target objdump configure:11769: result: pre-installed configure:11774: checking where to find the target ranlib configure:11811: result: pre-installed configure:11816: checking where to find the target strip configure:11853: result: pre-installed configure:11858: checking where to find the target windres configure:11895: result: pre-installed configure:11900: checking where to find the target windmc configure:11937: result: pre-installed configure:11970: checking whether to enable maintainer-specific portions of Makefiles configure:11979: result: no configure:12012: checking whether -fkeep-inline-functions is supported configure:12036: gcc -c -g -O2 -fkeep-inline-functions conftest.c >&5 configure:12042: $? = 0 configure:12046: test -z || test ! -s conftest.err configure:12049: $? = 0 configure:12052: test -s conftest.o configure:12055: $? = 0 configure:12057: result: yes configure:12274: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on playground config.status:762: creating Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_build_alias=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=no ac_cv_env_AR_FOR_TARGET_set= ac_cv_env_AR_FOR_TARGET_value= ac_cv_env_AR_set= ac_cv_env_AR_value= ac_cv_env_AS_FOR_TARGET_set= ac_cv_env_AS_FOR_TARGET_value= ac_cv_env_AS_set= ac_cv_env_AS_value= ac_cv_env_CC_FOR_TARGET_set= ac_cv_env_CC_FOR_TARGET_value= 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_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_FOR_TARGET_set= ac_cv_env_CXX_FOR_TARGET_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_DLLTOOL_FOR_TARGET_set= ac_cv_env_DLLTOOL_FOR_TARGET_value= ac_cv_env_DLLTOOL_set= ac_cv_env_DLLTOOL_value= ac_cv_env_GCC_FOR_TARGET_set= ac_cv_env_GCC_FOR_TARGET_value= ac_cv_env_GCJ_FOR_TARGET_set= ac_cv_env_GCJ_FOR_TARGET_value= ac_cv_env_GFORTRAN_FOR_TARGET_set= ac_cv_env_GFORTRAN_FOR_TARGET_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LD_FOR_TARGET_set= ac_cv_env_LD_FOR_TARGET_value= ac_cv_env_LD_set= ac_cv_env_LD_value= ac_cv_env_LIPO_FOR_TARGET_set= ac_cv_env_LIPO_FOR_TARGET_value= ac_cv_env_LIPO_set= ac_cv_env_LIPO_value= ac_cv_env_NM_FOR_TARGET_set= ac_cv_env_NM_FOR_TARGET_value= ac_cv_env_NM_set= ac_cv_env_NM_value= ac_cv_env_OBJCOPY_set= ac_cv_env_OBJCOPY_value= ac_cv_env_OBJDUMP_FOR_TARGET_set= ac_cv_env_OBJDUMP_FOR_TARGET_value= ac_cv_env_OBJDUMP_set= ac_cv_env_OBJDUMP_value= ac_cv_env_RANLIB_FOR_TARGET_set= ac_cv_env_RANLIB_FOR_TARGET_value= ac_cv_env_RANLIB_set= ac_cv_env_RANLIB_value= ac_cv_env_STRIP_FOR_TARGET_set= ac_cv_env_STRIP_FOR_TARGET_value= ac_cv_env_STRIP_set= ac_cv_env_STRIP_value= ac_cv_env_WINDMC_FOR_TARGET_set= ac_cv_env_WINDMC_FOR_TARGET_value= ac_cv_env_WINDMC_set= ac_cv_env_WINDMC_value= ac_cv_env_WINDRES_FOR_TARGET_set= ac_cv_env_WINDRES_FOR_TARGET_value= ac_cv_env_WINDRES_set= ac_cv_env_WINDRES_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=set ac_cv_env_target_alias_value=arm-linux ac_cv_exeext= ac_cv_host=x86_64-unknown-linux-gnu ac_cv_host_alias=x86_64-unknown-linux-gnu ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AR=ar ac_cv_prog_AS=as ac_cv_prog_LD=ld ac_cv_prog_M4=m4 ac_cv_prog_NM=nm ac_cv_prog_OBJCOPY=objcopy ac_cv_prog_OBJDUMP=objdump ac_cv_prog_RANLIB=ranlib ac_cv_prog_STRIP=strip ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_GNATBIND=no ac_cv_prog_ac_ct_GNATMAKE=no ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=no ac_cv_target=arm-unknown-linux-gnu ac_cv_target_alias=arm-linux acx_cv_cc_gcc_supports_ada=no acx_cv_prog_LN=ln gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2' gcc_cv_tool_dirs=/usr/libexec/gcc/arm-linux/4.3.3:/usr/libexec/gcc/arm-linux:/usr/lib/gcc/arm-linux/4.3.3:/usr/lib/gcc/arm-linux:/usr/arm-linux/bin/arm-linux/4.3.3:/usr/arm-linux/bin: gcc_cv_tool_prefix=/usr ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AR_FOR_BUILD='$(AR)' AR_FOR_TARGET='arm-linux-ar' AS='as' AS_FOR_BUILD='$(AS)' AS_FOR_TARGET='arm-linux-as' BISON='/home/borios/toolchain/src/gcc-4.3.3/missing bison' CC='gcc' CC_FOR_BUILD='$(CC)' CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/' CFLAGS='-g -O2' CFLAGS_FOR_BUILD='-g -O2' COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as' COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld' COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm' CONFIGURE_GDB_TK='' CPPFLAGS='' CXX='g++' CXXFLAGS='' CXXFLAGS_FOR_BUILD='' CXX_FOR_BUILD='$(CXX)' CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/g++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags || $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs' DEBUG_PREFIX_CFLAGS_FOR_TARGET='' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" ' DLLTOOL='dlltool' DLLTOOL_FOR_BUILD='$(DLLTOOL)' DLLTOOL_FOR_TARGET='arm-linux-dlltool' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' EXPECT='expect' FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include' FLEX='/home/borios/toolchain/src/gcc-4.3.3/missing flex' GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/' GCJ_FOR_BUILD='$(GCJ)' GCJ_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gcj -B$$r/$(HOST_SUBDIR)/gcc/' GDB_TK='' GFORTRAN_FOR_BUILD='$(GFORTRAN)' GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/' GNATBIND='no' GNATMAKE='no' INSTALL_DATA='${INSTALL} -m 644' INSTALL_GDB_TK='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LD='ld' LDFLAGS='' LDFLAGS_FOR_BUILD='' LD_FOR_BUILD='$(LD)' LD_FOR_TARGET='arm-linux-ld' LEX='/home/borios/toolchain/src/gcc-4.3.3/missing flex' LIBOBJS='' LIBS='' LIPO='lipo' LIPO_FOR_TARGET='arm-linux-lipo' LN='ln' LN_S='ln -s' LTLIBOBJS='' M4='m4' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='/home/borios/toolchain/src/gcc-4.3.3/missing makeinfo' NM='nm' NM_FOR_BUILD='$(NM)' NM_FOR_TARGET='arm-linux-nm' OBJCOPY='objcopy' OBJDUMP='objdump' OBJDUMP_FOR_TARGET='arm-linux-objdump' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' RANLIB_FOR_BUILD='$(RANLIB)' RANLIB_FOR_TARGET='arm-linux-ranlib' RAW_CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -shared-libgcc -B$$r/$(HOST_SUBDIR)/gcc -nostdinc++ -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs' RPATH_ENVVAR='LD_LIBRARY_PATH' RUNTEST='runtest' SHELL='/bin/bash' STRIP='strip' STRIP_FOR_TARGET='arm-linux-strip' SYSROOT_CFLAGS_FOR_TARGET='' TOPLEVEL_CONFIGURE_ARGUMENTS='./configure --target=arm-linux --prefix=/usr --with-headers=/usr/src/linux/include' WINDMC='windmc' WINDMC_FOR_BUILD='$(WINDMC)' WINDMC_FOR_TARGET='arm-linux-windmc' WINDRES='windres' WINDRES_FOR_BUILD='$(WINDRES)' WINDRES_FOR_TARGET='arm-linux-windres' YACC='/home/borios/toolchain/src/gcc-4.3.3/missing bison -y' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_GNATBIND='no' ac_ct_GNATMAKE='no' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_configargs='--cache-file=../config.cache '--prefix=/usr' '--with-headers=/usr/src/linux/include' '--enable-languages=c,c++,fortran,java,objc' --program-transform-name='s,^,arm-linux-,'' build_configdirs=' libiberty fixincludes' build_cpu='x86_64' build_libsubdir='build-x86_64-unknown-linux-gnu' build_noncanonical='x86_64-unknown-linux-gnu' build_os='linux-gnu' build_subdir='build-x86_64-unknown-linux-gnu' build_tooldir='${exec_prefix}/arm-linux' build_vendor='unknown' config_shell='/bin/bash' configdirs=' intl libiberty zlib libcpp libdecnumber fixincludes gcc' datadir='${prefix}/share' datarootdir='${prefix}/share' do_compare='cmp --ignore-initial=16 $$f1 $$f2' docdir='${datarootdir}/doc' exec_prefix='${prefix}' gmpinc='' gmplibs='-lmpfr -lgmp' host='x86_64-unknown-linux-gnu' host_alias='' host_configargs='--cache-file=./config.cache '--prefix=/usr' '--with-headers=/usr/src/linux/include' '--enable-languages=c,c++,fortran,java,objc' --program-transform-name='s,^,arm-linux-,'' host_cpu='x86_64' host_noncanonical='x86_64-unknown-linux-gnu' host_os='linux-gnu' host_subdir='host-x86_64-unknown-linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,^,arm-linux-,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' stage1_cflags='-g -fkeep-inline-functions' stage1_checking='--enable-checking=yes,types' stage1_languages='c' stage2_werror_flag='' sysconfdir='${prefix}/etc' target='arm-unknown-linux-gnu' target_alias='arm-linux' target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=x86_64-unknown-linux-gnu '--prefix=/usr' '--with-headers=/usr/src/linux/include' '--enable-languages=c,c++,fortran,java,objc' --program-transform-name='s,^,arm-linux-,'' target_cpu='arm' target_noncanonical='arm-linux' target_os='linux-gnu' target_subdir='arm-linux' target_vendor='unknown' tooldir='${exec_prefix}/arm-linux' ## ------------- ## ## Output files. ## ## ------------- ## alphaieee_frag='/dev/null' host_makefile_frag='/dev/null' ospace_frag='/dev/null' serialization_dependencies='serdep.tmp' target_makefile_frag='./config/mt-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #endif #ifdef __cplusplus void exit (int); configure: exit 0