From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x634.google.com (mail-ej1-x634.google.com [IPv6:2a00:1450:4864:20::634]) by sourceware.org (Postfix) with ESMTPS id 0471A3858D1E for ; Sun, 17 Apr 2022 17:20:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0471A3858D1E Received: by mail-ej1-x634.google.com with SMTP id y10so6029503ejw.8 for ; Sun, 17 Apr 2022 10:20:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-description:content-disposition:in-reply-to; bh=99RuD6rlpEvU8A0IAUGT/uxkZVPzudzWsBjapGVo7dk=; b=X6rPs0RG4Qpcil7BXmarvw6bBwsjn6WovZujQ37c7BdIYtIdT7HGI+5rafpF9Id44G Vs5y3ZXy3X0zv0bujYJ2kwS0shDVEzAydyLtPGyZiIFJ46gNxS9zIlu0uC8+CTwZJyvA 1T2ftSs3/2QlgzJpwXdsWjMPOYBYUcr4a8C420wPU44K1ws/IZV3TN8+bk1d16AY6fY+ 0O6VdOM8dhl7gqiib4cZYLfskScawq+UFDzXOt8xE/2dgR0aLPs8Mze5xzNwm5VYesw8 x8ul9DsI51lONB6NvdsyxyMP04O0x7j6KyYRvpLqkqSy5Ktmi/cigWj0BWlthC26MnpM 7s/Q== X-Gm-Message-State: AOAM532jqjJfKn9GNUq0MY11uL0qckqWklQthYUgSGi95IAEXHr6Heo3 eu9WF6Rui/H2TdaRUCM63Dk= X-Google-Smtp-Source: ABdhPJzQnob5vQ6DSprK7z7KcRhxo8Od+C2zC1Ln37Wasw5QURzbwdnsWaOFnq8EOa8b0ZF5sW4rAA== X-Received: by 2002:a17:907:7e85:b0:6e8:b41c:9d6b with SMTP id qb5-20020a1709077e8500b006e8b41c9d6bmr6111862ejc.274.1650215999647; Sun, 17 Apr 2022 10:19:59 -0700 (PDT) Received: from gmail.com ([2a03:1b20:3:f011::a01d]) by smtp.gmail.com with ESMTPSA id e12-20020a170906c00c00b006e66eff7584sm3765202ejz.102.2022.04.17.10.19.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Apr 2022 10:19:59 -0700 (PDT) Date: Sun, 17 Apr 2022 19:19:58 +0200 From: Shahab Vahedi To: Claude Robitaille Cc: Gdb Subject: Re: Building gdbserver Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Description: disable_gdb Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3.8 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: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2022 17:20:02 -0000 On Sun, Apr 17, 2022 at 03:12:37PM +0000, Claude Robitaille wrote: > I get this: > > make[1]: Entering directory '/mnt/data/sbox/tools/gdbserver.build/gdbserver' > CXX alloc.o > In file included from ../../binutils-gdb/gdbserver/../gdbsupport/common-defs.h:197, > from ../../binutils-gdb/gdbserver/../gdb/alloc.c:37: > ../../binutils-gdb/gdbserver/../gdbsupport/gdb_locale.h:27:11: fatal error: libintl.h: No such file or directory > 27 | # include Try adding "--disable-gdb" to the "configure" command. Cheers, Shahab