From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 9D51F1F8C8 for ; Mon, 27 Sep 2021 18:06:26 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A97E2385843B for ; Mon, 27 Sep 2021 18:06:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A97E2385843B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1632765985; bh=8uPhY0r23HLe8/+/gLElwWjNVpdPe7w+X0Qoca9goGo=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=bDBjXyYD6y/Q7ap30ddVGBDJeENNRUnQfjVHU5u/St7NLCD2OsFI+r6Vv9lI/db6c yhcCU6ywVtXmS7LbP4MTFc+UqzLFq/XyvcmS6vr2ZmVUTi3MO+A8RfR46EXU6x5Cf4 hfoKgjNfRcinzvrDm7/UPBcTx40pqHU4ciQ1vQaw= Received: from mail-pj1-x1035.google.com (mail-pj1-x1035.google.com [IPv6:2607:f8b0:4864:20::1035]) by sourceware.org (Postfix) with ESMTPS id 953D83858C2C for ; Mon, 27 Sep 2021 18:06:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 953D83858C2C Received: by mail-pj1-x1035.google.com with SMTP id on12-20020a17090b1d0c00b001997c60aa29so417163pjb.1 for ; Mon, 27 Sep 2021 11:06:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8uPhY0r23HLe8/+/gLElwWjNVpdPe7w+X0Qoca9goGo=; b=vNPGqQcqWzZ42WK8hJlLK5ekQT5Rv1aNeea4GJMc9Tx4LmT4F7JyRVoBzZkMF4ilun +M4oh9Uy8ngQIm/lihf1fMpiXNw5+Gp6NF7mC2q45fkUxrEPNvZEBAEn2STApni3UYO1 dAC5l8rEbpJ4aL3uDYkXS9k6vCrmBY+GSPbVUBZNXf8WTgQwShKm9oCc5ecn9k3xVOI2 VvvnBtu8KBKasw052taKLdSyVQVVq54wiocpgMLMnsGhADmAdXN4Li05sG2TR6qJJkwP Y1tAPqAXcK+AnRMcu+MDdRrXdbb41rYEm9s6ac3cY3ZUtiWpxwVyaGZ7rpRvuLp9nw+i UOfw== X-Gm-Message-State: AOAM5323/dj8mezWCsN1TAhHVQVm53Gh52TB1bi+R8xefOXhurYSj+E/ Vm69aIHAJXfxZAG1UbkqCD+i2F9EdGRw7RFijUn5ujcnu9w= X-Google-Smtp-Source: ABdhPJw6GCGWfaqJgGm57u6Ez4A7b2yGXFK+4gt7TDq7KWMf8xboA1/9OAJuY4kvuNfEM/3RUhIVLJRC6ZJ/idDX3VI= X-Received: by 2002:a17:902:8d8b:b0:138:e09d:d901 with SMTP id v11-20020a1709028d8b00b00138e09dd901mr1189007plo.34.1632765961441; Mon, 27 Sep 2021 11:06:01 -0700 (PDT) MIME-Version: 1.0 References: <20210913230506.546749-1-goldstein.w.n@gmail.com> <02afac02-47a5-43a5-8437-79fdbbea62aa@www.fastmail.com> <87mtoerl85.fsf@oldenburg.str.redhat.com> <875yumjx36.fsf@oldenburg.str.redhat.com> <87a6jyez7o.fsf@oldenburg.str.redhat.com> <87r1d9ewc9.fsf@oldenburg.str.redhat.com> In-Reply-To: <87r1d9ewc9.fsf@oldenburg.str.redhat.com> Date: Mon, 27 Sep 2021 13:05:50 -0500 Message-ID: Subject: Re: [PATCH 1/5] x86_64: Add support for bcmp using sse2, sse 4_1, avx2, and evex To: Florian Weimer Content-Type: text/plain; charset="UTF-8" X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Noah Goldstein via Libc-alpha Reply-To: Noah Goldstein Cc: Zack Weinberg , Zack Weinberg via Libc-alpha , Joseph Myers Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On Mon, Sep 27, 2021 at 12:56 PM Florian Weimer wrote: > > * Noah Goldstein: > > > $> cat > > build-many/logs/compilers/x86_64-linux-gnu/003-compilers-x86_64-linux-gnu-binutils-configure-log.txt > > There should be a config.log file in the binutils build directory (under > build-many/build/compilers). I hope this file contains illuminating > data. Oh sorry. Here is the output of config.log ``` $> cat build-many/build/compilers/x86_64-linux-gnu/binutils/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.69. Invocation command line was $ /some/were/build-many/src/binutils/configure --prefix=/some/were/build-many/install/compilers/x86_64-linux-gnu --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-glibc-linux-gnu --with-sysroot=/some/were/build-many/install/compilers/x86_64-linux-gnu/sysroot --disable-gdb --disable-gdbserver --disable-libdecnumber --disable-readline --disable-sim ## --------- ## ## Platform. ## ## --------- ## hostname = noah-tigerlake uname -m = x86_64 uname -r = 5.11.0-27-generic uname -s = Linux uname -v = #29~20.04.1-Ubuntu SMP Wed Aug 11 15:58:17 UTC 2021 /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: /some/were/build-many/install/compilers/x86_64-linux-gnu/bin PATH: /home/noah/programs/libraries/ PATH: /home/noah/.local/bin PATH: /home/noah/programs/pyscripts PATH: /home/noah/scripts PATH: /home/noah/programs/libraries/ PATH: /home/noah/.local/bin PATH: /home/noah/programs/pyscripts PATH: /home/noah/scripts PATH: /home/noah/.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 ## ----------- ## ## Core tests. ## ## ----------- ## configure:2348: checking build system type configure:2362: result: x86_64-pc-linux-gnu configure:2409: checking host system type configure:2422: result: x86_64-pc-linux-gnu configure:2442: checking target system type configure:2455: result: x86_64-glibc-linux-gnu configure:2509: checking for a BSD-compatible install configure:2577: result: /usr/bin/install -c configure:2588: checking whether ln works configure:2610: result: yes configure:2614: checking whether ln -s works configure:2618: result: yes configure:2625: checking for a sed that does not truncate output configure:2689: result: /usr/bin/sed configure:2698: checking for gawk configure:2714: found /usr/bin/gawk configure:2725: result: gawk configure:4021: checking for x86_64-pc-linux-gnu-gcc configure:4051: result: no configure:4061: checking for gcc configure:4077: found /usr/bin/gcc configure:4088: result: gcc configure:4317: checking for C compiler version configure:4326: gcc --version >&5 gcc (Ubuntu 11.1.0-1ubuntu1~20.04) 11.1.0 Copyright (C) 2021 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:4337: $? = 0 configure:4326: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.1.0-1ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --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 --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --disable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2V7zgg/gcc-11-11.1.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-2V7zgg/gcc-11-11.1.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 11.1.0 (Ubuntu 11.1.0-1ubuntu1~20.04) ... rest of stderr output deleted ... configure:4337: $? = 0 configure:4326: gcc -V >&5 gcc: error: unrecognized command-line option '-V' gcc: fatal error: no input files compilation terminated. configure:4337: $? = 1 configure:4326: gcc -qversion >&5 gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:4337: $? = 1 configure:4357: checking whether the C compiler works configure:4379: gcc conftest.c >&5 configure:4383: $? = 0 configure:4431: result: yes configure:4434: checking for C compiler default output file name configure:4436: result: a.out configure:4442: checking for suffix of executables configure:4449: gcc -o conftest conftest.c >&5 configure:4453: $? = 0 configure:4475: result: configure:4497: checking whether we are cross compiling configure:4505: gcc -o conftest conftest.c >&5 configure:4509: $? = 0 configure:4516: ./conftest configure:4520: $? = 0 configure:4508: result: no configure:4513: checking for suffix of object files configure:4535: gcc -c conftest.c >&5 configure:4539: $? = 0 configure:4560: result: o configure:4564: checking whether we are using the GNU C compiler configure:4583: gcc -c conftest.c >&5 configure:4583: $? = 0 configure:4592: result: yes configure:4601: checking whether gcc accepts -g configure:4621: gcc -c -g conftest.c >&5 configure:4621: $? = 0 configure:4662: result: yes configure:4679: checking for gcc option to accept ISO C89 configure:4742: gcc -c -g -O2 conftest.c >&5 configure:4742: $? = 0 configure:4755: result: none needed configure:4775: checking for gcc option to accept ISO C99 configure:4924: gcc -c -g -O2 conftest.c >&5 configure:4924: $? = 0 configure:4937: result: none needed configure:4966: checking for x86_64-pc-linux-gnu-g++ configure:4996: result: no configure:4966: checking for x86_64-pc-linux-gnu-c++ configure:4996: result: no configure:4966: checking for x86_64-pc-linux-gnu-gpp configure:4996: result: no configure:4966: checking for x86_64-pc-linux-gnu-aCC configure:4996: result: no configure:4966: checking for x86_64-pc-linux-gnu-CC configure:4996: result: no configure:4966: checking for x86_64-pc-linux-gnu-cxx configure:4996: result: no configure:4966: checking for x86_64-pc-linux-gnu-cc++ configure:4996: result: no configure:4966: checking for x86_64-pc-linux-gnu-cl.exe configure:4996: result: no configure:4966: checking for x86_64-pc-linux-gnu-FCC configure:4996: result: no configure:4966: checking for x86_64-pc-linux-gnu-KCC configure:4996: result: no configure:4966: checking for x86_64-pc-linux-gnu-RCC configure:4996: result: no configure:4966: checking for x86_64-pc-linux-gnu-xlC_r configure:4996: result: no configure:4966: checking for x86_64-pc-linux-gnu-xlC configure:4996: result: no configure:5010: checking for g++ configure:5026: found /usr/bin/g++ configure:5037: result: g++ configure:5064: checking for C++ compiler version configure:5073: g++ --version >&5 g++ (Ubuntu 11.1.0-1ubuntu1~20.04) 11.1.0 Copyright (C) 2021 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:5084: $? = 0 configure:5073: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.1.0-1ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --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 --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --disable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-2V7zgg/gcc-11-11.1.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-2V7zgg/gcc-11-11.1.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 11.1.0 (Ubuntu 11.1.0-1ubuntu1~20.04) ... rest of stderr output deleted ... configure:5084: $? = 0 configure:5073: g++ -V >&5 g++: error: unrecognized command-line option '-V' g++: fatal error: no input files compilation terminated. configure:5084: $? = 1 configure:5073: g++ -qversion >&5 g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? g++: fatal error: no input files compilation terminated. configure:5084: $? = 1 configure:5088: checking whether we are using the GNU C++ compiler configure:5107: g++ -c conftest.cpp >&5 configure:5107: $? = 0 configure:5116: result: yes configure:5125: checking whether g++ accepts -g configure:5145: g++ -c -g conftest.cpp >&5 configure:5145: $? = 0 configure:5186: result: yes configure:5235: checking whether g++ accepts -static-libstdc++ -static-libgcc configure:5252: g++ -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp >&5 configure:5252: $? = 0 configure:5253: result: yes configure:5277: checking for x86_64-pc-linux-gnu-gnatbind configure:5307: result: no configure:5317: checking for gnatbind configure:5347: result: no configure:5369: checking for x86_64-pc-linux-gnu-gnatmake configure:5399: result: no configure:5409: checking for gnatmake configure:5439: result: no configure:5458: checking whether compiler driver understands Ada configure:5481: result: no configure:5490: checking how to compare bootstrapped objects configure:5515: result: cmp --ignore-initial=16 $$f1 $$f2 configure:5660: checking for objdir configure:5675: result: .libs configure:6240: checking for isl 0.15 or later configure:6253: 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 10 | #include | ^~~~~~~~~~~~~~~~ compilation terminated. configure:6253: $? = 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 | int | main () | { | isl_options_set_schedule_serialize_sccs (NULL, 0); | ; | return 0; | } configure:6260: result: no configure:6264: result: required isl version is 0.15 or later configure:7357: checking for default BUILD_CONFIG configure:7389: result: configure:7394: checking for --enable-vtable-verify configure:7407: result: no configure:8028: checking for bison configure:8044: found /usr/bin/bison configure:8055: result: bison -y configure:8075: checking for bison configure:8091: found /usr/bin/bison configure:8102: result: bison configure:8122: checking for gm4 configure:8152: result: no configure:8122: checking for gnum4 configure:8152: result: no configure:8122: checking for m4 configure:8138: found /usr/bin/m4 configure:8149: result: m4 configure:8169: checking for flex configure:8185: found /usr/bin/flex configure:8196: result: flex configure:8217: checking for flex configure:8233: found /usr/bin/flex configure:8244: result: flex configure:8264: checking for makeinfo configure:8280: found /usr/bin/makeinfo configure:8291: result: makeinfo configure:8325: checking for expect configure:8355: result: no configure:8374: checking for runtest configure:8404: result: no configure:8480: checking for x86_64-pc-linux-gnu-ar configure:8510: result: no configure:8519: checking for ar configure:8535: found /usr/bin/ar configure:8546: result: ar configure:8621: checking for x86_64-pc-linux-gnu-as configure:8651: result: no configure:8660: checking for as configure:8676: found /usr/bin/as configure:8687: result: as configure:8762: checking for x86_64-pc-linux-gnu-dlltool configure:8792: result: no configure:8801: checking for dlltool configure:8831: result: no configure:8903: checking for x86_64-pc-linux-gnu-ld configure:8933: result: no configure:8942: checking for ld configure:8958: found /usr/bin/ld configure:8969: result: ld configure:9044: checking for x86_64-pc-linux-gnu-lipo configure:9074: result: no configure:9083: checking for lipo configure:9113: result: no configure:9185: checking for x86_64-pc-linux-gnu-nm configure:9215: result: no configure:9224: checking for nm configure:9240: found /usr/bin/nm configure:9251: result: nm configure:9326: checking for x86_64-pc-linux-gnu-ranlib configure:9356: result: no configure:9365: checking for ranlib configure:9381: found /usr/bin/ranlib configure:9392: result: ranlib configure:9462: checking for x86_64-pc-linux-gnu-strip configure:9492: result: no configure:9501: checking for strip configure:9517: found /usr/bin/strip configure:9528: result: strip configure:9598: checking for x86_64-pc-linux-gnu-windres configure:9628: result: no configure:9637: checking for windres configure:9667: result: no configure:9739: checking for x86_64-pc-linux-gnu-windmc configure:9769: result: no configure:9778: checking for windmc configure:9808: result: no configure:9880: checking for x86_64-pc-linux-gnu-objcopy configure:9910: result: no configure:9919: checking for objcopy configure:9935: found /usr/bin/objcopy configure:9946: result: objcopy configure:10021: checking for x86_64-pc-linux-gnu-objdump configure:10051: result: no configure:10060: checking for objdump configure:10076: found /usr/bin/objdump configure:10087: result: objdump configure:10162: checking for x86_64-pc-linux-gnu-readelf configure:10192: result: no configure:10201: checking for readelf configure:10217: found /usr/bin/readelf configure:10228: result: readelf configure:10254: checking for -plugin option configure:10272: checking for x86_64-pc-linux-gnu-ar configure:10299: result: ar configure:10374: result: --plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so configure:10486: checking for x86_64-glibc-linux-gnu-cc configure:10516: result: no configure:10486: checking for x86_64-glibc-linux-gnu-gcc configure:10516: result: no configure:10647: checking for x86_64-glibc-linux-gnu-c++ configure:10677: result: no configure:10647: checking for x86_64-glibc-linux-gnu-g++ configure:10677: result: no configure:10647: checking for x86_64-glibc-linux-gnu-cxx configure:10677: result: no configure:10647: checking for x86_64-glibc-linux-gnu-gxx configure:10677: result: no configure:10808: checking for x86_64-glibc-linux-gnu-gcc configure:10838: result: no configure:10964: checking for x86_64-glibc-linux-gnu-gfortran configure:10994: result: no configure:11125: checking for x86_64-glibc-linux-gnu-gccgo configure:11155: result: no configure:11366: checking for x86_64-glibc-linux-gnu-ar configure:11396: result: no configure:11596: checking for x86_64-glibc-linux-gnu-as configure:11626: result: no configure:11826: checking for x86_64-glibc-linux-gnu-dlltool configure:11856: result: no configure:12056: checking for x86_64-glibc-linux-gnu-ld configure:12086: result: no configure:12286: checking for x86_64-glibc-linux-gnu-lipo configure:12316: result: no configure:12516: checking for x86_64-glibc-linux-gnu-nm configure:12546: result: no configure:12746: checking for x86_64-glibc-linux-gnu-objcopy configure:12776: result: no configure:12976: checking for x86_64-glibc-linux-gnu-objdump configure:13006: result: no configure:13206: checking for x86_64-glibc-linux-gnu-ranlib configure:13236: result: no configure:13436: checking for x86_64-glibc-linux-gnu-readelf configure:13466: result: no configure:13666: checking for x86_64-glibc-linux-gnu-strip configure:13696: result: no configure:13896: checking for x86_64-glibc-linux-gnu-windres configure:13926: result: no configure:14126: checking for x86_64-glibc-linux-gnu-windmc configure:14156: result: no configure:14223: checking where to find the target ar configure:14246: result: just compiled configure:14265: checking where to find the target as configure:14288: result: just compiled configure:14307: checking where to find the target cc configure:14344: result: pre-installed configure:14349: checking where to find the target c++ configure:14389: result: pre-installed configure:14394: checking where to find the target c++ for libstdc++ configure:14434: result: pre-installed configure:14439: checking where to find the target dlltool configure:14462: result: just compiled configure:14481: checking where to find the target gcc configure:14518: result: pre-installed configure:14523: checking where to find the target gfortran configure:14563: result: pre-installed configure:14568: checking where to find the target gccgo configure:14608: result: pre-installed configure:14613: checking where to find the target ld configure:14636: result: just compiled configure:14655: checking where to find the target lipo configure:14681: result: pre-installed configure:14686: checking where to find the target nm configure:14709: result: just compiled configure:14728: checking where to find the target objcopy configure:14751: result: just compiled configure:14770: checking where to find the target objdump configure:14793: result: just compiled configure:14812: checking where to find the target ranlib configure:14835: result: just compiled configure:14854: checking where to find the target readelf configure:14877: result: just compiled configure:14896: checking where to find the target strip configure:14919: result: just compiled configure:14938: checking where to find the target windres configure:14961: result: just compiled configure:14980: checking where to find the target windmc configure:15003: result: just compiled configure:15050: checking whether to enable maintainer-specific portions of Makefiles configure:15059: result: no configure:15294: 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 noah-tigerlake config.status:983: 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_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=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_build_configargs_set= ac_cv_env_build_configargs_value= ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu 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=x86_64-glibc-linux-gnu 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_AS=as ac_cv_prog_AWK=gawk ac_cv_prog_BISON=bison ac_cv_prog_FLEX=flex 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_c99= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_target=x86_64-glibc-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= gcc_cv_tool_prefix=/some/were/build-many/install/compilers/x86_64-linux-gnu lt_cv_objdir=.libs ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' AR_FOR_BUILD='$(AR)' AR_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ar' AR_PLUGIN_OPTION='--plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so' AS='as' AS_FOR_BUILD='$(AS)' AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gas/as-new' AWK='gawk' BISON='bison' BUILD_CONFIG='' CC='gcc' CC_FOR_BUILD='$(CC)' CC_FOR_TARGET='x86_64-glibc-linux-gnu-cc' CFLAGS='-g -O2' CFLAGS_FOR_BUILD='-g -O2' CFLAGS_FOR_TARGET='-g -O2' COMPILER_AS_FOR_TARGET='$(AS_FOR_TARGET)' COMPILER_LD_FOR_TARGET='$(LD_FOR_TARGET)' COMPILER_NM_FOR_TARGET='$(NM_FOR_TARGET)' 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='x86_64-glibc-linux-gnu-c++' 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='$$r/$(HOST_SUBDIR)/binutils/dlltool' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' EXPECT='expect' FLAGS_FOR_TARGET=' -L$$r/$(HOST_SUBDIR)/ld' FLEX='flex' GCC_FOR_TARGET='x86_64-glibc-linux-gnu-gcc' GCC_SHLIB_SUBDIR='' GDB_TK='' GFORTRAN_FOR_BUILD='$(GFORTRAN)' GFORTRAN_FOR_TARGET='x86_64-glibc-linux-gnu-gfortran' GNATBIND='no' GNATMAKE='no' GOC_FOR_BUILD='$(GOC)' GOC_FOR_TARGET='x86_64-glibc-linux-gnu-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='$$r/$(HOST_SUBDIR)/ld/ld-new' LEX='flex' LIBOBJS='' LIBS='' LIPO='lipo' LIPO_FOR_TARGET='x86_64-glibc-linux-gnu-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='$$r/$(HOST_SUBDIR)/binutils/nm-new' OBJCOPY='objcopy' OBJCOPY_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objcopy' OBJDUMP='objdump' OBJDUMP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/objdump' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PGO_BUILD_GEN_CFLAGS='' PGO_BUILD_LTO_CFLAGS='' PGO_BUILD_USE_CFLAGS='' RANLIB='ranlib' RANLIB_FOR_BUILD='$(RANLIB)' RANLIB_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/ranlib' RANLIB_PLUGIN_OPTION='--plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so' RAW_CXX_FOR_TARGET='x86_64-glibc-linux-gnu-c++' READELF='readelf' READELF_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/readelf' RPATH_ENVVAR='LD_LIBRARY_PATH' RUNTEST='runtest' SED='/usr/bin/sed' SHELL='/bin/bash' STRIP='strip' STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new' SYSROOT_CFLAGS_FOR_TARGET='' TOPLEVEL_CONFIGURE_ARGUMENTS='/some/were/build-many/src/binutils/configure --prefix=/some/were/build-many/install/compilers/x86_64-linux-gnu --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-glibc-linux-gnu --with-sysroot=/some/were/build-many/install/compilers/x86_64-linux-gnu/sysroot --disable-gdb --disable-gdbserver --disable-libdecnumber --disable-readline --disable-sim' WINDMC='windmc' WINDMC_FOR_BUILD='$(WINDMC)' WINDMC_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windmc' WINDRES='windres' WINDRES_FOR_BUILD='$(WINDRES)' WINDRES_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/windres' YACC='bison -y' ac_ct_CC='gcc' ac_ct_CXX='g++' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_configargs=' --cache-file=./config.cache '\''--prefix=/some/were/build-many/install/compilers/x86_64-linux-gnu'\'' '\''--with-sysroot=/some/were/build-many/install/compilers/x86_64-linux-gnu/sysroot'\'' '\''--disable-gdb'\'' '\''--disable-gdbserver'\'' '\''--disable-libdecnumber'\'' '\''--disable-readline'\'' '\''--disable-sim'\'' --program-transform-name='\''s&^&x86_64-glibc-linux-gnu-&'\'' --disable-option-checking' build_configdirs=' libiberty' 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-glibc-linux-gnu' build_vendor='pc' compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*' configdirs=' intl libiberty opcodes bfd zlib libctf binutils gas ld gprof etc' 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='' 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='x86_64-pc-linux-gnu' host_configargs=' --cache-file=./config.cache --with-gnu-as --with-gnu-ld '\''--prefix=/some/were/build-many/install/compilers/x86_64-linux-gnu'\'' '\''--with-sysroot=/some/were/build-many/install/compilers/x86_64-linux-gnu/sysroot'\'' '\''--disable-gdb'\'' '\''--disable-gdbserver'\'' '\''--disable-libdecnumber'\'' '\''--disable-readline'\'' '\''--disable-sim'\'' --program-transform-name='\''s&^&x86_64-glibc-linux-gnu-&'\'' --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='/some/were/build-many/install/compilers/x86_64-linux-gnu' program_transform_name='s&^&x86_64-glibc-linux-gnu-&' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' stage1_cflags='-g' stage1_checking='--enable-checking=yes,types' stage1_languages=',c,' stage1_ldflags='' stage1_libs='' stage2_werror_flag='' sysconfdir='${prefix}/etc' target='x86_64-glibc-linux-gnu' target_alias='x86_64-glibc-linux-gnu' target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=x86_64-pc-linux-gnu '\''--prefix=/some/were/build-many/install/compilers/x86_64-linux-gnu'\'' '\''--with-sysroot=/some/were/build-many/install/compilers/x86_64-linux-gnu/sysroot'\'' '\''--disable-gdb'\'' '\''--disable-gdbserver'\'' '\''--disable-libdecnumber'\'' '\''--disable-readline'\'' '\''--disable-sim'\'' --program-transform-name='\''s&^&x86_64-glibc-linux-gnu-&'\'' --disable-option-checking' target_configdirs='' target_cpu='x86_64' target_noncanonical='x86_64-glibc-linux-gnu' target_os='linux-gnu' target_subdir='x86_64-glibc-linux-gnu' target_vendor='glibc' tooldir='${exec_prefix}/x86_64-glibc-linux-gnu' ## ------------------- ## ## File substitutions. ## ## ------------------- ## alphaieee_frag='/dev/null' host_makefile_frag='/dev/null' ospace_frag='/dev/null' serialization_dependencies='serdep.tmp' target_makefile_frag='/some/were/build-many/src/binutils/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 ``` > > Thanks, > Florian >