Hi David, I tried to build gcc trunk on x86_64-unknown-linux-gnu with ISL enabled, Configured with --enable-languages=all,go,ada,jit --enable-host-shared and got following error messages: /usr/bin/ld: /home/prathamesh.kulkarni/gnu-toolchain/flatten-cfgloop/build/./isl/.libs/libisl.a(isl_val_gmp.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /home/prathamesh.kulkarni/gnu-toolchain/flatten-cfgloop/build/./isl/.libs/libisl.a: could not read symbols: Bad value collect2: error: ld returned 1 exit status make[3]: *** [libgccjit.so.0.0.1] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [all-stage2-gcc] Error 2 make[1]: *** [stage2-bubble] Error 2 make: *** [all] Error 2 I rebuilt leaving jit and the build succeeded. Am I building jit incorrectly ? Thanks, Prathamesh
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.64. Invocation command line was $ ../gcc/configure --enable-languages=all,go,ada,jit --enable-host-shared ## --------- ## ## Platform. ## ## --------- ## hostname = tcwg-ex40-01 uname -m = x86_64 uname -r = 3.13.0-36-generic uname -s = Linux uname -v = #63-Ubuntu SMP Wed Sep 3 21:30:07 UTC 2014 /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: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:2292: checking build system type configure:2306: result: x86_64-unknown-linux-gnu configure:2353: checking host system type configure:2366: result: x86_64-unknown-linux-gnu configure:2386: checking target system type configure:2399: result: x86_64-unknown-linux-gnu configure:2453: checking for a BSD-compatible install configure:2521: result: /usr/bin/install -c configure:2532: checking whether ln works configure:2554: result: yes configure:2558: checking whether ln -s works configure:2562: result: yes configure:2569: checking for a sed that does not truncate output configure:2633: result: /bin/sed configure:2642: checking for gawk configure:2658: found /usr/bin/gawk configure:2669: result: gawk configure:3182: checking for libatomic support configure:3192: result: yes configure:3201: checking for libcilkrts support configure:3211: result: yes configure:3239: checking for libitm support configure:3249: result: yes configure:3258: checking for libsanitizer support configure:3268: result: yes configure:3277: checking for libvtv support configure:3287: result: yes configure:4049: checking for gcc configure:4065: found /usr/bin/gcc configure:4076: result: gcc configure:4305: checking for C compiler version configure:4314: gcc --version >&5 gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Copyright (C) 2011 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:4325: $? = 0 configure:4314: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --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.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) configure:4325: $? = 0 configure:4314: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:4325: $? = 4 configure:4314: gcc -qversion >&5 gcc: error: unrecognized option '-qversion' gcc: fatal error: no input files compilation terminated. configure:4325: $? = 4 configure:4345: checking for C compiler default output file name configure:4367: gcc conftest.c >&5 configure:4371: $? = 0 configure:4408: result: a.out configure:4424: checking whether the C compiler works configure:4433: ./a.out configure:4437: $? = 0 configure:4452: result: yes configure:4459: checking whether we are cross compiling configure:4461: result: no configure:4464: checking for suffix of executables configure:4471: gcc -o conftest conftest.c >&5 configure:4475: $? = 0 configure:4497: result: configure:4503: checking for suffix of object files configure:4525: gcc -c conftest.c >&5 configure:4529: $? = 0 configure:4550: result: o configure:4554: checking whether we are using the GNU C compiler configure:4573: gcc -c conftest.c >&5 configure:4573: $? = 0 configure:4582: result: yes configure:4591: checking whether gcc accepts -g configure:4611: gcc -c -g conftest.c >&5 configure:4611: $? = 0 configure:4652: result: yes configure:4669: checking for gcc option to accept ISO C89 configure:4733: gcc -c -g -O2 conftest.c >&5 configure:4733: $? = 0 configure:4746: result: none needed configure:4824: checking for g++ configure:4840: found /usr/bin/g++ configure:4851: result: g++ configure:4878: checking for C++ compiler version configure:4887: g++ --version >&5 g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Copyright (C) 2011 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:4898: $? = 0 configure:4887: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --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.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) configure:4898: $? = 0 configure:4887: g++ -V >&5 g++: error: unrecognized option '-V' g++: fatal error: no input files compilation terminated. configure:4898: $? = 4 configure:4887: g++ -qversion >&5 g++: error: unrecognized option '-qversion' g++: fatal error: no input files compilation terminated. configure:4898: $? = 4 configure:4902: checking whether we are using the GNU C++ compiler configure:4921: g++ -c conftest.cpp >&5 configure:4921: $? = 0 configure:4930: result: yes configure:4939: checking whether g++ accepts -g configure:4959: g++ -c -g conftest.cpp >&5 configure:4959: $? = 0 configure:5000: result: yes configure:5049: checking whether g++ accepts -static-libstdc++ -static-libgcc configure:5066: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5 configure:5066: $? = 0 configure:5067: result: yes configure:5131: checking for gnatbind configure:5147: found /usr/bin/gnatbind configure:5158: result: gnatbind configure:5223: checking for gnatmake configure:5239: found /usr/bin/gnatmake configure:5250: result: gnatmake configure:5272: checking whether compiler driver understands Ada configure:5295: result: yes configure:5304: checking how to compare bootstrapped objects configure:5329: result: cmp --ignore-initial=16 $$f1 $$f2 configure:5383: checking for objdir configure:5398: result: .libs configure:5947: WARNING: using in-tree ISL, disabling version check configure:6948: checking for default BUILD_CONFIG configure:6980: result: bootstrap-debug configure:6985: checking for --enable-vtable-verify configure:6998: result: no configure:7589: checking for bison configure:7605: found /usr/bin/bison configure:7616: result: bison -y configure:7636: checking for bison configure:7652: found /usr/bin/bison configure:7663: result: bison configure:7683: checking for gm4 configure:7713: result: no configure:7683: checking for gnum4 configure:7713: result: no configure:7683: checking for m4 configure:7699: found /usr/bin/m4 configure:7710: result: m4 configure:7730: checking for flex configure:7746: found /usr/bin/flex configure:7757: result: flex configure:7778: checking for flex configure:7794: found /usr/bin/flex configure:7805: result: flex configure:7825: checking for makeinfo configure:7841: found /usr/bin/makeinfo configure:7852: result: makeinfo configure:7886: checking for expect configure:7902: found /usr/bin/expect configure:7913: result: expect configure:7935: checking for runtest configure:7951: found /usr/bin/runtest configure:7962: result: runtest configure:8080: checking for ar configure:8096: found /usr/bin/ar configure:8107: result: ar configure:8221: checking for as configure:8237: found /usr/bin/as configure:8248: result: as configure:8362: checking for dlltool configure:8392: result: no configure:8503: checking for ld configure:8519: found /usr/bin/ld configure:8530: result: ld configure:8644: checking for lipo configure:8674: result: no configure:8785: checking for nm configure:8801: found /usr/bin/nm configure:8812: result: nm configure:8926: checking for ranlib configure:8942: found /usr/bin/ranlib configure:8953: result: ranlib configure:9062: checking for strip configure:9078: found /usr/bin/strip configure:9089: result: strip configure:9198: checking for windres configure:9228: result: no configure:9339: checking for windmc configure:9369: result: no configure:9480: checking for objcopy configure:9496: found /usr/bin/objcopy configure:9507: result: objcopy configure:9621: checking for objdump configure:9637: found /usr/bin/objdump configure:9648: result: objdump configure:9762: checking for readelf configure:9778: found /usr/bin/readelf configure:9789: result: readelf configure:9942: checking for cc configure:9958: found /usr/bin/cc configure:9969: result: cc configure:10103: checking for c++ configure:10119: found /usr/bin/c++ configure:10130: result: c++ configure:10264: checking for gcc configure:10280: found /usr/bin/gcc configure:10291: result: gcc configure:10420: checking for gcj configure:10450: result: no configure:10581: checking for gfortran configure:10611: result: no configure:10742: checking for gccgo configure:10772: result: no configure:10833: checking for ar configure:10866: result: no configure:10983: checking for ar configure:10999: found /usr/bin/ar configure:11010: result: ar configure:11063: checking for as configure:11096: result: no configure:11213: checking for as configure:11229: found /usr/bin/as configure:11240: result: as configure:11293: checking for dlltool configure:11326: result: no configure:11443: checking for dlltool configure:11473: result: no configure:11523: checking for ld configure:11556: result: no configure:11673: checking for ld configure:11689: found /usr/bin/ld configure:11700: result: ld configure:11753: checking for lipo configure:11786: result: no configure:11903: checking for lipo configure:11933: result: no configure:11983: checking for nm configure:12016: result: no configure:12133: checking for nm configure:12149: found /usr/bin/nm configure:12160: result: nm configure:12213: checking for objcopy configure:12246: result: no configure:12363: checking for objcopy configure:12379: found /usr/bin/objcopy configure:12390: result: objcopy configure:12443: checking for objdump configure:12476: result: no configure:12593: checking for objdump configure:12609: found /usr/bin/objdump configure:12620: result: objdump configure:12673: checking for ranlib configure:12706: result: no configure:12823: checking for ranlib configure:12839: found /usr/bin/ranlib configure:12850: result: ranlib configure:12903: checking for readelf configure:12936: result: no configure:13053: checking for readelf configure:13069: found /usr/bin/readelf configure:13080: result: readelf configure:13133: checking for strip configure:13166: result: no configure:13283: checking for strip configure:13299: found /usr/bin/strip configure:13310: result: strip configure:13363: checking for windres configure:13396: result: no configure:13513: checking for windres configure:13543: result: no configure:13593: checking for windmc configure:13626: result: no configure:13743: checking for windmc configure:13773: result: no configure:13801: checking where to find the target ar configure:13834: result: host tool configure:13843: checking where to find the target as configure:13876: result: host tool configure:13885: checking where to find the target cc configure:13908: result: just compiled configure:13927: checking where to find the target c++ configure:13953: result: just compiled configure:13972: checking where to find the target c++ for libstdc++ configure:13998: result: just compiled configure:14017: checking where to find the target dlltool configure:14050: result: host tool configure:14059: checking where to find the target gcc configure:14082: result: just compiled configure:14101: checking where to find the target gcj configure:14127: result: just compiled configure:14146: checking where to find the target gfortran configure:14172: result: just compiled configure:14191: checking where to find the target gccgo configure:14217: result: just compiled configure:14236: checking where to find the target ld configure:14269: result: host tool configure:14278: checking where to find the target lipo configure:14300: result: host tool configure:14309: checking where to find the target nm configure:14342: result: host tool configure:14351: checking where to find the target objcopy configure:14384: result: host tool configure:14393: checking where to find the target objdump configure:14426: result: host tool configure:14435: checking where to find the target ranlib configure:14468: result: host tool configure:14477: checking where to find the target readelf configure:14510: result: host tool configure:14519: checking where to find the target strip configure:14552: result: host tool configure:14561: checking where to find the target windres configure:14594: result: host tool configure:14603: checking where to find the target windmc configure:14636: result: host tool configure:14673: checking whether to enable maintainer-specific portions of Makefiles configure:14682: result: no configure:14903: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.64. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on tcwg-ex40-01 config.status:1056: creating Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes 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_CCC_set= ac_cv_env_CCC_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_GOC_FOR_TARGET_set= ac_cv_env_GOC_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_LIBS_set= ac_cv_env_LIBS_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_FOR_TARGET_set= ac_cv_env_OBJCOPY_FOR_TARGET_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_READELF_FOR_TARGET_set= ac_cv_env_READELF_FOR_TARGET_value= ac_cv_env_READELF_set= ac_cv_env_READELF_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_build_configargs_set= ac_cv_env_build_configargs_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_host_configargs_set= ac_cv_env_host_configargs_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_env_target_configargs_set= ac_cv_env_target_configargs_value= ac_cv_host=x86_64-unknown-linux-gnu ac_cv_objext=o ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AR=ar ac_cv_prog_AR_FOR_TARGET=ar ac_cv_prog_AS=as ac_cv_prog_AS_FOR_TARGET=as ac_cv_prog_AWK=gawk ac_cv_prog_BISON=bison ac_cv_prog_CC_FOR_TARGET=cc ac_cv_prog_CXX_FOR_TARGET=c++ ac_cv_prog_EXPECT=expect ac_cv_prog_FLEX=flex ac_cv_prog_GCC_FOR_TARGET=gcc ac_cv_prog_LD=ld ac_cv_prog_LD_FOR_TARGET=ld ac_cv_prog_LEX=flex ac_cv_prog_M4=m4 ac_cv_prog_MAKEINFO=makeinfo ac_cv_prog_NM=nm ac_cv_prog_NM_FOR_TARGET=nm ac_cv_prog_OBJCOPY=objcopy ac_cv_prog_OBJCOPY_FOR_TARGET=objcopy ac_cv_prog_OBJDUMP=objdump ac_cv_prog_OBJDUMP_FOR_TARGET=objdump ac_cv_prog_RANLIB=ranlib ac_cv_prog_RANLIB_FOR_TARGET=ranlib ac_cv_prog_READELF=readelf ac_cv_prog_READELF_FOR_TARGET=readelf ac_cv_prog_RUNTEST=runtest ac_cv_prog_STRIP=strip ac_cv_prog_STRIP_FOR_TARGET=strip ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_GNATBIND=gnatbind ac_cv_prog_ac_ct_GNATMAKE=gnatmake ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_target=x86_64-unknown-linux-gnu acx_cv_cc_gcc_supports_ada=yes acx_cv_prog_LN=ln gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2' gcc_cv_tool_dirs=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/5.0.0:/usr/local/libexec/gcc/x86_64-unknown-linux-gnu:/usr/lib/gcc/x86_64-unknown-linux-gnu/5.0.0:/usr/lib/gcc/x86_64-unknown-linux-gnu:/usr/local/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu/5.0.0:/usr/local/x86_64-unknown-linux-gnu/bin: gcc_cv_tool_prefix=/usr/local lt_cv_objdir=.libs ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AR_FOR_BUILD='$(AR)' AR_FOR_TARGET='$(AR)' AS='as' AS_FOR_BUILD='$(AS)' AS_FOR_TARGET='$(AS)' AWK='gawk' BISON='bison' BUILD_CONFIG='bootstrap-debug' 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' CFLAGS_FOR_TARGET='-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='-g -O2' CXXFLAGS_FOR_BUILD='-g -O2' CXXFLAGS_FOR_TARGET='-g -O2' CXX_FOR_BUILD='$(CXX)' CXX_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xg++ -B$$r/$(HOST_SUBDIR)/gcc/ -nostdinc++ `if test -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags; then $(SHELL) $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_flags --build-includes; else echo -funconfigured-libstdc++-v3 ; fi` -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs' DEBUG_PREFIX_CFLAGS_FOR_TARGET='' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"' DLLTOOL='dlltool' DLLTOOL_FOR_BUILD='$(DLLTOOL)' DLLTOOL_FOR_TARGET='$(DLLTOOL)' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' EXPECT='expect' EXTRA_CONFIGARGS_LIBJAVA='--disable-static' FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include' FLEX='flex' GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/' GCC_SHLIB_SUBDIR='' 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='gnatbind' GNATMAKE='gnatmake' GOC_FOR_BUILD='$(GOC)' GOC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gccgo -B$$r/$(HOST_SUBDIR)/gcc/' INSTALL_DATA='${INSTALL} -m 644' INSTALL_GDB_TK='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LD='ld' LDFLAGS='' LDFLAGS_FOR_BUILD='' LDFLAGS_FOR_TARGET='' LD_FOR_BUILD='$(LD)' LD_FOR_TARGET='$(LD)' LEX='flex' LIBOBJS='' LIBS='' LIPO='lipo' LIPO_FOR_TARGET='$(LIPO)' LN='ln' LN_S='ln -s' LTLIBOBJS='' M4='m4' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='makeinfo' NM='nm' NM_FOR_BUILD='$(NM)' NM_FOR_TARGET='$(NM)' OBJCOPY='objcopy' OBJCOPY_FOR_TARGET='$(OBJCOPY)' OBJDUMP='objdump' OBJDUMP_FOR_TARGET='$(OBJDUMP)' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' RANLIB_FOR_BUILD='$(RANLIB)' RANLIB_FOR_TARGET='$(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 -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/libsupc++/.libs' READELF='readelf' READELF_FOR_TARGET='$(READELF)' RPATH_ENVVAR='LD_LIBRARY_PATH' RUNTEST='runtest' SED='/bin/sed' SHELL='/bin/bash' STRIP='strip' STRIP_FOR_TARGET='$(STRIP)' SYSROOT_CFLAGS_FOR_TARGET='' TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc/configure --enable-languages=all,go,ada,jit --enable-host-shared' WINDMC='windmc' WINDMC_FOR_BUILD='$(WINDMC)' WINDMC_FOR_TARGET='$(WINDMC)' WINDRES='windres' WINDRES_FOR_BUILD='$(WINDRES)' WINDRES_FOR_TARGET='$(WINDRES)' YACC='bison -y' ac_ct_CC='gcc' ac_ct_CXX='g++' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_configargs=' --cache-file=./config.cache '\''--enable-host-shared'\'' '\''--enable-languages=c,ada,c++,fortran,go,java,jit,lto,objc'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking' build_configdirs=' libiberty libcpp 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}/x86_64-unknown-linux-gnu' build_vendor='unknown' compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*' configdirs=' intl libiberty zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl fixincludes gcc gnattools libcc1 gotools lto-plugin' datadir='${datarootdir}' datarootdir='${prefix}/share' do_compare='cmp --ignore-initial=16 $$f1 $$f2' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' extra_host_libiberty_configure_flags='--enable-shared' extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp' extra_liboffloadmic_configure_flags='' extra_linker_plugin_configure_flags='' extra_linker_plugin_flags='' extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs' extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/.libs' extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs' gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr -I$$s/mpc/src ' gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp' host='x86_64-unknown-linux-gnu' host_alias='' host_configargs=' --cache-file=./config.cache '\''--enable-host-shared'\'' '\''--enable-languages=c,ada,c++,fortran,go,java,jit,lto,objc'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking' host_cpu='x86_64' host_noncanonical='x86_64-unknown-linux-gnu' host_os='linux-gnu' host_shared='yes' host_subdir='.' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include' isllibs='-L$$r/$(HOST_SUBDIR)/isl/.libs -lisl' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' poststage1_ldflags='-static-libstdc++ -static-libgcc' poststage1_libs='' prefix='/usr/local' program_transform_name='s,y,y,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' stage1_cflags='-g' stage1_checking='--enable-checking=yes,types' stage1_languages='c,ada,c++,lto' stage1_ldflags='-static-libstdc++ -static-libgcc' stage1_libs='' stage2_werror_flag='--enable-werror-always' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_configargs='--cache-file=./config.cache --enable-multilib '\''--enable-host-shared'\'' '\''--enable-languages=c,ada,c++,fortran,go,java,jit,lto,objc'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking' target_configdirs=' libgcc libbacktrace libgomp libcilkrts libatomic libitm libstdc++-v3 libsanitizer libvtv libssp libquadmath libgfortran boehm-gc libffi zlib libjava libobjc libada libgo' target_cpu='x86_64' target_noncanonical='x86_64-unknown-linux-gnu' target_os='linux-gnu' target_subdir='x86_64-unknown-linux-gnu' target_vendor='unknown' tooldir='${exec_prefix}/x86_64-unknown-linux-gnu' ## ------------------- ## ## File substitutions. ## ## ------------------- ## alphaieee_frag='/dev/null' host_makefile_frag='/dev/null' ospace_frag='/dev/null' serialization_dependencies='serdep.tmp' target_makefile_frag='../gcc/config/mt-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define LT_OBJDIR ".libs/" configure: exit 0