Date: 03/19/01
- Next message: Andi Gutmans: "RE: [PHP-DEV] feature request"
- Previous message: Fredrik Ohrn: "[PHP-DEV] GD configure slightly broken."
- In reply to: Fredrik Ohrn: "[PHP-DEV] GD configure slightly broken."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
> ohrn <email protected> Sweden
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
> For additional commands, e-mail: php-dev-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "RE: [PHP-DEV] feature request"
- Previous message: Fredrik Ohrn: "[PHP-DEV] GD configure slightly broken."
- In reply to: Fredrik Ohrn: "[PHP-DEV] GD configure slightly broken."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

