From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap time on MS-Windows Date: Sat, 08 Dec 2012 12:38:25 +0100 Message-ID: <87txrwydse.fsf@wanadoo.es> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1354966803 27232 80.91.229.3 (8 Dec 2012 11:40:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Dec 2012 11:40:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 08 12:40:16 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ThIlQ-0008AR-7P for ged-emacs-devel@m.gmane.org; Sat, 08 Dec 2012 12:40:12 +0100 Original-Received: from localhost ([::1]:41444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThIlE-00058j-1L for ged-emacs-devel@m.gmane.org; Sat, 08 Dec 2012 06:40:00 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:34865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThIlA-00058M-FN for emacs-devel@gnu.org; Sat, 08 Dec 2012 06:39:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ThIl9-0005Tb-I4 for emacs-devel@gnu.org; Sat, 08 Dec 2012 06:39:56 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:41747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThIl9-0005TX-BW for emacs-devel@gnu.org; Sat, 08 Dec 2012 06:39:55 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ThIlI-0007zz-7U for emacs-devel@gnu.org; Sat, 08 Dec 2012 12:40:04 +0100 Original-Received: from 126.red-88-13-105.dynamicip.rima-tde.net ([88.13.105.126]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Dec 2012 12:40:04 +0100 Original-Received: from ofv by 126.red-88-13-105.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 08 Dec 2012 12:40:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 126.red-88-13-105.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:WXxfIXVMbTcXSaD7Nqd7YWWFVtw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155368 Archived-At: Dani Moncayo writes: > For the record: on my laptop (Intel Core i5-2410M @ 2.30GHz), these > are the times of a "mingw32-make -j8 bootstrap" (preceded by a > "mingw32-make distclean" + "configure ..."): > * emacs-24 branch --> 30 min. 42 sec. > * trunk --> 29 min. 41 sec. > > C:\emacs>mingw32-make --version > GNU Make 3.82.90 > > C:\emacs>gcc --version > gcc (GCC) 4.7.2 > > > I don't know if I'm doing something wrong, because these times seem too large. Several months passed since the last time I tried, but never found a port of `make' to MS Windows with a working -j feature. IIRC -j depends on the presence of certain shared library, if it is absent -j will be silently ignored.