ID: 10900 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: GD related Operating system: PHP Version: 4.0 Latest CVS (2001-05-16) Assigned To: Comments: If it's in RC1, then it will be in the 4.0.6 Release. Derick Previous Comments: --------------------------------------------------------------------------- [2001-05-16 07:54:46] [EMAIL PROTECTED] Hi, there is a bug in ext/gd/Makefile.in, that when gd is compiled as shared DSO extension doesn't add necessary library dependencies LTLIBRARY_SHARED_LIBADD = $(GD_LFLAGS) $(GD_LIBS) should be LTLIBRARY_SHARED_LIBADD = $(GD_SHARED_LIBADD) This is 4.0.6RC1, could the fix go into 4.0.6? Thanks --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=10900&edit=2 -- 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]
