From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uday Reddy Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.2.94 pretest Date: Wed, 23 Feb 2011 23:35:45 +0000 Message-ID: <19813.39377.114000.231925@gargle.gargle.HOWL> References: <87aahva31q.fsf@gmail.com> <87y6567ihx.fsf@stupidchicken.com> <19813.18711.4000.254620@gargle.gargle.HOWL> <87oc627ey3.fsf@stupidchicken.com> <19813.28612.567000.982556@gargle.gargle.HOWL> <87k4gqsaz7.fsf@stupidchicken.com> <83ipwas9lq.fsf@gnu.org> <19813.37913.442000.416186@gargle.gargle.HOWL> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1298504175 29256 80.91.229.12 (23 Feb 2011 23:36:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2011 23:36:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 24 00:36:10 2011 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.69) (envelope-from ) id 1PsOFe-00016q-CJ for ged-emacs-devel@m.gmane.org; Thu, 24 Feb 2011 00:36:10 +0100 Original-Received: from localhost ([127.0.0.1]:41001 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsOFd-0000Q5-Ev for ged-emacs-devel@m.gmane.org; Wed, 23 Feb 2011 18:36:09 -0500 Original-Received: from [140.186.70.92] (port=38935 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsOFT-0000P2-H0 for emacs-devel@gnu.org; Wed, 23 Feb 2011 18:36:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsOFQ-0001IR-Rr for emacs-devel@gnu.org; Wed, 23 Feb 2011 18:35:58 -0500 Original-Received: from sun61.bham.ac.uk ([147.188.128.150]:47160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsOFQ-0001IM-M7; Wed, 23 Feb 2011 18:35:56 -0500 Original-Received: from [147.188.128.127] (helo=bham.ac.uk) by sun61.bham.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1PsOFO-0004hJ-Mn; Wed, 23 Feb 2011 23:35:54 +0000 Original-Received: from mx1.cs.bham.ac.uk ([147.188.192.53]) by bham.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1PsOFN-00066k-G6; Wed, 23 Feb 2011 23:35:54 +0000 Original-Received: from gromit.cs.bham.ac.uk ([147.188.193.16] helo=MARUTI.cs.bham.ac.uk) by mx1.cs.bham.ac.uk with esmtp (Exim 4.51) id 1PsOFL-0001jv-Ov; Wed, 23 Feb 2011 23:35:51 +0000 In-Reply-To: <19813.37913.442000.416186@gargle.gargle.HOWL> X-Mailer: VM 8.1.93a under 23.2.94.1 (i386-mingw-nt5.1.2600) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 147.188.128.150 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:136415 Archived-At: Sorry, that message was from me, not Chong. (This is embarrassing. I was testing a whiz bang rule-based system for filling in headers and ended up writing a bad rule!) Cheers, Uday Chong Yidong writes: > Thanks, Eli. I am not yet sure how this works. If I run > configure.bat --no-opt > in cmd shell, it says 'cp' is not a recognized command (even though > c:\mingw\bin is on the path). > > If I run > cmd /c configure.bat --no-opt > in msys shell, then it just enters a cmd subshell without apparently > doing anything. > > If I do this without the --no-opt switch, then msys goes through > configure wihout a problem and the whole build goes through. > > I suppose you want me to redo this with the --no-opt switch? How do I > get around the difficulty of 'cp'? I suppose something else needs to > go on the path? > > Cheers, > Uday > >