From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout1.netcologne.de (cc-smtpout1.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:1]) by sourceware.org (Postfix) with ESMTPS id EF9CA3858407; Sat, 4 Dec 2021 10:16:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EF9CA3858407 Received: from cc-smtpin1.netcologne.de (cc-smtpin1.netcologne.de [89.1.8.201]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 77B4012603; Sat, 4 Dec 2021 11:16:36 +0100 (CET) Received: from [IPv6:2a0a:a540:282:0:7285:c2ff:fe6c:992d] (2a0a-a540-282-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2a0a:a540:282:0:7285:c2ff:fe6c:992d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by cc-smtpin1.netcologne.de (Postfix) with ESMTPSA id B7FFA11D7A; Sat, 4 Dec 2021 11:16:28 +0100 (CET) Subject: Re: [power-ieee128] What should the math functions be annotated with? To: Michael Meissner , Bill Schmidt , Jakub Jelinek , gcc mailing list , David Edelsohn , Segher Boessenkool , "fortran@gcc.gnu.org" , Peter Bergner References: <119d695e-c316-ba5f-a3ed-963f18a67e35@netcologne.de> <20211201205447.GD2646553@tucnak> <20211203092825.GN2646553@tucnak> <8ada4016-3bc2-c2fb-ed38-285f4813e75c@netcologne.de> <20211203113536.GQ2646553@tucnak> From: Thomas Koenig Message-ID: <99088f27-59cf-abec-8dc7-388ee2d2c5a8@netcologne.de> Date: Sat, 4 Dec 2021 11:16:28 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-NetCologne-Spam: L X-Rspamd-Queue-Id: B7FFA11D7A X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_MANYTO, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2021 10:16:39 -0000 On 04.12.21 07:39, Michael Meissner via Fortran wrote: > I have loaded Advance Toolchain 15.0 on the system. It is located in > /opt/at15.0. AT 15 provides a GCC 11.2 compiler and GLIBC 2.34. I tried bootstrapping (from a separate account I set up on the machine to make sure I don't mess up anybody else's stuff) with the options ../gcc/configure \ --prefix=$HOME \ --enable-languages=c,c++,fortran \ --disable-plugin \ --enable-checking \ --enable-stage1-checking \ --enable-gnu-indirect-function \ --enable-maintainer-mode \ --disable-libgomp \ --enable-decimal-float \ --enable-secureplt \ --enable-threads=posix \ --enable-__cxa_atexit \ --with-cpu=power9 \ --with-long-double-128 \ --with-as=/opt/at15.0/bin/as \ --with-ld=/opt/at15.0/bin/ld \ --with-gnu-as=/opt/at15.0/bin/as \ --with-gnu-ld=/opt/at15.0/bin/ld \ --with-advance-toolchain=at15.0 \ --with-system-zlib \ --with-native-system-header-dir=/opt/at15.0/include \ --without-ppl \ --without-cloog \ --without-isl but it failed with ../../gcc/gcc/lto-compress.c:34:10: fatal error: zlib.h: No such file or directory Any idea how to fix this? Regards Thomas