From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: NT mingw/msys build problem Date: Tue, 26 Oct 2004 00:09:54 +0100 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <417CB924.8080107@wyrdrune.com> <417CC43A.40804@gnu.org> <417D8125.2020005@wyrdrune.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098745912 27708 80.91.229.6 (25 Oct 2004 23:11:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2004 23:11:52 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 26 01:11:45 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CME09-0005J4-00 for ; Tue, 26 Oct 2004 01:11:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CME7o-0006RJ-BX for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2004 19:19:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CME6S-0006GP-J8 for emacs-devel@gnu.org; Mon, 25 Oct 2004 19:18:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CME6R-0006Fv-F3 for emacs-devel@gnu.org; Mon, 25 Oct 2004 19:18:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CME6R-0006Fq-7f for emacs-devel@gnu.org; Mon, 25 Oct 2004 19:18:15 -0400 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CMDyb-0004yq-9C for emacs-devel@gnu.org; Mon, 25 Oct 2004 19:10:09 -0400 Original-Received: from wanchan.jasonrumney.net (i-195-137-77-250.freedom2surf.net [195.137.77.250]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id i9PNA7nF001659; Tue, 26 Oct 2004 00:10:07 +0100 Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 91F1ADDD16; Tue, 26 Oct 2004 00:10:06 +0100 (BST) Original-To: Guy Gascoigne-Piggford In-Reply-To: <417D8125.2020005@wyrdrune.com> (Guy Gascoigne-Piggford's message of "Mon, 25 Oct 2004 15:41:41 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28950 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28950 Guy Gascoigne-Piggford writes: > Hmm, when I try doing a "make SHELL=cmd.exe" all I get is make hanging > indefinately. If I try to rename the msys /bin/sh.exe and just run > make then I get a slew of errors about /bin/sh not existing and then > make exits. I seem to recall that when I installed msys, it installed its own version of make and renamed the previous copy as mingw-make. I renamed it back, since it seems to be more reliable (but still requires the SHELL=cmd.exe argument).