From: Andris Organization: Pavenis To: djgpp AT delorie DOT com, Hans-Bernhard Broeker Subject: Re: ERROR MASSAGE WHEN REBUILDING GRX LIBRARY WITH DJGPP ver. 203 Date: Thu, 21 Nov 2002 18:00:03 +0200 User-Agent: KMail/1.5 References: In-Reply-To: Cc: grx AT gnu DOT de MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200211211800.03613.pavenis@lanet.lv> Reply-To: djgpp AT delorie DOT com On Thursday 21 November 2002 15:47, Hans-Bernhard Broeker wrote: > Bayu Adiwibowo wrote: > > When i try to rebuild GRX library from grx23.zip, this > > packet need me to rebuild a lib, this error massage scream > > to my face > > Nobody's screaming, except you (in your subject line)... > > The problem you're having most probably is caused by you combining a > *very* new GCC version with a rather outdated one of GRX. GRX is at > version 2.4.5 now. See http://www.gnu.de/software/GRX/ for more. Perhaps I was too lazy to screem ... (and I didn't want to peek into much details at that time) I also got similar problem when building grx-2.4.5 for Linux using gcc-3.2 although for different files. I workarounded it by specifying optimization -O1 for file where I had it. This seems to be GCC problem the problem appeared for me with -O2 but not with -O1. I haven't tried to build grx-2.4.5 for DJGPP yet, but anyway one can try to specify decrease optimization level for files where failure happens as workaround. Andris