help, I am attempting to build grx 2.3 on my mandrake 10.1 (official) linux system, however, I get the following errors. any ideas on a solution. Do I need to install gcc version 2.7.1 or 2.8.1 ? Thanks in advance. [root@localhost grx-2.3]# make -f makefile.lnx make -C src STATIC=1 -f makefile.lnx make[1]: Entering directory `/usr/src/grx-2.3/src' gcc -c -O6 -Wall -DLFB_BY_NEAR_POINTER -pipe -fomit-frame-pointer -I. -I./include -I../include -I../addons/print utils/shiftscl.c -o utils/shiftscl.o utils/shiftscl.c: In function `_GR_shift_scanline': utils/shiftscl.c:30: error: can't find a register in class `CREG' while reloading `asm' utils/shiftscl.c:86: error: can't find a register in class `CREG' while reloading `asm' make[1]: *** [utils/shiftscl.o] Error 1 make[1]: Leaving directory `/usr/src/grx-2.3/src' make: *** [static_libs] Error 2
[root@localhost grx-2.3]# gcc --version gcc (GCC) 3.4.1 (Mandrakelinux 10.1 3.4.1-4mdk) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[root@localhost grx-2.3]# make --version GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [root@localhost grx-2.3]#
Carlton Matthew wrote:
I am attempting to build grx 2.3 on my mandrake 10.1 (official) linux system,
Why such an old version? The problems you have might have been solved in newer ones. Try 2.4.6.
Frank