emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Native compilation on Windows, was Re: Bootstrap Compilation Speed


From: Phillip Lord
Subject: Re: Native compilation on Windows, was Re: Bootstrap Compilation Speed
Date: Mon, 17 Jan 2022 09:44:03 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

"H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de> writes:

> "H. Dieter Wilhelm" <dieter@duenenhof-wilhelm.de> 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.)


--without-compress-install switches off the gzipping of various files,
such as the info files. It was necessary, if I remember correctly, when
I added it because Emacs uses external calls to gzip which wasn't
necessarily bundled.

I do not remember why I added --without-dbus.

Phil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]