From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.3-RELEASE
PHP version:      4.0.6
PHP Bug Type:     Compile Failure
Bug description:  Reference to gdImageGif causes compile fail in gd.c

It would appear that the configuraton utility looks for
the function gdImageCreateFromGif in the gd library and uses
this to set a compiler directive HAVE_GD_GIF which is used
in #ifdefs protecting references to both this function and
also gdImageGif. Thus if the gd library (and include files)
have gdImageCreateFromGif but not gdImageGif, the file gd.c
will fail to compile.

This the case when building the FreeBSD port of mod_php4
with GD support selected from a FreeBSD ports tree updated
today.

Regards,

Jim Hatfield
-- 
Edit bug report at: http://bugs.php.net/?id=12948&edit=1


-- 
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