From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.smtpout.orange.fr (smtp-18.smtpout.orange.fr [80.12.242.18]) by sourceware.org (Postfix) with ESMTPS id 491733858C66 for ; Tue, 26 Sep 2023 20:06:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 491733858C66 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=jacob.remcomp.fr Authentication-Results: sourceware.org; spf=none smtp.mailfrom=jacob.remcomp.fr Received: from smtpclient.apple ([90.22.252.13]) by smtp.orange.fr with ESMTPS id lEKSqTwDyhHLrlEKUqGj97; Tue, 26 Sep 2023 22:06:46 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wanadoo.fr; s=t20230301; t=1695758806; bh=9twv+pRjl8HF+MnL6fRL7lrjrwh8ZHX8wOVMa5b1r2o=; h=From:Subject:Date:To; b=HOT2GJT2VxrViLCnRpLbQXHqxwfKgyDL/oDsnfJMVotiw2hcqWi2lJiAzdewPnBsA z2XvqsnJX3ZyXTHq6w9+S4vv4PCZjqE/m8xu28OmGPO5gq5yzqXh4eEpzBxkkchC3v OdPKcilAb9yd1MsgWZM6nID6zgkGjzrBpIaqmK2Dc4od08dNdN6MgN/986vCAQYw0n KkhNv2f+FLeTojshomURH70cr4yJ4e68Q3dZJ3X0umEXpwHF1w3yag6o+CSZO1SPwJ 9j5g98/mFP2LJMt3MyXxCFp4MexTjm22xl7ySGZ8n64TWjHfSZgfayDyw/Ztuc/X40 kuwrj982L1n5g== X-ME-Helo: smtpclient.apple X-ME-Date: Tue, 26 Sep 2023 22:06:46 +0200 X-ME-IP: 90.22.252.13 From: jacob navia Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Subject: Compiling binutils: .bootstrap doesn't work Message-Id: Date: Tue, 26 Sep 2023 22:06:34 +0200 To: binutils@sourceware.org X-Mailer: Apple Mail (2.3731.700.6) X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,FORGED_SPF_HELO,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: After downloading automate and autoconf (see my previous message) I = invoked =C2=AB .bootstrap =C2=BB again, as specified in the = documentation. I obtained: configure.ac:2535: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:2535: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:2535: the top level configure.ac:3846: warning: AC_LIBTOOL_PROG_COMPILER_PIC is m4_require'd = but not m4_defun'd acinclude.m4:2363: GMP_ASM_X86_GOT_UNDERSCORE is expanded from... configure.ac:3846: the top level configure.ac:3849: warning: AC_ENABLE_SHARED is m4_require'd but not = m4_defun'd acinclude.m4:2717: GMP_ASM_X86_MCOUNT is expanded from... configure.ac:3849: the top level configure.ac:3849: warning: LT_INIT is m4_require'd but not m4_defun'd acinclude.m4:2717: GMP_ASM_X86_MCOUNT is expanded from... configure.ac:3849: the top level configure.ac:4052: warning: AC_PROG_LEX without either yywrap or = noyywrap is obsolete ./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from... ./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from... aclocal.m4:411: AM_PROG_LEX is expanded from... configure.ac:4052: the top level configure.ac:2730: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use = m4_pattern_allow. See the Autoconf documentation. configure:16286: error: possibly undefined macro: = AC_LIBTOOL_PROG_COMPILER_PIC configure:16383: error: possibly undefined macro: AC_ENABLE_SHARED autoreconf: error: /usr/bin/autoconf failed with exit status: 1 What scares me is all those =C2=AB X86 =C2=BB and =C2=AB WIN32_DLL =C2=BB= , since I am running in a riscv machine. GMP is completely lost! OK, I can=E2=80=99t compile binutils any more