From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Building cvs emacs on a dual-core machine Date: Sat, 23 Dec 2006 03:50:52 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1166838666 9424 80.91.229.10 (23 Dec 2006 01:51:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Dec 2006 01:51:06 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 23 02:51:04 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gxw2R-00010i-W8 for ged-emacs-devel@m.gmane.org; Sat, 23 Dec 2006 02:51:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gxw2R-00004s-J8 for ged-emacs-devel@m.gmane.org; Fri, 22 Dec 2006 20:51:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gxw2F-0008Vi-Rw for emacs-devel@gnu.org; Fri, 22 Dec 2006 20:50:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gxw2E-0008SW-DV for emacs-devel@gnu.org; Fri, 22 Dec 2006 20:50:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gxw2E-0008SJ-2y for emacs-devel@gnu.org; Fri, 22 Dec 2006 20:50:50 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gxw2D-0007S1-JH for emacs-devel@gnu.org; Fri, 22 Dec 2006 20:50:49 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-74-14.inter.net.il [80.230.74.14]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GPN70568 (AUTH halo1); Sat, 23 Dec 2006 03:50:47 +0200 (IST) Original-To: Eric Lilja In-reply-to: (message from Eric Lilja on Sat, 23 Dec 2006 00:30:54 +0100) 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:64146 Archived-At: > From: Eric Lilja > Date: Sat, 23 Dec 2006 00:30:54 +0100 > > c:/mingw32-make-3.81-1/bin/mingw32-make -wj 1 --jobs=2 -C -C ../lisp bootstrap-clean > mingw32-make: Entering an unknown directory > mingw32-make: *** -C: No such file or directory. Stop. Fascinating... where did that second -C come from? Can you try to find out? > Also, doing an ordinary bootstrap without specifying jobs or XMFLAGS > doesn't seem to work right now either. Please show a the error message in that case. Bootstrap works for me, both with -j 2 and without it, but I don't have a dual core machine, only a hyper-threaded one. Also, could you please invoke Make from CMD prompt, not from the Cygwin shell? Ordinary bootstrap works for me, I just verified that again. Did you try in a clean tree, or in the one where the -j 2 bootstrap failed? If the latter, perhaps the cleaning targets don't do a good enough job; please try in a clean tree.