[Top][All Lists]
[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.
- Proposed change to nt/INSTALL, Ben Key, 2011/05/04
- Re: Proposed change to nt/INSTALL, Ben Key, 2011/05/04
- Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Christoph Scholtes, 2011/05/05
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Eli Zaretskii, 2011/05/05
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Christoph Scholtes, 2011/05/05
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Ben Key, 2011/05/05
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Juanma Barranquero, 2011/05/05
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL),
Eli Zaretskii <=
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Ben Key, 2011/05/05
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Eli Zaretskii, 2011/05/05
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Christoph Scholtes, 2011/05/05
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Christoph Scholtes, 2011/05/05
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Ben Key, 2011/05/06
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Eli Zaretskii, 2011/05/06
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Stefan Monnier, 2011/05/06
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Eli Zaretskii, 2011/05/06
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Christoph Scholtes, 2011/05/06
- Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL), Eli Zaretskii, 2011/05/07