From:             [EMAIL PROTECTED]
Operating system: Debian GNU/Linux
PHP version:      4.0 Latest CVS (2001-05-16)
PHP Bug Type:     GD related
Bug description:  error in Makefile.in

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


-- 
Edit Bug report at: http://bugs.php.net/?id=10900&edit=1



-- 
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]

Reply via email to