From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sourceware.org (Postfix) with ESMTPS id 7AC273858D35 for ; Fri, 14 Jan 2022 16:25:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7AC273858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=inria.fr DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=date:message-id:from:to:subject; bh=UfU3hdJEOla9b7smS86FJ8uyYCfMk0LeUOqHo2o7IVM=; b=fpjFaJgw+xZk6AS67T0DvIPSQ8pNV+8OchY9lkT/cSbFWu2g0iNK8XJN IDx7psbTFdwMB8UM3F58eyXTan8kQfxGJ0gfCevALsAqtMSubTfZClf1z e/J0bOGZ+bu83z1eEoWsaR7j0mvWI+GRtr8x6wH/gMgZuDeI4HMrRcbs7 A=; X-IronPort-AV: E=Sophos;i="5.88,289,1635199200"; d="scan'208";a="15885673" Received: from tomate.loria.fr (HELO tomate) ([152.81.10.51]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2022 17:25:16 +0100 Date: Fri, 14 Jan 2022 17:25:15 +0100 Message-Id: From: Paul Zimmermann To: libc-alpha@sourceware.org Subject: This makefile is a subroutine of elf/Makefile not to be used directly X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_MSPIKE_H2, 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: 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: , X-List-Received-Date: Fri, 14 Jan 2022 16:25:18 -0000 Hi, when trying to compile master (ef7c6d4) on a Intel(R) Xeon(R) Gold 6130 with gcc 10.2.1 20210110 (Debian 10.2.1-6), I get the following error: make[3]: Entering directory '/srv/storage/zimmerma@talc-data2.nancy.grid5000.fr/glibc/elf' rtld-Rules:40: *** This makefile is a subroutine of elf/Makefile not to be used directly. Stop. Does that ring a bell? I did simply ../configure --prefix=/usr and make. Paul