Hi PHP-List,

after re-compiling my new and stable version of php-4.3.0-dev on a redhat 7.3 box
I compilied this version in order to use the benefits of gd with the following 
compiling options:

./configure --prefix=/usr/local/php_stable7 ... --with-gd=/usr ...

and when I run make I will get the following error report:

 
ext/gd/gd.o: In function `zif_imagecolormatch':
/usr/src/php4-STABLE-200212061230/ext/gd/gd.c:751: undefined reference to 
`gdImageColorMatch'
ext/gd/gd.o: In function `zif_imagerotate':
/usr/src/php4-STABLE-200212061230/ext/gd/gd.c:1022: undefined reference to 
`gdImageRotate'
ext/gd/gd.o: In function `zif_imagecreatefromstring':
/usr/src/php4-STABLE-200212061230/ext/gd/gd.c:1237: undefined reference to 
`gdImageCreateFromGifCtx'
ext/gd/gd.o: In function `zif_imagecreatefromgif':
/usr/src/php4-STABLE-200212061230/ext/gd/gd.c:1393: undefined reference to 
`gdImageCreateFromGifCtx'
/usr/src/php4-STABLE-200212061230/ext/gd/gd.c:1393: undefined reference to 
`gdImageCreateFromGif'
ext/gd/gd.o: In function `_php_image_convert':
/usr/src/php4-STABLE-200212061230/ext/gd/gd.c:3602: undefined reference to 
`gdImageCreateFromGif'
collect2: ld returned 1 exit status

How can I govern this?

Oliver

Reply via email to