From: [EMAIL PROTECTED] Operating system: FreeBSD 4.7-RELEASE PHP version: 4CVS-2002-11-21 (dev) PHP Bug Type: Compile Failure Bug description: Compile failure
-- Snip from make output -- pto -lssl -lcrypt -o sapi/cli/php ext/gd/gdcache.lo: In function `gdCacheCreate': ext/gd/gdcache.lo(.text+0x26): undefined reference to `pemalloc' ext/gd/gdcache.lo: In function `gdCacheDelete': ext/gd/gdcache.lo(.text+0x87): undefined reference to `pefree' ext/gd/gdcache.lo(.text+0x99): undefined reference to `pefree' ext/gd/gdcache.lo: In function `gdCacheGet': ext/gd/gdcache.lo(.text+0x150): undefined reference to `pemalloc' *** Error code 1 Stop in /home/matt/src/php4. ------ Config ----- './configure' \ '--disable-all' \ '--enable-posix' \ '--enable-session' \ '--enable-xml' \ '--enable-inline-optimization' \ '--with-apxs2=/chroot/sbin/apxs' \ '--with-config-file-path=/etc' \ '--enable-versioning' \ '--with-regex=system' \ '--enable-track-vars' \ '--with-zlib' \ '--with-gd=/usr/local' \ '--enable-gd-native-ttf' \ '--with-pgsql=/usr/local' \ '--with-openssl=/usr' \ '--with-xml=/usr/local' \ '--with-expat-dir=/usr/local' \ '--enable-trans-sid' \ '--with-jpeg-dir=/usr/local' \ '--with-png-dir=/usr/local' \ '--with-freetype-dir=/usr/local' \ '--prefix=/chroot/www' \ '--with-pcre-regex' \ '--disable-tokenizer' \ '--disable-ctype' \ '--disable-mbstring' \ '--disable-mbregex' \ '--enable-cli' \ '--without-mysql' \ '--without-mm' \ '--with-msession=/usr/local/' I am using gd-2.0.1_3. I had no problems with a build from around a week ago. Could this be caused by the recent patch to ext/gd/gdcache.c (1.6)? --Matt -- Edit bug report at http://bugs.php.net/?id=20555&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20555&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20555&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20555&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20555&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20555&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20555&r=support Expected behavior: http://bugs.php.net/fix.php?id=20555&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20555&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20555&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20555&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20555&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20555&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20555&r=isapi
