X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Wed, 01 Jul 2009 06:19:40 +0300 From: Eli Zaretskii Subject: Re: Emacs 23.0.95 pretest is available In-reply-to: X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <834otx3x9v.fsf@gnu.org> References: <83eit5zsit DOT fsf AT gnu DOT org> <5a7eb0db-1b56-4f7a-811d-bb7abdaef0cc AT b14g2000yqd DOT googlegroups DOT com> <83k52w421y DOT fsf AT gnu DOT org> <83iqif4tkt DOT fsf AT gnu DOT org> <37873c16-7225-4991-911a-e32e68071ab7 AT k8g2000yqn DOT googlegroups DOT com> <83ab3p4mx8 DOT fsf AT gnu DOT org> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Rugxulo > Date: Tue, 30 Jun 2009 15:29:37 -0700 (PDT) > > [ FreeDOS ] Mon 06-29-2009>make > cd lib-src > d:/gcc/bin/make.exe top_srcdir=e:/emacs version="23.0.95" > make.exe[1]: Entering directory `e:/emacs/lib-src' > make.exe[1]: *** No rule to make target `/test-distrib.c', needed by > `test-distrib'. Stop. > make.exe[1]: Leaving directory `e:/emacs/lib-src' > make.exe: *** [lib-src] Error 2 So it's clear that the problem is with lib-src/Makefile. > FreeCOM is named COMMAND.COM for compatibility. I guess it gets set to > "E:\EMACS\lib-src". The above error message clearly shows that it gets set to an empty string, that's how `/test-distrib.c' came into existence. It should have been `E:/EMACS/lib-src/test-distrib.c' instead. > GCC 4.x really does optimize better (esp. C++) although not a > billion times better or anything. Code that's too optimized is a pain to debug. I'm unwilling to trade the ability to debug reasonably optimized code for another 6.5% of speedup.