emacs-devel
[Top][All Lists]
Advanced

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

Re: Bootstrap failure with new configure.bat (was Re: Proposed change to


From: Eli Zaretskii
Subject: Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL)
Date: Thu, 05 May 2011 20:01:40 +0300

> From: Ben Key <address@hidden>
> Date: Thu, 5 May 2011 11:38:51 -0500
> Cc: Eli Zaretskii <address@hidden>, address@hidden
> 
> gcc -I. -c -gdwarf-2 -g3  -DEMACSDEBUG
>   -I"C:/Program Files/GnuTLS-2.10.1/include"
>   -DXMALLOC_CLEAR_FREE_MEMORY -Demacs=1
>   -DHAVE_CONFIG_H -I../lib -I../nt/inc
>   -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1
>   -DPURESIZE=5000000 -o oo/i386/emacs.o emacs.c
> 
> Note that where you have -IC:/Program I have
> -I"C:/Program Files/GnuTLS-2.10.1/include."  Very interesting.
> 
> Another thing I find to be interesting is that you mentioned that emacs.c
> was compiled twice and that the command was correct the first time.  I only
> see emacs.c being compiled once.

Look again.  The above compilation command line, with
"-DPURESIZE=5000000", is the first compilation.  Then all Lisp files
are compiled.  And finally all the C files are recompiled without the
"-DPURESIZE=5000000" option.  This is how bootstrap works on Windows.

Christoph reported a failure during the second compilation.



reply via email to

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