From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.help Subject: Re: Working rgrep in windows emacs in 2024? (GNU emacs 29.1, windows 11 Enterprise) Date: Wed, 14 Feb 2024 08:50:10 +0100 Message-ID: References: <86r0hgpjb8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31506"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Feb 14 08:51:06 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 1raA2s-00082h-0J for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 14 Feb 2024 08:51:06 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raA2F-0000OW-Na; Wed, 14 Feb 2024 02:50:27 -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 1raA27-0000O0-2B for help-gnu-emacs@gnu.org; Wed, 14 Feb 2024 02:50:20 -0500 Original-Received: from schwantz.bang.priv.no ([2a01:4f9:c011:82fd::1]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raA23-0000p7-Ea for help-gnu-emacs@gnu.org; Wed, 14 Feb 2024 02:50:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dod.no; s=sb; t=1707897011; bh=1x5LUN02evmfNpmZmTCGacu163JuEDVMidP0BR2f4Zc=; h=From:To:Subject:In-Reply-To:References:Date:From; b=g7sJjqi2VEamuMugDi6lFXFvGIbIg9OoMQkYqkkrh8arbbaKWAr0oqtuK2AxTCcwt sknxLvVTXgVTZJXC8sOcmabGy2OSfmFsI5Os3pzIEQ7/i1YqUqqGy9WOwvYTxLSVWM IdpJjhp/v5zQwG3pPEqx0FAoAvl1O8lBWeY8yKRo= Original-Received: from AAP-5CG32757DH (unknown [84.210.69.52]) by schwantz.bang.priv.no (Postfix) with ESMTPSA id 1F65E1F1 for ; Wed, 14 Feb 2024 07:50:11 +0000 (UTC) In-Reply-To: <86r0hgpjb8.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 13 Feb 2024 15:47:39 +0200") Received-SPF: none client-ip=2a01:4f9:c011:82fd::1; envelope-from=sb@dod.no; helo=schwantz.bang.priv.no X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:145937 Archived-At: >>>>> Eli Zaretskii : > 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. I tried a bit harder and insisted on the first one (where I got an expired certificate warning, I think...?). The second one just downloaded (but took its time doing so... it also, apparently quietly and slowly downloaded yesterday...?) Anyway: both now unpacked and copied to C:\ProgramFiles\ezwinports (Note: directory exactly as shown above, i.e. no space in the ProgramFiles directory name) Thanks! >> 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. No worries! Thanks again!