From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0CVS-2002-05-15
PHP Bug Type:     GD related
Bug description:  --with-gd=php doesn't work

 ./configure --prefix=/home/mfischer/php4 --with-gd=php --with-zlib 

always produces

ext/gd/libgd/gd_ss.o: In function `gdImagePngToSink':
/home/mfischer/isrc/cvs/php4/ext/gd/libgd/gd_ss.c:23: undefined reference
to `gdImagePngCtx'
ext/gd/libgd/gd_ss.o: In function `gdImageCreateFromPngSource':
/home/mfischer/isrc/cvs/php4/ext/gd/libgd/gd_ss.c:33: undefined reference
to `gdImageCreateFromPngCtx'
ext/gd/libgd/gd_topal.o: In function `gdImageTrueColorToPalette':
/home/mfischer/isrc/cvs/php4/ext/gd/libgd/gd_topal.c:1577: undefined
reference to `gdImagePng'
collect2: ld returned 1 exit status
make: *** [php] Error 1

at the end of the linking stage.
-- 
Edit bug report at http://bugs.php.net/?id=17244&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17244&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17244&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17244&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17244&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17244&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17244&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17244&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17244&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17244&r=globals

Reply via email to