From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: sh.exe needed to bootstrap on Windows? Date: Mon, 16 Jul 2007 22:28:22 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184617722 27819 80.91.229.12 (16 Jul 2007 20:28:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jul 2007 20:28:42 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 16 22:28:34 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IAXBH-00017v-PR for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 22:28:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAXBH-0005eO-AL for ged-emacs-devel@m.gmane.org; Mon, 16 Jul 2007 16:28:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IAXBC-0005bS-VG for emacs-devel@gnu.org; Mon, 16 Jul 2007 16:28:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IAXB9-0005Vq-Re for emacs-devel@gnu.org; Mon, 16 Jul 2007 16:28:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IAXB9-0005VF-CO for emacs-devel@gnu.org; Mon, 16 Jul 2007 16:28:23 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IAXB9-0007Qh-4h for emacs-devel@gnu.org; Mon, 16 Jul 2007 16:28:23 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 55so661852wri for ; Mon, 16 Jul 2007 13:28:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rJsc7DviSpuPm4LoCpQgOMlu8H7jmHb/dhETofuom8Po5XYnjTpMa+hZG0fStG6xzc+Ulk5QRB2/if3aYBMEgnnLXZfEUSWXastc10MZYRWnj4AiQhxjV9BKKpzIc02zVe3peu4TDF5ElMGw6adBpAXxdDo+y+WxkZKtVQthXRQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=k0mWq7rtgkZb+PNphWB9U8x/57l2LH1d1sMtv4i1aXW2c1mZQh2I8n52j/a4W4t2SSjY5jWPhjWP9dqRVF3lqg9qbZT5cdmYsF66ZV4rlD5be1C8XqvoaBX4yRrIPV/pvyPs1liVpkJMuexVGIOkbBVAXv6g1qBkuM2yaHW9jdk= Original-Received: by 10.90.66.9 with SMTP id o9mr3766815aga.1184617702134; Mon, 16 Jul 2007 13:28:22 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Mon, 16 Jul 2007 13:28:22 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74916 Archived-At: On 7/16/07, Eli Zaretskii wrote: > But why > does it fail to find sh.exe in your case? Do you even have sh.exe? Not in the path, no. Perhaps some tool tries to run sh? Juanma