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: Christoph Scholtes
Subject: Re: Bootstrap failure with new configure.bat (was Re: Proposed change to nt/INSTALL)
Date: Fri, 06 May 2011 17:44:28 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10

On 5/6/2011 5:19 PM, Ben Key wrote:

I am confused.  I tried your suggestion to escape the quotes in
src/makefile if Make uses CMD as the shell.  The results are as follows:

gcc -o oo/i386/addsection.exe \
   -gdwarf-2 -g3 oo/i386/addsection.o -luser32
gcc -I. -c -gdwarf-2 -g3 -DEMACSDEBUG
   -I\"C:/Program Files/GnuTLS-2.10.1/include\"
   -DXMALLOC_CLEAR_FREE_MEMORY -o oo/i386/cmdproxy.o cmdproxy.c

gcc: Files/GnuTLS-2.10.1/include": No such file or directory

How is it working for you?

It does not work this way. The escaped quotes are only to be applied when make is invoked recursively, e.g. in l.569 in src/makefile, and when $(ARGQUOTE) is used. That's when the quotes of ARGQUOTE and the quotes in CFLAGS collide. In any other case an unescaped version of CFLAGS can/must be used.

Christoph



reply via email to

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