X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Mon, 30 May 2011 05:58:29 +0300 From: Eli Zaretskii Subject: Re: Re. ANNOUNCE: DJGPP port of GNU Emacs 23.3 uploaded In-reply-to: <201105300014.56100.juan.guerrero@gmx.de> X-012-Sender: halo1 AT inter DOT net DOT il To: Juan Manuel Guerrero Cc: djgpp AT delorie DOT com Message-id: <8339jwhp2i.fsf@gnu.org> References: <201105281650 DOT 25759 DOT juan DOT guerrero AT gmx DOT de> <83ei3ibwgf DOT fsf AT gnu DOT org> <201105300014 DOT 56100 DOT juan DOT guerrero AT gmx DOT de> 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: Juan Manuel Guerrero > Date: Mon, 30 May 2011 00:14:56 +0200 > Cc: djgpp AT delorie DOT com > > It seems to be a compiler issue. I have tried the following compiler versions > gcc343b.zip, gcc401b.zip, gcc412b.zip, gcc423b.zip, gcc432b.zip and gcc445b.zip. > They all worked and allowed to complete the build process. > gcc452b.zip fails in the same way that gcc453b.zip. Thanks. For the record, I'm using GCC 3.4.4. Maybe you could try disabling optimizations with GCC 4.5.x. Like this: make install CFLAGS="-O1 -gcoff" or even -O0. Thanks again.