Mail Archives: djgpp/2000/10/30/13:42:11
On Mon, 30 Oct 2000 vaiski AT my-deja DOT com wrote:
> This may be FAQ, but I haven't found help anywhere.
>
> My problem is that I can't make GRX23-lib. I have Win98 and newest
> DJGPP. I have SET environment variables as said. I do have
> installed both GRX23.ZIP and GRX23FNT.ZIP.
This *is* in the DJGPP FAQ list, see section 8.17 there. That section
points you to a URL where you can find a patch.
> But I can't understand that original source files may
> include any bug.
The problem is that recent versions of GCC started to be more picky about
potentially invalid/dangerous code in inline asm blocks. So source that
compiled prfeviously now triggers error messages.
- Raw text -