This is not the only problem with the gd extension configuration. On some
platfomrs (FreeBSD) we need the -lm library for this extension when
linking (it is important if you build a dynamic gd.so extension). Also
there is no proper testing for setting the HAVE_GD_XBM constant. I will
fix this when I have time.

-- Alex

On Mon, 19 Mar 2001, Fredrik Ohrn wrote:

> 
> If I do a
> 
>   ./configure --with-gd
> 
> Without actually having GD installed in a standard location the configure
> script decides to statically link it instead of raising an error:
> 
>   checking whether to include GD support... yes (static)
> 
> And then the make will bomb when gcc can't find the gd headers.
> 
> Is this supposed to be or is it a bug?
> 
> 
> Regards,
> Fredrik
> 
> -- 
> Do fish get thirsty?
> 
> Fredrik Öhrn                               Chalmers University of Technology
> [EMAIL PROTECTED]                                                  Sweden
> 
> 
> -- 
> 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]
> 


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