From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by sourceware.org (Postfix) with ESMTPS id 7E736389901D for ; Mon, 9 May 2022 19:42:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7E736389901D Received: by mail-wm1-x32a.google.com with SMTP id m2-20020a1ca302000000b003943bc63f98so154358wme.4 for ; Mon, 09 May 2022 12:42:50 -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=QVvr7DYle9bG+hG6RZpfr+qFim1CMC/qA1giT1LP6hE=; b=NHkwi0HyMM8gzqgh9fhrAIHLgQPatYzosqjNnKNVcxF7nbcL0tasbiFq+4Uv9Zq/2m SwzXazHNacxfYdSV5Cxj2bf1L0NHxPE/vdqjaXai62RWxx/qAtzN7AU0hC/c8b1jUKP7 ykictCu+kwAkEYI7Fh0OFYhJPPzJRzTcEu32wpyNihCkk7TtgmO4ms9hlpqr7mbV+tGx f40xxZQq6udLamhcduRHhyhc6LXwljorLU7dXJqqRI7m1njNyy3XNR0SYQh4UQ7RK3l9 4laRSVkE2OytARjk06ZytWPnblntbCdQJHLGn1YIr7ZOTSoJy8FaX8rhgP26TSBVisBQ 6DIQ== X-Gm-Message-State: AOAM530UQZ+Zvzk7std+TddFk72n6InVSo11M/I5ZXOja+Bdw/v2mPs3 kYfTRdlxFQSH7XjAnkWAz4wsLGyr8G10PpYVlqM= X-Google-Smtp-Source: ABdhPJwoavat3zIRKRZIjorw1VUWI2IlkEm9nuK6TowW35a/TB/I5S16o2jvvPBF6WJbx0Wqq/zyjKwP3n1DJaBS2Qk= X-Received: by 2002:a7b:c4cc:0:b0:394:7d6c:fdf4 with SMTP id g12-20020a7bc4cc000000b003947d6cfdf4mr16376872wmk.163.1652125369305; Mon, 09 May 2022 12:42:49 -0700 (PDT) MIME-Version: 1.0 References: <78ed50e6-c0b5-1002-49a4-e11ec14ee727@blastwave.org> <340f337c-6ca7-81b9-5919-87e04c540791@blastwave.org> In-Reply-To: <340f337c-6ca7-81b9-5919-87e04c540791@blastwave.org> From: Jonathan Wakely Date: Mon, 9 May 2022 20:42:38 +0100 Message-ID: Subject: Re: stage1 gcc bootstrap fails looking for bits/libc-header-start.h To: Dennis Clarke Cc: gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2022 19:42:52 -0000 On Mon, 9 May 2022 at 19:58, Dennis Clarke wrote: > > On 5/9/22 14:51, Jonathan Wakely wrote: > > On Mon, 9 May 2022, 18:16 Dennis Clarke via Gcc-help, > > wrote: > > > >> > >> Not sure what is causing this on a Linux armv7 32-bit machine but I have > >> libc6-dev installed and that provides : > >> > >> # ls -lapb /usr/include/arm-linux-gnueabihf/bits/libc-header-start.h > >> > > > > > > But this is not a standard header location, so GCC won't look there. > > > > You need to use --enable-multiarch to use the Debian MultiArch directory > > layout. > > > > Wild. This is not a multi-arch machine but sure let me give that a twirl > and see what happens. It is though. All Debian machines have been for years. Maybe you're thinking of "multilib" which is different.