I'd like to ask the motivation for adding EXTRA_LIBS in the setting of libZend_la_LIBS in Zend/Makefile.am.
libZend.la is a convenience library. It's always linked to a an executable or shared object, later. EXTRA_LIBS includes all external support libraries that have no relevance to Zend. The setting breaks shared PHP build when (e.g. APXS) and external libraries are Libtool static. libZend_la_LIBS has had this for a long time. It wasn't a problem with PHP 4.0.6, but it is with PHP 4.1.0 and latest CVS that uses a newer version of Libtool. I've reported this issue earlier on the list and have had no reply. Please prove me wrong on this! Cheers, Adam -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- 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]