Hi! I worked some years whith Borland C 3.0, and now I change with gcc compiler. The problem that I have is to install the grx libraries. I compile the grx23 librearies, but when I wrote
C:\djgpp\contrib\grx23\src>make -f makefile.dj2
...
utils/shiftscl.c: In function '_GR_shift_scanline': utils/shiftscl.c:48: Invalid 'asm' statement: utils/shiftscl.c:48: fixed or forbidden register 2 (cx) was spilled for class CREG. utils/shiftscl.c:102: Invalid 'asm' statement: utils/shiftscl.c:102: fixed or forbidden register 2 (cx) was spilled for class CREG. make.exe[1]: *** [utils/shiftscl.o] Error 1
C:\djgpp\contrib\grx23\src>_
Of the rest, I do it well I think.(twice)
Can someone help me ?
______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
On 26 Sep 99, at 17:56, Leonardo Alejandro Bustos Wallace wrote:
Hi! I worked some years whith Borland C 3.0, and now I change with gcc compiler. The problem that I have is to install the grx libraries. I compile the grx23 librearies, but when I wrote
C:\djgpp\contrib\grx23\src>make -f makefile.dj2
...
utils/shiftscl.c: In function '_GR_shift_scanline': utils/shiftscl.c:48: Invalid 'asm' statement: utils/shiftscl.c:48: fixed or forbidden register 2 (cx) was spilled for class CREG. utils/shiftscl.c:102: Invalid 'asm' statement: utils/shiftscl.c:102: fixed or forbidden register 2 (cx) was spilled for class CREG. make.exe[1]: *** [utils/shiftscl.o] Error 1
C:\djgpp\contrib\grx23\src>_
Of the rest, I do it well I think.(twice)
Can someone help me ?
See:
http://www.gnu.de/archive/grx/9908/msg00001.html http://egcs.cygnus.com/faq.html#asmclobber
Andris