Click to See Complete Forum and Search --> : Installing GD libraries


veggie2u
03-24-2001, 08:39 PM
Has anyone installed the GD libraries?

I am getting errors that appear to come from the GD files, not the png, jpeg, zlib, or truetype installs, but I don't know how to tell for sure. This is the error:

gd_gd2.c: In function `gdImageCreateFromGd2Ctx':
gd_gd2.c:369: internal error--unrecognizable insn:
(insn 526 524 528 (set (reg:QI 130)
(plus:QI (const_int 0)
(const_int 0))) -1 (nil)
(nil))
../../gcc/toplev.c:1367: Internal compiler error in function fatal_insn
make: *** [gd_gd2.o] Error 1
[root@bigblue gd-2.0.0]#

Any ideas?

veggie2u

veggie2u
03-26-2001, 12:07 AM
This seems to be cleared. In the Makefile, it said CFLAGS=-g and I changed it to CFLAGS=-O. Don't know what that does. It now compiles, but won't run the tests. It appears to get through the php compile fine.

veggie2u