From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Working rgrep in windows emacs in 2024? (GNU emacs 29.1, windows 11 Enterprise) Date: Tue, 13 Feb 2024 15:47:39 +0200 Message-ID: <86r0hgpjb8.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4511"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Feb 13 14:48:32 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rZt9D-0000xA-Nz for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 13 Feb 2024 14:48:31 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rZt8X-0008IY-1b; Tue, 13 Feb 2024 08:47:49 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rZt8V-0008I3-08 for help-gnu-emacs@gnu.org; Tue, 13 Feb 2024 08:47:47 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rZt8U-0006kv-OW for help-gnu-emacs@gnu.org; Tue, 13 Feb 2024 08:47:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=wq2GZVAlu8RGv7FADQv2kLC7Y9jB5auJsdk2qjgA6M8=; b=LyXtUi6q+H5R S74dRbXIS+0dKrJyaOVJ9cifcfqyUsQG3caCEXxwqn6uY2mA28dFV7mw+kpZm929vc47eiMTPiUcy +WLqqGKkRSAb3Pht7skKdo7WeHCyqPOKsU+XXEU51dHo/DT29FQY+cCREJVtJ6aGsNDaoNACLIRfm /9uWK4IYuP8GRnb0gcKS19EOd/+kzA2usjJLNMoMCYzCQaIDZA9cJpaFRE5lc93HxI4Y7QGS5OXqT 0RMeAyhaIV5p1mAoQmTdstwmdWxwCMVZX8pTXsk3yt0N0eL/Kt9Jq5NpQ8nd4bOOf6rKU0WOt10rA EvBpooFk4FKkzfh36xHqkg==; In-Reply-To: (message from Steinar Bang on Tue, 13 Feb 2024 13:55:27 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145928 Archived-At: > From: Steinar Bang > Date: Tue, 13 Feb 2024 13:55:27 +0100 > > I have downloaded the grep w32 utilities from ezwinports and the find > w64 utilities, unpacked them, and copied the files in bin directory of > both unpacked zip files, into a directory found in the PATH (as set with > setenv in a previous post in the thread), and in exec-path (as set with > a different setting): > c:\Windows\ezwinports > > But I couldn't find the required dlls mentioned in the ezwinports > README. > > The > https://osdn.net/projects/mingw/downloads/72215/libgcc-9.2.0-3-mingw32-dll-1.tar.xz/ > and > https://osdn.net/projects/mingw/downloads/72210/libstdc%2B%2B-9.2.0-3-mingw32-dll-6.tar.xz/ > URLs get 504 Bad Gateway and broken SSL I still see the files: https://osdn.net/projects/mingw/downloads/72215/libgcc-9.2.0-3-mingw32-dll-1.tar.xz/ https://osdn.net/projects/mingw/downloads/72210/libstdc%2B%2B-9.2.0-3-mingw32-dll-6.tar.xz/ The site is a bit slow to load, and you could get a warning about an expired license, but if you insist, you will get to the DLLs. > And I can't figure out where they are, starting at > https://osdn.net/projects/mingw/releases/ They are under "MinGW.OSDN Compiler Collection (GCC)". I'm sorry about the hassle, but I cannot distribute the binaries of these DLLs without also distributing the humongous GCC and libstdc++ source tarballs.