Can anyone let me know if this is expected behaviour?

i've built gd with everything but gif, due to it's fun patent issues. i get
these make errors:

d.c: In function `zif_imagecreatefromstring':
gd.c:1061: `gdImageCreateFromGifCtx' undeclared (first use in this function)
gd.c:1061: (Each undeclared identifier is reported only once
gd.c:1061: for each function it appears in.)
gd.c: In function `zif_imagecreatefromgif':
gd.c:1203: `gdImageCreateFromGif' undeclared (first use in this function)
gd.c:1203: `gdImageCreateFromGifCtx' undeclared (first use in this function)
gd.c: In function `_php_image_convert':
gd.c:3491: `gdImageCreateFromGif' used prior to declaration
gd.c:3491: warning: assignment makes pointer from integer without a cast

is this my bad config, or bad makefile, or ... ?

on a related note, if i have in my configure options --with-gd it'll locate
/usr/lib/libgd.a however, if i specify --with-gd=/usr/lib it fails
configure. Time to file a bug?

thanks,

james

--
James Cox :: [EMAIL PROTECTED]
Please CC me when replying to my messages on lists.
Was I helpful?  http://www.amazon.co.uk/exec/obidos/wishlist/23IVGHQ61RJGO/


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to