Hello, I’m trying to compile GCC 6.1 on CentOS Linux release 7.2.1511. The configure stage works fine, but when I run “make” it fails with the following errors. Any pointers would be greatly appreciated. I’ve also attached the contents of config.log in case that helps. Thanks so much, Daniel --- compilation output --- In file included from ./bconfig.h:3:0, from ../../gcc-6.1.0/gcc/genmddeps.c:18: ./auto-host.h:2296:16: error: declaration does not declare anything [-fpermissive] #define rlim_t long ^ In file included from ../../gcc-6.1.0/gcc/genmddeps.c:19:0: ../../gcc-6.1.0/gcc/system.h:488:23: error: declaration of C function ‘void* sbrk(int)’ conflicts with extern void *sbrk (int); ^ In file included from ../../gcc-6.1.0/gcc/system.h:294:0, from ../../gcc-6.1.0/gcc/genmddeps.c:19: /usr/include/unistd.h:1065:14: error: previous declaration ‘void* sbrk(intptr_t)’ here extern void *sbrk (intptr_t __delta) __THROW; ^ In file included from ../../gcc-6.1.0/gcc/genmddeps.c:19:0: ../../gcc-6.1.0/gcc/system.h:496:48: error: new declaration ‘char* strstr(const char*, const char*)’ extern char *strstr (const char *, const char *); ^ In file included from /usr/include/c++/4.8.2/cstring:42:0, from ../../gcc-6.1.0/gcc/system.h:235, from ../../gcc-6.1.0/gcc/genmddeps.c:19: /usr/include/string.h:320:20: error: ambiguates old declaration ‘const char* strstr(const char*, const char*)’ extern const char *strstr (const char *__haystack, const char *__needle) ^ In file included from ../../gcc-6.1.0/gcc/genmddeps.c:19:0: ../../gcc-6.1.0/gcc/system.h:540:34: error: declaration of C function ‘const char* strsignal(int)’ conflicts with extern const char *strsignal (int); ^ In file included from /usr/include/c++/4.8.2/cstring:42:0, from ../../gcc-6.1.0/gcc/system.h:235, from ../../gcc-6.1.0/gcc/genmddeps.c:19: /usr/include/string.h:562:14: error: previous declaration ‘char* strsignal(int)’ here extern char *strsignal (int __sig) __THROW; ^ In file included from ./bconfig.h:5:0, from ../../gcc-6.1.0/gcc/genmddeps.c:18: ../../gcc-6.1.0/gcc/../include/ansidecl.h:169:64: error: new declaration ‘char* basename(const char*)’ # define ATTRIBUTE_NONNULL(m) __attribute__ ((__nonnull__ (m))) ^ ../../gcc-6.1.0/gcc/../include/libiberty.h:112:64: note: in expansion of macro ‘ATTRIBUTE_NONNULL’ extern char *basename (const char *) ATTRIBUTE_RETURNS_NONNULL ATTRIBUTE_NONNULL(1); ^ In file included from /usr/include/c++/4.8.2/cstring:42:0, from ../../gcc-6.1.0/gcc/system.h:235, from ../../gcc-6.1.0/gcc/genmddeps.c:19: /usr/include/string.h:599:26: error: ambiguates old declaration ‘const char* basename(const char*)’ extern "C++" const char *basename (const char *__filename) ^ make[3]: *** [build/genmddeps.o] Error 1 make[2]: *** [all-stage1-gcc] Error 2 make[1]: *** [stage1-bubble] Error 2 make: *** [all] Error 2 — # # # # # # # # # # # # # # # # # CONFIG.LOG # # # # # # # # # # # # # # # # # 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-6.1.0/configure --with-prefix=/home/smile/cdg4/build --disable-multilib ## --------- ## ## Platform. ## ## --------- ## hostname = smile.Princeton.EDU uname -m = x86_64 uname -r = 3.10.0-327.10.1.el7.x86_64 uname -s = Linux uname -v = #1 SMP Tue Feb 16 17:03:50 UTC 2016 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /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/smile/cdg4/local/bin PATH: /home/smile/cdg4/local/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /opt/matlab/bin PATH: /usr/local/fsl/bin PATH: /home/shared/mridata/abin/linux_xorg7_64 PATH: /opt/ilog/cplex/bin/x86-64_sles10_4.1 PATH: /opt/ilog/cplex/lib/ PATH: /opt/dell/srvadmin/bin PATH: /opt/matlab/bin PATH: /usr/local/fsl/bin PATH: /home/shared/mridata/abin/linux_xorg7_64 PATH: /opt/ilog/cplex/bin/x86-64_sles10_4.1 PATH: /opt/ilog/cplex/lib/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2297: checking build system type configure:2311: result: x86_64-pc-linux-gnu configure:2358: checking host system type configure:2371: result: x86_64-pc-linux-gnu configure:2391: checking target system type configure:2404: result: x86_64-pc-linux-gnu configure:2458: checking for a BSD-compatible install configure:2526: result: /usr/bin/install -c configure:2537: checking whether ln works configure:2559: result: yes configure:2563: checking whether ln -s works configure:2567: result: yes configure:2574: checking for a sed that does not truncate output configure:2638: result: /usr/bin/sed configure:2647: checking for gawk configure:2663: found /usr/bin/gawk configure:2674: result: gawk configure:3210: checking for libatomic support configure:3220: result: yes configure:3229: checking for libcilkrts support configure:3239: result: yes configure:3267: checking for libitm support configure:3277: result: yes configure:3286: checking for libsanitizer support configure:3296: result: yes configure:3305: checking for libvtv support configure:3315: result: yes configure:3325: checking for libmpx support configure:3335: result: yes configure:4118: checking for gcc configure:4145: result: gcc configure:4374: checking for C compiler version configure:4383: gcc --version >&5 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) Copyright (C) 2015 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:4394: $? = 0 configure:4383: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) configure:4394: $? = 0 configure:4383: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:4394: $? = 4 configure:4383: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:4394: $? = 4 configure:4414: checking for C compiler default output file name configure:4436: gcc -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include -L/home/smile/cdg4/local/lib -L/home/smile/cdg4/local/lib conftest.c >&5 configure:4440: $? = 0 configure:4477: result: a.out configure:4493: checking whether the C compiler works configure:4502: ./a.out configure:4506: $? = 0 configure:4521: result: yes configure:4528: checking whether we are cross compiling configure:4530: result: no configure:4533: checking for suffix of executables configure:4540: gcc -o conftest -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include -L/home/smile/cdg4/local/lib -L/home/smile/cdg4/local/lib conftest.c >&5 configure:4544: $? = 0 configure:4566: result: configure:4572: checking for suffix of object files configure:4594: gcc -c -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include conftest.c >&5 configure:4598: $? = 0 configure:4619: result: o configure:4623: checking whether we are using the GNU C compiler configure:4642: gcc -c -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include conftest.c >&5 configure:4642: $? = 0 configure:4651: result: yes configure:4660: checking whether gcc accepts -g configure:4680: gcc -c -g conftest.c >&5 configure:4680: $? = 0 configure:4721: result: yes configure:4738: checking for gcc option to accept ISO C89 configure:4802: gcc -c -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include conftest.c >&5 configure:4802: $? = 0 configure:4815: result: none needed configure:4947: checking for C++ compiler version configure:4956: g++ --version >&5 g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) Copyright (C) 2015 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:4967: $? = 0 configure:4956: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) configure:4967: $? = 0 configure:4956: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:4967: $? = 4 configure:4956: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:4967: $? = 4 configure:4971: checking whether we are using the GNU C++ compiler configure:4990: g++ -c -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include conftest.cpp >&5 configure:4990: $? = 0 configure:4999: result: yes configure:5008: checking whether g++ accepts -g configure:5028: g++ -c -g conftest.cpp >&5 configure:5028: $? = 0 configure:5069: result: yes configure:5118: checking whether g++ accepts -static-libstdc++ -static-libgcc configure:5135: g++ -o conftest -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include -L/home/smile/cdg4/local/lib -L/home/smile/cdg4/local/lib -static-libstdc++ -static-libgcc conftest.cpp >&5 /home/smile/cdg4/local/bin/ld: cannot find -lstdc++ collect2: error: ld returned 1 exit status configure:5135: $? = 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 "" | /* end confdefs.h. */ | | #if (__GNUC__ < 4) || (__GNUC__ == 4 && __GNUC_MINOR__ < 5) | #error -static-libstdc++ not implemented | #endif | int main() {} configure:5139: result: no configure:5200: checking for gnatbind configure:5230: result: no configure:5292: checking for gnatmake configure:5322: result: no configure:5341: checking whether compiler driver understands Ada configure:5364: result: no configure:5373: checking how to compare bootstrapped objects configure:5398: result: cmp --ignore-initial=16 $$f1 $$f2 configure:5458: checking for objdir configure:5473: result: .libs configure:5647: checking for the correct version of gmp.h configure:5667: gcc -c -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include conftest.c >&5 configure:5667: $? = 0 configure:5685: gcc -c -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include conftest.c >&5 configure:5685: $? = 0 configure:5686: result: yes configure:5702: checking for the correct version of mpfr.h configure:5720: gcc -c -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include conftest.c >&5 configure:5720: $? = 0 configure:5737: gcc -c -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include conftest.c >&5 configure:5737: $? = 0 configure:5738: result: yes configure:5755: checking for the correct version of mpc.h configure:5772: gcc -c -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include conftest.c >&5 configure:5772: $? = 0 configure:5788: gcc -c -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include conftest.c >&5 configure:5788: $? = 0 configure:5789: result: yes configure:5807: checking for the correct version of the gmp/mpfr/mpc libraries configure:5838: gcc -o conftest -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include -L/home/smile/cdg4/local/lib -L/home/smile/cdg4/local/lib conftest.c -lmpc -lmpfr -lgmp >&5 configure:5838: $? = 0 configure:5839: result: yes configure:6024: checking for isl 0.16, 0.15, or deprecated 0.14 configure:6037: gcc -o conftest -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include -L/home/smile/cdg4/local/lib -L/home/smile/cdg4/local/lib -lisl -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5 conftest.c:10:21: fatal error: isl/ctx.h: No such file or directory #include <isl/ctx.h> ^ compilation terminated. configure:6037: $? = 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/ctx.h> | int | main () | { | isl_ctx_get_max_operations (isl_ctx_alloc ()); | ; | return 0; | } configure:6044: result: no configure:6048: result: recommended isl version is 0.16 or 0.15, the minimum required isl version 0.14 is deprecated configure:6052: checking for isl 0.16 or 0.15 configure:6065: gcc -o conftest -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include -L/home/smile/cdg4/local/lib -L/home/smile/cdg4/local/lib -lisl -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp >&5 conftest.c:10:26: fatal error: isl/schedule.h: No such file or directory #include <isl/schedule.h> ^ compilation terminated. configure:6065: $? = 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:6072: result: no configure:7076: checking for default BUILD_CONFIG configure:7108: result: bootstrap-debug configure:7113: checking for --enable-vtable-verify configure:7126: result: no configure:7722: checking for bison configure:7738: found /home/smile/cdg4/local/bin/bison configure:7749: result: bison -y configure:7769: checking for bison configure:7785: found /home/smile/cdg4/local/bin/bison configure:7796: result: bison configure:7816: checking for gm4 configure:7846: result: no configure:7816: checking for gnum4 configure:7846: result: no configure:7816: checking for m4 configure:7832: found /usr/bin/m4 configure:7843: result: m4 configure:7863: checking for flex configure:7893: result: no configure:7863: checking for lex configure:7893: result: no configure:7911: checking for flex configure:7941: result: no configure:7958: checking for makeinfo configure:7974: found /usr/bin/makeinfo configure:7985: result: makeinfo configure:8019: checking for expect configure:8049: result: no configure:8068: checking for runtest configure:8098: result: no configure:8213: checking for ar configure:8229: found /home/smile/cdg4/local/bin/ar configure:8240: result: ar configure:8354: checking for as configure:8370: found /home/smile/cdg4/local/bin/as configure:8381: result: as configure:8495: checking for dlltool configure:8525: result: no configure:8636: checking for ld configure:8652: found /home/smile/cdg4/local/bin/ld configure:8663: result: ld configure:8777: checking for lipo configure:8807: result: no configure:8918: checking for nm configure:8934: found /home/smile/cdg4/local/bin/nm configure:8945: result: nm configure:9059: checking for ranlib configure:9075: found /home/smile/cdg4/local/bin/ranlib configure:9086: result: ranlib configure:9195: checking for strip configure:9211: found /home/smile/cdg4/local/bin/strip configure:9222: result: strip configure:9331: checking for windres configure:9361: result: no configure:9472: checking for windmc configure:9502: result: no configure:9613: checking for objcopy configure:9629: found /home/smile/cdg4/local/bin/objcopy configure:9640: result: objcopy configure:9754: checking for objdump configure:9770: found /home/smile/cdg4/local/bin/objdump configure:9781: result: objdump configure:9895: checking for readelf configure:9911: found /home/smile/cdg4/local/bin/readelf configure:9922: result: readelf configure:10075: checking for cc configure:10091: found /usr/bin/cc configure:10102: result: cc configure:10236: checking for c++ configure:10252: found /usr/bin/c++ configure:10263: result: c++ configure:10397: checking for gcc configure:10413: found /usr/bin/gcc configure:10424: result: gcc configure:10553: checking for gcj configure:10583: result: no configure:10714: checking for gfortran configure:10730: found /usr/bin/gfortran configure:10741: result: gfortran configure:10875: checking for gccgo configure:10905: result: no configure:10966: checking for ar configure:10999: result: no configure:11116: checking for ar configure:11132: found /home/smile/cdg4/local/bin/ar configure:11143: result: ar configure:11196: checking for as configure:11229: result: no configure:11346: checking for as configure:11362: found /home/smile/cdg4/local/bin/as configure:11373: result: as configure:11426: checking for dlltool configure:11459: result: no configure:11576: checking for dlltool configure:11606: result: no configure:11656: checking for ld configure:11689: result: no configure:11806: checking for ld configure:11822: found /home/smile/cdg4/local/bin/ld configure:11833: result: ld configure:11886: checking for lipo configure:11919: result: no configure:12036: checking for lipo configure:12066: result: no configure:12116: checking for nm configure:12149: result: no configure:12266: checking for nm configure:12282: found /home/smile/cdg4/local/bin/nm configure:12293: result: nm configure:12346: checking for objcopy configure:12379: result: no configure:12496: checking for objcopy configure:12512: found /home/smile/cdg4/local/bin/objcopy configure:12523: result: objcopy configure:12576: checking for objdump configure:12609: result: no configure:12726: checking for objdump configure:12742: found /home/smile/cdg4/local/bin/objdump configure:12753: result: objdump configure:12806: checking for ranlib configure:12839: result: no configure:12956: checking for ranlib configure:12972: found /home/smile/cdg4/local/bin/ranlib configure:12983: result: ranlib configure:13036: checking for readelf configure:13069: result: no configure:13186: checking for readelf configure:13202: found /home/smile/cdg4/local/bin/readelf configure:13213: result: readelf configure:13266: checking for strip configure:13299: result: no configure:13416: checking for strip configure:13432: found /home/smile/cdg4/local/bin/strip configure:13443: result: strip configure:13496: checking for windres configure:13529: result: no configure:13646: checking for windres configure:13676: result: no configure:13726: checking for windmc configure:13759: result: no configure:13876: checking for windmc configure:13906: result: no configure:13934: checking where to find the target ar configure:13967: result: host tool configure:13976: checking where to find the target as configure:14009: result: host tool configure:14018: checking where to find the target cc configure:14041: result: just compiled configure:14060: checking where to find the target c++ configure:14086: result: just compiled configure:14105: checking where to find the target c++ for libstdc++ configure:14131: result: just compiled configure:14150: checking where to find the target dlltool configure:14183: result: host tool configure:14192: checking where to find the target gcc configure:14215: result: just compiled configure:14234: checking where to find the target gcj configure:14260: result: just compiled configure:14279: checking where to find the target gfortran configure:14305: result: just compiled configure:14324: checking where to find the target gccgo configure:14360: result: host tool configure:14369: checking where to find the target ld configure:14402: result: host tool configure:14411: checking where to find the target lipo configure:14433: result: host tool configure:14442: checking where to find the target nm configure:14475: result: host tool configure:14484: checking where to find the target objcopy configure:14517: result: host tool configure:14526: checking where to find the target objdump configure:14559: result: host tool configure:14568: checking where to find the target ranlib configure:14601: result: host tool configure:14610: checking where to find the target readelf configure:14643: result: host tool configure:14652: checking where to find the target strip configure:14685: result: host tool configure:14694: checking where to find the target windres configure:14727: result: host tool configure:14736: checking where to find the target windmc configure:14769: result: host tool configure:14806: checking whether to enable maintainer-specific portions of Makefiles configure:14815: result: no configure:15072: 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 smile.Princeton.EDU config.status:1030: 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=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include' ac_cv_env_CXX_FOR_TARGET_set= ac_cv_env_CXX_FOR_TARGET_value= ac_cv_env_CXX_set=set ac_cv_env_CXX_value=g++ 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=set ac_cv_env_LDFLAGS_value='-L/home/smile/cdg4/local/lib -L/home/smile/cdg4/local/lib' 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-pc-linux-gnu ac_cv_objext=o ac_cv_path_SED=/usr/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_GCC_FOR_TARGET=gcc ac_cv_prog_GFORTRAN_FOR_TARGET=gfortran ac_cv_prog_LD=ld ac_cv_prog_LD_FOR_TARGET=ld 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_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_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_target=x86_64-pc-linux-gnu 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/libexec/gcc/x86_64-pc-linux-gnu/6.1.0:/usr/local/libexec/gcc/x86_64-pc-linux-gnu:/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.0:/usr/lib/gcc/x86_64-pc-linux-gnu:/usr/local/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu/6.1.0:/usr/local/x86_64-pc-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='-I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include' CFLAGS_FOR_BUILD='-I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include' CFLAGS_FOR_TARGET='-g -O2 -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include' 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++ -std=gnu++98' CXXFLAGS='-I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include' CXXFLAGS_FOR_BUILD='-I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include' CXXFLAGS_FOR_TARGET='-g -O2 -I/home/smile/cdg4/local/include -I/home/smile/cdg4/local/include' 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='/home/smile/cdg4/local/gcc-6.1.0/missing 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='no' GNATMAKE='no' GOC_FOR_BUILD='$(GOC)' GOC_FOR_TARGET='$(GOC)' INSTALL_DATA='${INSTALL} -m 644' INSTALL_GDB_TK='' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LD='ld' LDFLAGS='-L/home/smile/cdg4/local/lib -L/home/smile/cdg4/local/lib' LDFLAGS_FOR_BUILD='-L/home/smile/cdg4/local/lib -L/home/smile/cdg4/local/lib' LDFLAGS_FOR_TARGET='' LD_FOR_BUILD='$(LD)' LD_FOR_TARGET='$(LD)' LEX='/home/smile/cdg4/local/gcc-6.1.0/missing 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='/usr/bin/sed' SHELL='/bin/sh' STRIP='strip' STRIP_FOR_TARGET='$(STRIP)' SYSROOT_CFLAGS_FOR_TARGET='' TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-6.1.0/configure --with-prefix=/home/smile/cdg4/build --disable-multilib' 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='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_configargs=' --cache-file=./config.cache '\''--with-prefix=/home/smile/cdg4/build'\'' '\''--disable-multilib'\'' '\''--enable-languages=c,c++,fortran,java,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-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}/x86_64-pc-linux-gnu' 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='' gmpinc='' gmplibs='-lmpc -lmpfr -lgmp' host='x86_64-pc-linux-gnu' host_alias='' host_configargs=' --cache-file=./config.cache '\''--with-prefix=/home/smile/cdg4/build'\'' '\''--disable-multilib'\'' '\''--enable-languages=c,c++,fortran,java,lto,objc'\'' --program-transform-name='\''s,y,y,'\'' --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='' islver='' 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,c++,lto' stage1_ldflags='' stage1_libs='' stage2_werror_flag='' sysconfdir='${prefix}/etc' target='x86_64-pc-linux-gnu' target_alias='' target_configargs='--cache-file=./config.cache '\''--with-prefix=/home/smile/cdg4/build'\'' '\''--disable-multilib'\'' '\''--enable-languages=c,c++,fortran,java,lto,objc'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking' target_configdirs=' libgcc libbacktrace libgomp libcilkrts libatomic libitm libstdc++-v3 libsanitizer libvtv libmpx libssp libquadmath libgfortran boehm-gc libffi zlib libjava libobjc' target_cpu='x86_64' target_noncanonical='x86_64-pc-linux-gnu' target_os='linux-gnu' target_subdir='x86_64-pc-linux-gnu' target_vendor='pc' tooldir='${exec_prefix}/x86_64-pc-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-6.1.0/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