|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-01 14:51 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 07:00:02 2025 UTC |
checking for compress in -lz... (cached) yes checking for png_info_init in -lpng... (cached) yes checking for gdImageCreateFromPng in -lgd... (cached) no checking for gdImageCreateFromJpeg in -lgd... (cached) no checking for gdImageCreateFromGif in -lgd... (cached) no checking for gdImageLzw in -lgd... (cached) no checking for gdImageColorResolve in -lgd... (cached) yes checking for gdImageString16 in -lgd... (cached) yes checking whether to include GD support... no checking whether to include FreeType support... yes configure: warning: No gd support found. Skipping FreeType Configuration I can compile gcc -o a a.c -lpng -lm -lgd : char gdImageCreateFromPng(); int main() { gdImageCreateFromPng() ; return 0; }