From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Native compilation on Windows, was Re: Bootstrap Compilation Speed Date: Sun, 16 Jan 2022 14:13:58 +0200 Message-ID: <83v8yjyj21.fsf@gnu.org> References: <86wnj18f7w.fsf@duenenhof-wilhelm.de> <65b2a18bc1a597333b42d35a2717dc33@russet.org.uk> <86lezg95ud.fsf_-_@duenenhof-wilhelm.de> <83h7a4zu89.fsf@gnu.org> <86czks94vl.fsf@duenenhof-wilhelm.de> <86v8yj7vhv.fsf@duenenhof-wilhelm.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30604"; mail-complaints-to="usenet@ciao.gmane.io" Cc: corwin@bru.st, phillip.lord@russet.org.uk, emacs-devel@gnu.org To: "H. Dieter Wilhelm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jan 16 13:15:10 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n94RC-0007k0-By for ged-emacs-devel@m.gmane-mx.org; Sun, 16 Jan 2022 13:15:10 +0100 Original-Received: from localhost ([::1]:48392 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n94RA-0006hP-VL for ged-emacs-devel@m.gmane-mx.org; Sun, 16 Jan 2022 07:15:08 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:42024) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n94QJ-0005n7-Sf for emacs-devel@gnu.org; Sun, 16 Jan 2022 07:14:15 -0500 Original-Received: from [2001:470:142:3::e] (port=47006 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n94QJ-0004k2-5y; Sun, 16 Jan 2022 07:14:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=8NymmbFSg11DysNDmnJJ3k2eg5WV1StMKhLNHDbgBso=; b=f3gLFmzLp26j rBBwRyhbz6dDGMYIBO4ssha4kAyhEq0a7IFGKz89iGb3qQWQ0o8PHdpxEGus1f294HodmBEOFrrMH B4kLURUQtTfJ09hRPP+HmUvvErPDF6rCdqG+m/+MXP94gI4YTNBDy+/YX2o7igOAqB/MnsDZrZ0R7 H6s5FE1H0i7e4GavcExJO7gxlHuQmly9EgSNHYkxHlUhGs0W+Tfm5Vy7czlUQc2t7hhBh6DsiWMvb Ks26h2E2fi7fqjxDq0fgzTFGDnlc1XvdXCucpSUb/yA3acQ2IEilluQg5dRQMKgEbyp8mtxS8DhAw B3RZIwNqv4d6sbTRFfCkJg==; Original-Received: from [87.69.77.57] (port=3594 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n94QH-0003mF-K8; Sun, 16 Jan 2022 07:14:15 -0500 In-Reply-To: <86v8yj7vhv.fsf@duenenhof-wilhelm.de> (dieter@duenenhof-wilhelm.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:284808 Archived-At: > From: "H. Dieter Wilhelm" > Cc: corwin@bru.st, emacs-devel@gnu.org, phillip.lord@russet.org.uk > Date: Sun, 16 Jan 2022 12:47:24 +0100 > > "H. Dieter Wilhelm" writes: > > Sorry, I meant the script admin/nt/dist-build/build-zips.sh > > I could build Gnu-Emacs-28.0.91 when I used the archived sources > > $ ./configure --with-native-compilation > > The difference to the build-zips.sh seems to me some more options from > the script (and that is build from the git tree): > > echo [build] Configuring Emacs > $REPO_DIR/$BRANCH/configure \ > --without-dbus \ > --without-compress-install \ > --with-native-compilation \ > $CACHE \ > CFLAGS="$CFLAGS" > > Could it be that these additional options are spoiling the build? > (CACHE=-C , I think.) I'd drop the CACHE part, so that the configure script starts from a clean state.