From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102903 invoked by alias); 7 Nov 2019 08:01:03 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 102587 invoked by uid 89); 7 Nov 2019 08:00:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=H*i:sk:CAAuVrL, H*i:aZYz, H*f:sk:CAAuVrL, H*f:sk:VfSQO69 X-HELO: mail-wr1-f65.google.com Received: from mail-wr1-f65.google.com (HELO mail-wr1-f65.google.com) (209.85.221.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 07 Nov 2019 08:00:24 +0000 Received: by mail-wr1-f65.google.com with SMTP id i10so1856639wrs.7 for ; Thu, 07 Nov 2019 00:00:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DnOa4S7ihxXwDDIJLp26Jqo3N2pl/Vmt9Pp4hXYgg1Q=; b=aX2ZxVdBDY6soHHpOksZair9HzBjOCthZh1vzWua6VpGNMJeiYM+Qwsi4VEnV0F14W BEPqGy3iNfI3clprhjP8JUPSxEj/tB4bnt4r41xkJ3F0dTtlQcz+keierCQtwMfzW8eF WILL62CcdJGCILYTMi/9NNYnrps8Vg2s6OvSYHKgBj2DXYPxJJksiiiYDHsvi1JViEvQ 2UWadcnA2DAt20tkgrYdYdqDnBoHe0B2Nsfqgi8hnpRbewWQDdUt7mJ2TGobeHDbbMXX aXi+Xplxb70g02ULN4E3dppDNHI7g3JRE8mgIIifSWkO1FNR1CHhLBxuwOUP9nNjpDUv y4CA== MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Thu, 07 Nov 2019 08:01:00 -0000 Message-ID: Subject: Re: make all failed with error for GCC 9.2 To: Ajumal Abdul Majeed Cc: "gcc@gcc.gnu.org" Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-11/txt/msg00063.txt.bz2 On Thu, 7 Nov 2019 at 07:52, Ajumal Abdul Majeed wrote: > > 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. Please use the correct mailing list i.e. gcc-help https://gcc.gnu.org/lists.html When you send an email to that list, you'll need to include more information as the config.log doesn't show any problem. You didn't even say what the error you get from "make all" is. Make sure you've read https://gcc.gnu.org/wiki/InstallingGCC and the pages it links to.