Hi, I was trying to build GCC and "make all" is failing. Please find the config.log below and kindly help me to rectify this issue.
Thanks and Regards, Aj 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.69. Invocation command line was $ ../gcc-9.2.0/configure --target=powerpc-eabi --prefix=/usr/local/powerpc-eabi --with-newlib --with-gnu-as --with-gnu-ld --disable-shared --disable-libssp ## --------- ## ## Platform. ## ## --------- ## hostname = Ubuntu-18-04 uname -m = x86_64 uname -r = 4.15.0-66-generic uname -s = Linux uname -v = #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 /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/powerpc-eabi/bin PATH: /home/ajupazhamayil/.local/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: /snap/bin PATH: /snap/bin PATH: /var/lib/snapd/snap/bin PATH: /mnt/films/riscvInstall/bin PATH: /mnt/films/riscvInstall/riscv64-unknown-elf/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2352: checking build system type configure:2366: result: x86_64-pc-linux-gnu configure:2413: checking host system type configure:2426: result: x86_64-pc-linux-gnu configure:2446: checking target system type configure:2459: result: powerpc-unknown-eabi configure:2513: checking for a BSD-compatible install configure:2581: result: /usr/bin/install -c configure:2592: checking whether ln works configure:2614: result: yes configure:2618: checking whether ln -s works configure:2622: result: yes configure:2629: checking for a sed that does not truncate output configure:2693: result: /bin/sed configure:2702: checking for gawk configure:2718: found /usr/bin/gawk configure:2729: result: gawk configure:3223: checking for libatomic support configure:3229: result: no configure:3261: checking for libitm support configure:3267: result: no configure:3280: checking for libsanitizer support configure:3286: result: no configure:3299: checking for libvtv support configure:3305: result: no configure:3319: checking for libhsail-rt support configure:3325: result: no configure:3410: checking for libphobos support configure:3416: result: no configure:4080: checking for gcc configure:4096: found /usr/bin/gcc configure:4107: result: gcc configure:4336: checking for C compiler version configure:4345: gcc --version >&5 gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 Copyright (C) 2017 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:4356: $? = 0 configure:4345: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) configure:4356: $? = 0 configure:4345: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:4356: $? = 1 configure:4345: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:4356: $? = 1 configure:4376: checking whether the C compiler works configure:4398: gcc conftest.c >&5 configure:4402: $? = 0 configure:4450: result: yes configure:4453: checking for C compiler default output file name configure:4455: result: a.out configure:4461: checking for suffix of executables configure:4468: gcc -o conftest conftest.c >&5 configure:4472: $? = 0 configure:4494: result: configure:4516: checking whether we are cross compiling configure:4524: gcc -o conftest conftest.c >&5 configure:4528: $? = 0 configure:4535: ./conftest configure:4539: $? = 0 configure:4554: result: no configure:4559: checking for suffix of object files configure:4581: gcc -c conftest.c >&5 configure:4585: $? = 0 configure:4606: result: o configure:4610: checking whether we are using the GNU C compiler configure:4629: gcc -c conftest.c >&5 configure:4629: $? = 0 configure:4638: result: yes configure:4647: checking whether gcc accepts -g configure:4667: gcc -c -g conftest.c >&5 configure:4667: $? = 0 configure:4708: result: yes configure:4725: checking for gcc option to accept ISO C89 configure:4788: gcc -c -g -O2 conftest.c >&5 configure:4788: $? = 0 configure:4801: result: none needed configure:4879: checking for g++ configure:4895: found /usr/bin/g++ configure:4906: result: g++ configure:4933: checking for C++ compiler version configure:4942: g++ --version >&5 g++ (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0 Copyright (C) 2017 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:4953: $? = 0 configure:4942: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04.1' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1) configure:4953: $? = 0 configure:4942: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:4953: $? = 1 configure:4942: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. configure:4953: $? = 1 configure:4957: checking whether we are using the GNU C++ compiler configure:4976: g++ -c conftest.cpp >&5 configure:4976: $? = 0 configure:4985: result: yes configure:4994: checking whether g++ accepts -g configure:5014: g++ -c -g conftest.cpp >&5 configure:5014: $? = 0 configure:5055: result: yes configure:5104: checking whether g++ accepts -static-libstdc++ -static-libgcc configure:5121: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5 configure:5121: $? = 0 configure:5122: result: yes configure:5186: checking for gnatbind configure:5216: result: no configure:5278: checking for gnatmake configure:5308: result: no configure:5327: checking whether compiler driver understands Ada configure:5350: result: no configure:5359: checking how to compare bootstrapped objects configure:5384: result: cmp --ignore-initial=16 $$f1 $$f2 configure:5444: checking for objdir configure:5459: result: .libs configure:5630: checking for the correct version of gmp.h configure:5650: gcc -c -g -O2 conftest.c >&5 configure:5650: $? = 0 configure:5668: gcc -c -g -O2 conftest.c >&5 configure:5668: $? = 0 configure:5669: result: yes configure:5685: checking for the correct version of mpfr.h configure:5703: gcc -c -g -O2 conftest.c >&5 configure:5703: $? = 0 configure:5720: gcc -c -g -O2 conftest.c >&5 configure:5720: $? = 0 configure:5721: result: yes configure:5738: checking for the correct version of mpc.h configure:5755: gcc -c -g -O2 conftest.c >&5 configure:5755: $? = 0 configure:5771: gcc -c -g -O2 conftest.c >&5 configure:5771: $? = 0 configure:5772: result: yes configure:5790: checking for the correct version of the gmp/mpfr/mpc libraries configure:5821: gcc -o conftest -g -O2 conftest.c -lmpc -lmpfr -lgmp >&5 configure:5821: $? = 0 configure:5822: result: yes configure:6007: checking for isl 0.15 or later configure:6020: gcc -o conftest -g -O2 -lisl -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5 conftest.c:10:10: fatal error: isl/schedule.h: No such file or directory #include <isl/schedule.h> ^~~~~~~~~~~~~~~~ compilation terminated. configure:6020: $? = 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 LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include <isl/schedule.h> | int | main () | { | isl_options_set_schedule_serialize_sccs (NULL, 0); | ; | return 0; | } configure:6027: result: no configure:6031: result: required isl version is 0.15 or later configure:7124: checking for default BUILD_CONFIG configure:7156: result: configure:7161: checking for --enable-vtable-verify configure:7174: result: no configure:7775: checking for bison configure:7791: found /usr/bin/bison configure:7802: result: bison -y configure:7822: checking for bison configure:7838: found /usr/bin/bison configure:7849: result: bison configure:7869: checking for gm4 configure:7899: result: no configure:7869: checking for gnum4 configure:7899: result: no configure:7869: checking for m4 configure:7885: found /usr/bin/m4 configure:7896: result: m4 configure:7916: checking for flex configure:7932: found /usr/bin/flex configure:7943: result: flex configure:7964: checking for flex configure:7980: found /usr/bin/flex configure:7991: result: flex configure:8011: checking for makeinfo configure:8027: found /usr/bin/makeinfo configure:8038: result: makeinfo configure:8072: checking for expect configure:8102: result: no configure:8121: checking for runtest configure:8151: result: no configure:8266: checking for ar configure:8282: found /usr/bin/ar configure:8293: result: ar configure:8407: checking for as configure:8423: found /usr/bin/as configure:8434: result: as configure:8548: checking for dlltool configure:8578: result: no configure:8689: checking for ld configure:8705: found /usr/bin/ld configure:8716: result: ld configure:8830: checking for lipo configure:8860: result: no configure:8971: checking for nm configure:8987: found /usr/bin/nm configure:8998: result: nm configure:9112: checking for ranlib configure:9128: found /usr/bin/ranlib configure:9139: result: ranlib configure:9248: checking for strip configure:9264: found /usr/bin/strip configure:9275: result: strip configure:9384: checking for windres configure:9414: result: no configure:9525: checking for windmc configure:9555: result: no configure:9666: checking for objcopy configure:9682: found /usr/bin/objcopy configure:9693: result: objcopy configure:9807: checking for objdump configure:9823: found /usr/bin/objdump configure:9834: result: objdump configure:9948: checking for otool configure:9978: result: no configure:10089: checking for readelf configure:10105: found /usr/bin/readelf configure:10116: result: readelf configure:10230: checking for powerpc-eabi-cc configure:10260: result: no configure:10230: checking for powerpc-eabi-gcc configure:10246: found /usr/local/powerpc-eabi/bin/powerpc-eabi-gcc configure:10257: result: powerpc-eabi-gcc configure:10391: checking for powerpc-eabi-c++ configure:10407: found /usr/local/powerpc-eabi/bin/powerpc-eabi-c++ configure:10418: result: powerpc-eabi-c++ configure:10552: checking for powerpc-eabi-gcc configure:10568: found /usr/local/powerpc-eabi/bin/powerpc-eabi-gcc configure:10579: result: powerpc-eabi-gcc configure:10708: checking for powerpc-eabi-gfortran configure:10724: found /usr/local/powerpc-eabi/bin/powerpc-eabi-gfortran configure:10735: result: powerpc-eabi-gfortran configure:10869: checking for powerpc-eabi-gccgo configure:10899: result: no configure:11030: checking for powerpc-eabi-gdc configure:11060: result: no configure:11160: checking for ar configure:11178: found /usr/local/powerpc-eabi/powerpc-eabi/bin/ar configure:11190: result: /usr/local/powerpc-eabi/powerpc-eabi/bin/ar configure:11390: checking for as configure:11408: found /usr/local/powerpc-eabi/powerpc-eabi/bin/as configure:11420: result: /usr/local/powerpc-eabi/powerpc-eabi/bin/as configure:11620: checking for dlltool configure:11653: result: no configure:11731: checking for powerpc-eabi-dlltool configure:11761: result: no configure:11850: checking for ld configure:11868: found /usr/local/powerpc-eabi/powerpc-eabi/bin/ld configure:11880: result: /usr/local/powerpc-eabi/powerpc-eabi/bin/ld configure:12080: checking for lipo configure:12113: result: no configure:12191: checking for powerpc-eabi-lipo configure:12221: result: no configure:12310: checking for nm configure:12328: found /usr/local/powerpc-eabi/powerpc-eabi/bin/nm configure:12340: result: /usr/local/powerpc-eabi/powerpc-eabi/bin/nm configure:12540: checking for objcopy configure:12558: found /usr/local/powerpc-eabi/powerpc-eabi/bin/objcopy configure:12570: result: /usr/local/powerpc-eabi/powerpc-eabi/bin/objcopy configure:12770: checking for objdump configure:12788: found /usr/local/powerpc-eabi/powerpc-eabi/bin/objdump configure:12800: result: /usr/local/powerpc-eabi/powerpc-eabi/bin/objdump configure:13000: checking for otool configure:13033: result: no configure:13111: checking for powerpc-eabi-otool configure:13141: result: no configure:13230: checking for ranlib configure:13248: found /usr/local/powerpc-eabi/powerpc-eabi/bin/ranlib configure:13260: result: /usr/local/powerpc-eabi/powerpc-eabi/bin/ranlib configure:13460: checking for readelf configure:13478: found /usr/local/powerpc-eabi/powerpc-eabi/bin/readelf configure:13490: result: /usr/local/powerpc-eabi/powerpc-eabi/bin/readelf configure:13690: checking for strip configure:13708: found /usr/local/powerpc-eabi/powerpc-eabi/bin/strip configure:13720: result: /usr/local/powerpc-eabi/powerpc-eabi/bin/strip configure:13920: checking for windres configure:13953: result: no configure:14031: checking for powerpc-eabi-windres configure:14061: result: no configure:14150: checking for windmc configure:14183: result: no configure:14261: checking for powerpc-eabi-windmc configure:14291: result: no configure:14358: checking where to find the target ar configure:14386: result: pre-installed in /usr/local/powerpc-eabi/powerpc-eabi/bin configure:14400: checking where to find the target as configure:14428: result: pre-installed in /usr/local/powerpc-eabi/powerpc-eabi/bin configure:14442: checking where to find the target cc configure:14465: result: just compiled configure:14484: checking where to find the target c++ configure:14510: result: just compiled configure:14529: checking where to find the target c++ for libstdc++ configure:14555: result: just compiled configure:14574: checking where to find the target dlltool configure:14611: result: pre-installed configure:14616: checking where to find the target gcc configure:14639: result: just compiled configure:14658: checking where to find the target gfortran configure:14684: result: just compiled configure:14703: checking where to find the target gccgo configure:14743: result: pre-installed configure:14748: checking where to find the target gdc configure:14788: result: pre-installed configure:14793: checking where to find the target ld configure:14821: result: pre-installed in /usr/local/powerpc-eabi/powerpc-eabi/bin configure:14835: checking where to find the target lipo configure:14861: result: pre-installed configure:14866: checking where to find the target nm configure:14894: result: pre-installed in /usr/local/powerpc-eabi/powerpc-eabi/bin configure:14908: checking where to find the target objcopy configure:14936: result: pre-installed in /usr/local/powerpc-eabi/powerpc-eabi/bin configure:14950: checking where to find the target objdump configure:14978: result: pre-installed in /usr/local/powerpc-eabi/powerpc-eabi/bin configure:14992: checking where to find the target otool configure:15018: result: pre-installed configure:15023: checking where to find the target ranlib configure:15051: result: pre-installed in /usr/local/powerpc-eabi/powerpc-eabi/bin configure:15065: checking where to find the target readelf configure:15093: result: pre-installed in /usr/local/powerpc-eabi/powerpc-eabi/bin configure:15107: checking where to find the target strip configure:15135: result: pre-installed in /usr/local/powerpc-eabi/powerpc-eabi/bin configure:15149: checking where to find the target windres configure:15186: result: pre-installed configure:15191: checking where to find the target windmc configure:15228: result: pre-installed configure:15261: checking whether to enable maintainer-specific portions of Makefiles configure:15270: result: no configure:15513: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Ubuntu-18-04 config.status:1025: creating Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-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_GDC_FOR_TARGET_set= ac_cv_env_GDC_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_OTOOL_FOR_TARGET_set= ac_cv_env_OTOOL_FOR_TARGET_value= ac_cv_env_OTOOL_set= ac_cv_env_OTOOL_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=set ac_cv_env_target_alias_value=powerpc-eabi ac_cv_env_target_configargs_set= ac_cv_env_target_configargs_value= ac_cv_host=x86_64-pc-linux-gnu ac_cv_objext=o ac_cv_path_AR_FOR_TARGET=/usr/local/powerpc-eabi/powerpc-eabi/bin/ar ac_cv_path_AS_FOR_TARGET=/usr/local/powerpc-eabi/powerpc-eabi/bin/as ac_cv_path_LD_FOR_TARGET=/usr/local/powerpc-eabi/powerpc-eabi/bin/ld ac_cv_path_NM_FOR_TARGET=/usr/local/powerpc-eabi/powerpc-eabi/bin/nm ac_cv_path_OBJCOPY_FOR_TARGET=/usr/local/powerpc-eabi/powerpc-eabi/bin/objcopy ac_cv_path_OBJDUMP_FOR_TARGET=/usr/local/powerpc-eabi/powerpc-eabi/bin/objdump ac_cv_path_RANLIB_FOR_TARGET=/usr/local/powerpc-eabi/powerpc-eabi/bin/ranlib ac_cv_path_READELF_FOR_TARGET=/usr/local/powerpc-eabi/powerpc-eabi/bin/readelf ac_cv_path_SED=/bin/sed ac_cv_path_STRIP_FOR_TARGET=/usr/local/powerpc-eabi/powerpc-eabi/bin/strip ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AR=ar ac_cv_prog_AS=as ac_cv_prog_AWK=gawk ac_cv_prog_BISON=bison ac_cv_prog_CC_FOR_TARGET=powerpc-eabi-gcc ac_cv_prog_CXX_FOR_TARGET=powerpc-eabi-c++ ac_cv_prog_FLEX=flex ac_cv_prog_GCC_FOR_TARGET=powerpc-eabi-gcc ac_cv_prog_GFORTRAN_FOR_TARGET=powerpc-eabi-gfortran ac_cv_prog_LD=ld ac_cv_prog_LEX=flex ac_cv_prog_M4=m4 ac_cv_prog_MAKEINFO=makeinfo ac_cv_prog_NM=nm ac_cv_prog_OBJCOPY=objcopy ac_cv_prog_OBJDUMP=objdump ac_cv_prog_RANLIB=ranlib ac_cv_prog_READELF=readelf ac_cv_prog_STRIP=strip ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_target=powerpc-unknown-eabi acx_cv_cc_gcc_supports_ada=no acx_cv_prog_LN=ln gcc_cv_isl=no gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2' gcc_cv_tool_dirs=/usr/local/powerpc-eabi/libexec/gcc/powerpc-eabi/9.2.0:/usr/local/powerpc-eabi/libexec/gcc/powerpc-eabi:/usr/lib/gcc/powerpc-eabi/9.2.0:/usr/lib/gcc/powerpc-eabi:/usr/local/powerpc-eabi/powerpc-eabi/bin/powerpc-eabi/9.2.0:/usr/local/powerpc-eabi/powerpc-eabi/bin: gcc_cv_tool_prefix=/usr/local/powerpc-eabi lt_cv_objdir=.libs ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AR_FOR_BUILD='$(AR)' AR_FOR_TARGET='/usr/local/powerpc-eabi/powerpc-eabi/bin/ar' AS='as' AS_FOR_BUILD='$(AS)' AS_FOR_TARGET='/usr/local/powerpc-eabi/powerpc-eabi/bin/as' AWK='gawk' BISON='bison' BUILD_CONFIG='' 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='powerpc-eabi-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='flex' GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/' GCC_SHLIB_SUBDIR='' GDB_TK='' GDC_FOR_BUILD='$(GDC)' GDC_FOR_TARGET='powerpc-eabi-gdc' GFORTRAN_FOR_BUILD='$(GFORTRAN)' GFORTRAN_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/gfortran -B$$r/$(HOST_SUBDIR)/gcc/' GNATBIND='no' GNATMAKE='no' GOC_FOR_BUILD='$(GOC)' GOC_FOR_TARGET='powerpc-eabi-gccgo' 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='/usr/local/powerpc-eabi/powerpc-eabi/bin/ld' LEX='flex' LIBOBJS='' LIBS='' LIPO='lipo' LIPO_FOR_TARGET='powerpc-eabi-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='/usr/local/powerpc-eabi/powerpc-eabi/bin/nm' OBJCOPY='objcopy' OBJCOPY_FOR_TARGET='/usr/local/powerpc-eabi/powerpc-eabi/bin/objcopy' OBJDUMP='objdump' OBJDUMP_FOR_TARGET='/usr/local/powerpc-eabi/powerpc-eabi/bin/objdump' OBJEXT='o' OTOOL='otool' OTOOL_FOR_TARGET='powerpc-eabi-otool' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' RANLIB_FOR_BUILD='$(RANLIB)' RANLIB_FOR_TARGET='/usr/local/powerpc-eabi/powerpc-eabi/bin/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='/usr/local/powerpc-eabi/powerpc-eabi/bin/readelf' RPATH_ENVVAR='LD_LIBRARY_PATH' RUNTEST='runtest' SED='/bin/sed' SHELL='/bin/bash' STRIP='strip' STRIP_FOR_TARGET='/usr/local/powerpc-eabi/powerpc-eabi/bin/strip' SYSROOT_CFLAGS_FOR_TARGET='' TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-9.2.0/configure --target=powerpc-eabi --prefix=/usr/local/powerpc-eabi --with-newlib --with-gnu-as --with-gnu-ld --disable-shared --disable-libssp' WINDMC='windmc' WINDMC_FOR_BUILD='$(WINDMC)' WINDMC_FOR_TARGET='powerpc-eabi-windmc' WINDRES='windres' WINDRES_FOR_BUILD='$(WINDRES)' WINDRES_FOR_TARGET='powerpc-eabi-windres' YACC='bison -y' ac_ct_CC='gcc' ac_ct_CXX='g++' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_configargs=' --cache-file=./config.cache '\''--prefix=/usr/local/powerpc-eabi'\'' '\''--with-newlib'\'' '\''--with-gnu-as'\'' '\''--with-gnu-ld'\'' '\''--disable-shared'\'' '\''--disable-libssp'\'' '\''--enable-languages=c,c++,fortran,lto,objc'\'' --program-transform-name='\''s&^&powerpc-eabi-&'\'' --disable-option-checking' build_configdirs=' libiberty libcpp fixincludes' build_cpu='x86_64' build_libsubdir='build-x86_64-pc-linux-gnu' build_noncanonical='x86_64-pc-linux-gnu' build_os='linux-gnu' build_subdir='build-x86_64-pc-linux-gnu' build_tooldir='${exec_prefix}/powerpc-eabi' build_vendor='pc' compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*' configdirs=' intl libiberty zlib libbacktrace libcpp libdecnumber fixincludes gcc libcc1 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_host_zlib_configure_flags='' extra_isl_gmp_configure_flags='' extra_liboffloadmic_configure_flags='' extra_linker_plugin_configure_flags='' extra_linker_plugin_flags='' extra_mpc_gmp_configure_flags='' extra_mpc_mpfr_configure_flags='' extra_mpfr_configure_flags='' get_gcc_base_ver='cat' gmpinc='' gmplibs='-lmpc -lmpfr -lgmp' host='x86_64-pc-linux-gnu' host_alias='' host_configargs=' --cache-file=./config.cache '\''--prefix=/usr/local/powerpc-eabi'\'' '\''--with-newlib'\'' '\''--with-gnu-as'\'' '\''--with-gnu-ld'\'' '\''--disable-shared'\'' '\''--disable-libssp'\'' '\''--enable-languages=c,c++,fortran,lto,objc'\'' --program-transform-name='\''s&^&powerpc-eabi-&'\'' --disable-option-checking' host_cpu='x86_64' host_noncanonical='x86_64-pc-linux-gnu' host_os='linux-gnu' host_shared='no' host_subdir='.' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' islinc='' isllibs='' 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/powerpc-eabi' program_transform_name='s&^&powerpc-eabi-&' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' stage1_cflags='-g' stage1_checking='--enable-checking=yes,types' stage1_languages='c,c++,lto' stage1_ldflags='-static-libstdc++ -static-libgcc' stage1_libs='' stage2_werror_flag='' sysconfdir='${prefix}/etc' target='powerpc-unknown-eabi' target_alias='powerpc-eabi' target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=x86_64-pc-linux-gnu '\''--prefix=/usr/local/powerpc-eabi'\'' '\''--with-newlib'\'' '\''--with-gnu-as'\'' '\''--with-gnu-ld'\'' '\''--disable-shared'\'' '\''--disable-libssp'\'' '\''--enable-languages=c,c++,fortran,lto,objc'\'' --program-transform-name='\''s&^&powerpc-eabi-&'\'' --disable-option-checking' target_configdirs=' libgcc libbacktrace libstdc++-v3 libquadmath libgfortran libobjc' target_cpu='powerpc' target_noncanonical='powerpc-eabi' target_os='eabi' target_subdir='powerpc-eabi' target_vendor='unknown' tooldir='${exec_prefix}/powerpc-eabi' ## ------------------- ## ## File substitutions. ## ## ------------------- ## alphaieee_frag='/dev/null' host_makefile_frag='/dev/null' ospace_frag='/dev/null' serialization_dependencies='serdep.tmp' target_makefile_frag='/dev/null' ## ----------- ## ## 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