On Thursday 21 November 2002 15:47, Hans-Bernhard Broeker wrote:
Bayu Adiwibowo letsmein@telkom.net 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
Hi, Andris
Andris wrote:
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.
Tested build grx 2.4.5 with gcc 3.2 for DJGPP. No problems found.
I'm not sure how to install gcc 3.2 for linux, so I can't test it by now.
Greetings, M.Alvarez